Color Hex Logo

#ac805a Color Hex

#AC805A
(172,128,90)
0 Favorites   0 Comments

Color spaces of #ac805a

RGB 17212890
HSL0.080.330.51
HSV28°48°67°
CMYK 0.000.260.48   0.33
XYZ26.577924.947213.0873
Yxy24.94720.41130.3861
Hunter Lab49.94727.575919.4277
CIE-Lab57.023912.203727.2012

#ac805a color RGB value is (172,128,90).

#ac805a hex color red value is 172, green value is 128 and the blue value of its RGB is 90. Cylindrical-coordinate representations (also known as HSL) of color #ac805a hue: 0.08 , saturation: 0.33 and the lightness value of ac805a is 0.51.

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

Base Numbers

BaseRedGreenBlue
Binary 10101100 10000000 01011010
Octal 254 200 132
Decimal 172 128 90
Hex AC 80 5A

RGB Percentages of Color #ac805a

%44.10
%32.82
%23.08

CMYK Percentages of Color #ac805a

%0
%26
%48
%33

Triadic Colors of #ac805a

#ac805a #5aac80 #805aac

Analogous Colors of #ac805a

#ac805a #aca95a #ac5a5d

Monochromatic Colors of #ac805a

#ac805a

Complementary Color

#ac805a #5a86ac

#ac805a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ac805a Color Preview on White Background

Lorem ipsum dolor sit amet.

#ac805a Color CSS Codes

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

#ac805a Text Font Color

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

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


#ac805a Background Color

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

This div background color is #ac805a


#ac805a Border Color

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

This div border color is #ac805a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ac805a


Comments

No comments written yet.

Please login to write comment.