Color Hex Logo

#ab866a Color Hex

#AB866A
(171,134,106)
0 Favorites   0 Comments

Color spaces of #ab866a

RGB 171134106
HSL0.070.280.54
HSV26°38°67°
CMYK 0.000.220.38   0.33
XYZ27.921226.748717.3271
Yxy26.74870.38780.3715
Hunter Lab51.71915.856916.3399
CIE-Lab58.741010.220820.4831

#ab866a color RGB value is (171,134,106).

#ab866a hex color red value is 171, green value is 134 and the blue value of its RGB is 106. Cylindrical-coordinate representations (also known as HSL) of color #ab866a hue: 0.07 , saturation: 0.28 and the lightness value of ab866a is 0.54.

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

Base Numbers

BaseRedGreenBlue
Binary 10101011 10000110 01101010
Octal 253 206 152
Decimal 171 134 106
Hex AB 86 6A

RGB Percentages of Color #ab866a

%41.61
%32.60
%25.79

CMYK Percentages of Color #ab866a

%0
%22
%38
%33

Triadic Colors of #ab866a

#ab866a #6aab86 #866aab

Analogous Colors of #ab866a

#ab866a #aba76a #ab6a6f

Monochromatic Colors of #ab866a

#ab866a

Complementary Color

#ab866a #6a8fab

#ab866a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ab866a Color Preview on White Background

Lorem ipsum dolor sit amet.

#ab866a Color CSS Codes

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

#ab866a Text Font Color

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

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


#ab866a Background Color

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

This div background color is #ab866a


#ab866a Border Color

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

This div border color is #ab866a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ab866a


Comments

No comments written yet.

Please login to write comment.