Color Hex Logo

#ab613e Color Hex

#AB613E
(171,97,62)
0 Favorites   0 Comments

Color spaces of #ab613e

RGB 1719762
HSL0.050.470.46
HSV19°64°67°
CMYK 0.000.430.64   0.33
XYZ21.938817.55516.7896
Yxy17.55510.47400.3793
Hunter Lab41.898820.142219.7214
CIE-Lab48.952026.744732.6768

#ab613e color RGB value is (171,97,62).

#ab613e hex color red value is 171, green value is 97 and the blue value of its RGB is 62. Cylindrical-coordinate representations (also known as HSL) of color #ab613e hue: 0.05 , saturation: 0.47 and the lightness value of ab613e is 0.46.

The process color (four color CMYK) of #ab613e color hex is 0.00, 0.43, 0.64, 0.33. Web safe color of #ab613e is #996633. Color #ab613e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10101011 01100001 00111110
Octal 253 141 76
Decimal 171 97 62
Hex AB 61 3E

RGB Percentages of Color #ab613e

%51.82
%29.39
%18.79

CMYK Percentages of Color #ab613e

%0
%43
%64
%33

Triadic Colors of #ab613e

#ab613e #3eab61 #613eab

Analogous Colors of #ab613e

#ab613e #ab983e #ab3e51

Monochromatic Colors of #ab613e

#ab613e

Complementary Color

#ab613e #3e88ab

#ab613e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ab613e Color Preview on White Background

Lorem ipsum dolor sit amet.

#ab613e Color CSS Codes

.mybgcolor {background-color:#ab613e; } 
.myforecolor {color:#ab613e; }
.mybordercolor {border:3px solid #ab613e; }

#ab613e Text Font Color

<p style="color:#ab613e">Text here</p>

This sample text font color is #ab613e
Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.


#ab613e Background Color

<div style="background-color:#ab613e">
Div content here</div>

This div background color is #ab613e


#ab613e Border Color

<div style="border:3px solid #ab613e">
Div here</div>

This div border color is #ab613e


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(171,97,62, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #ab613e; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #ab613e;
  -webkit-box-shadow: 1px 1px 3px 2px #ab613e;
  box-shadow:         1px 1px 3px 2px #ab613e; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(171,97,62, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

<p style="text-shadow: 4px 4px 2px #ab613e">Text here</p>

This text has shadow with hex values.


Div Box Shadow

<div style="-moz-box-shadow: 1px 1px 3px 2px #ab613e;
  -webkit-box-shadow: 1px 1px 3px 2px #ab613e;
  box-shadow:         1px 1px 3px 2px #ab613e;">
Div content here</div>

This div box has shadow with color #ab613e


Comments

No comments written yet.

Please login to write comment.