Color Hex Logo

#ab814f Color Hex

#AB814F
(171,129,79)
0 Favorites   0 Comments

Color spaces of #ab814f

RGB 17112979
HSL0.090.370.49
HSV33°54°67°
CMYK 0.000.250.54   0.33
XYZ26.056124.923010.8344
Yxy24.92300.42150.4032
Hunter Lab49.92295.798722.0788
CIE-Lab57.000310.151733.1843

#ab814f color RGB value is (171,129,79).

#ab814f hex color red value is 171, green value is 129 and the blue value of its RGB is 79. Cylindrical-coordinate representations (also known as HSL) of color #ab814f hue: 0.09 , saturation: 0.37 and the lightness value of ab814f is 0.49.

The process color (four color CMYK) of #ab814f color hex is 0.00, 0.25, 0.54, 0.33. Web safe color of #ab814f is #999966. Color #ab814f contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10101011 10000001 01001111
Octal 253 201 117
Decimal 171 129 79
Hex AB 81 4F

RGB Percentages of Color #ab814f

%45.12
%34.04
%20.84

CMYK Percentages of Color #ab814f

%0
%25
%54
%33

Triadic Colors of #ab814f

#ab814f #4fab81 #814fab

Analogous Colors of #ab814f

#ab814f #a7ab4f #ab534f

Monochromatic Colors of #ab814f

#ab814f

Complementary Color

#ab814f #4f79ab

#ab814f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ab814f Color Preview on White Background

Lorem ipsum dolor sit amet.

#ab814f Color CSS Codes

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

#ab814f Text Font Color

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

This sample text font color is #ab814f
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.


#ab814f Background Color

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

This div background color is #ab814f


#ab814f Border Color

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

This div border color is #ab814f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ab814f


Comments

No comments written yet.

Please login to write comment.