Color Hex Logo

#ac867f Color Hex

#AC867F
(172,134,127)
0 Favorites   0 Comments

Color spaces of #ac867f

RGB 172134127
HSL0.030.210.59
HSV26°67°
CMYK 0.000.220.26   0.33
XYZ29.369127.353223.8104
Yxy27.35320.36470.3397
Hunter Lab52.30038.71079.6176
CIE-Lab59.299813.46089.3333

#ac867f color RGB value is (172,134,127).

#ac867f hex color red value is 172, green value is 134 and the blue value of its RGB is 127. Cylindrical-coordinate representations (also known as HSL) of color #ac867f hue: 0.03 , saturation: 0.21 and the lightness value of ac867f is 0.59.

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

Base Numbers

BaseRedGreenBlue
Binary 10101100 10000110 01111111
Octal 254 206 177
Decimal 172 134 127
Hex AC 86 7F

RGB Percentages of Color #ac867f

%39.72
%30.95
%29.33

CMYK Percentages of Color #ac867f

%0
%22
%26
%33

Triadic Colors of #ac867f

#ac867f #7fac86 #867fac

Analogous Colors of #ac867f

#ac867f #ac9d7f #ac7f8f

Monochromatic Colors of #ac867f

#ac867f

Complementary Color

#ac867f #7fa5ac

#ac867f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ac867f Color Preview on White Background

Lorem ipsum dolor sit amet.

#ac867f Color CSS Codes

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

#ac867f Text Font Color

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

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


#ac867f Background Color

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

This div background color is #ac867f


#ac867f Border Color

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

This div border color is #ac867f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ac867f


Comments

No comments written yet.

Please login to write comment.