Color Hex Logo

#ab865a Color Hex

#AB865A
(171,134,90)
0 Favorites   0 Comments

Color spaces of #ab865a

RGB 17113490
HSL0.090.330.51
HSV33°47°67°
CMYK 0.000.220.47   0.33
XYZ27.165126.446313.3457
Yxy26.44630.40570.3950
Hunter Lab51.42604.294920.6117
CIE-Lab58.45838.411729.0288

#ab865a color RGB value is (171,134,90).

#ab865a hex color red value is 171, green value is 134 and the blue value of its RGB is 90. Cylindrical-coordinate representations (also known as HSL) of color #ab865a hue: 0.09 , saturation: 0.33 and the lightness value of ab865a is 0.51.

The process color (four color CMYK) of #ab865a color hex is 0.00, 0.22, 0.47, 0.33. Web safe color of #ab865a is #999966. Color #ab865a contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10101011 10000110 01011010
Octal 253 206 132
Decimal 171 134 90
Hex AB 86 5A

RGB Percentages of Color #ab865a

%43.29
%33.92
%22.78

CMYK Percentages of Color #ab865a

%0
%22
%47
%33

Triadic Colors of #ab865a

#ab865a #5aab86 #865aab

Analogous Colors of #ab865a

#ab865a #a8ab5a #ab5e5a

Monochromatic Colors of #ab865a

#ab865a

Complementary Color

#ab865a #5a7fab

#ab865a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ab865a Color Preview on White Background

Lorem ipsum dolor sit amet.

#ab865a Color CSS Codes

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

#ab865a Text Font Color

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

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


#ab865a Background Color

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

This div background color is #ab865a


#ab865a Border Color

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

This div border color is #ab865a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ab865a


Comments

No comments written yet.

Please login to write comment.