Color Hex Logo

#ab8666 Color Hex

#AB8666
(171,134,102)
0 Favorites   0 Comments

Color spaces of #ab8666

RGB 171134102
HSL0.080.290.54
HSV28°40°67°
CMYK 0.000.220.40   0.33
XYZ27.718026.667416.2568
Yxy26.66740.39240.3775
Hunter Lab51.64055.438917.4834
CIE-Lab58.66529.739222.6316

#ab8666 color RGB value is (171,134,102).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101011 10000110 01100110
Octal 253 206 146
Decimal 171 134 102
Hex AB 86 66

RGB Percentages of Color #ab8666

%42.01
%32.92
%25.06

CMYK Percentages of Color #ab8666

%0
%22
%40
%33

Triadic Colors of #ab8666

#ab8666 #66ab86 #8666ab

Analogous Colors of #ab8666

#ab8666 #aba966 #ab6669

Monochromatic Colors of #ab8666

#ab8666

Complementary Color

#ab8666 #668bab

#ab8666 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ab8666 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ab8666 Color CSS Codes

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

#ab8666 Text Font Color

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

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


#ab8666 Background Color

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

This div background color is #ab8666


#ab8666 Border Color

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

This div border color is #ab8666


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ab8666


Comments

No comments written yet.

Please login to write comment.