Color Hex Logo

#ac866b Color Hex

#AC866B
(172,134,107)
0 Favorites   0 Comments

Color spaces of #ac866b

RGB 172134107
HSL0.070.280.55
HSV25°38°67°
CMYK 0.000.220.38   0.33
XYZ28.192226.882417.6128
Yxy26.88240.38790.3698
Hunter Lab51.84826.324016.1530
CIE-Lab58.865310.756820.1050

#ac866b color RGB value is (172,134,107).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101100 10000110 01101011
Octal 254 206 153
Decimal 172 134 107
Hex AC 86 6B

RGB Percentages of Color #ac866b

%41.65
%32.45
%25.91

CMYK Percentages of Color #ac866b

%0
%22
%38
%33

Triadic Colors of #ac866b

#ac866b #6bac86 #866bac

Analogous Colors of #ac866b

#ac866b #aca76b #ac6b71

Monochromatic Colors of #ac866b

#ac866b

Complementary Color

#ac866b #6b91ac

#ac866b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ac866b Color Preview on White Background

Lorem ipsum dolor sit amet.

#ac866b Color CSS Codes

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

#ac866b Text Font Color

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

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


#ac866b Background Color

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

This div background color is #ac866b


#ac866b Border Color

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

This div border color is #ac866b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ac866b


Comments

No comments written yet.

Please login to write comment.