Color Hex Logo

#ac875b Color Hex

#AC875B
(172,135,91)
0 Favorites   0 Comments

Color spaces of #ac875b

RGB 17213591
HSL0.090.330.52
HSV33°47°67°
CMYK 0.000.220.47   0.33
XYZ27.565626.853913.6280
Yxy26.85390.40510.3946
Hunter Lab51.82074.265220.6822
CIE-Lab58.83898.381928.9894

#ac875b color RGB value is (172,135,91).

#ac875b hex color red value is 172, green value is 135 and the blue value of its RGB is 91. Cylindrical-coordinate representations (also known as HSL) of color #ac875b hue: 0.09 , saturation: 0.33 and the lightness value of ac875b is 0.52.

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

Base Numbers

BaseRedGreenBlue
Binary 10101100 10000111 01011011
Octal 254 207 133
Decimal 172 135 91
Hex AC 87 5B

RGB Percentages of Color #ac875b

%43.22
%33.92
%22.86

CMYK Percentages of Color #ac875b

%0
%22
%47
%33

Triadic Colors of #ac875b

#ac875b #5bac87 #875bac

Analogous Colors of #ac875b

#ac875b #a9ac5b #ac5f5b

Monochromatic Colors of #ac875b

#ac875b

Complementary Color

#ac875b #5b80ac

#ac875b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ac875b Color Preview on White Background

Lorem ipsum dolor sit amet.

#ac875b Color CSS Codes

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

#ac875b Text Font Color

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

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


#ac875b Background Color

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

This div background color is #ac875b


#ac875b Border Color

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

This div border color is #ac875b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ac875b


Comments

No comments written yet.

Please login to write comment.