Color Hex Logo

#ac805e Color Hex

#AC805E
(172,128,94)
0 Favorites   0 Comments

Color spaces of #ac805e

RGB 17212894
HSL0.070.320.52
HSV26°45°67°
CMYK 0.000.260.45   0.33
XYZ26.752825.017214.0084
Yxy25.01720.40670.3803
Hunter Lab50.01727.944618.4066
CIE-Lab57.092212.625325.0555

#ac805e color RGB value is (172,128,94).

#ac805e hex color red value is 172, green value is 128 and the blue value of its RGB is 94. Cylindrical-coordinate representations (also known as HSL) of color #ac805e hue: 0.07 , saturation: 0.32 and the lightness value of ac805e is 0.52.

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

Base Numbers

BaseRedGreenBlue
Binary 10101100 10000000 01011110
Octal 254 200 136
Decimal 172 128 94
Hex AC 80 5E

RGB Percentages of Color #ac805e

%43.65
%32.49
%23.86

CMYK Percentages of Color #ac805e

%0
%26
%45
%33

Triadic Colors of #ac805e

#ac805e #5eac80 #805eac

Analogous Colors of #ac805e

#ac805e #aca75e #ac5e63

Monochromatic Colors of #ac805e

#ac805e

Complementary Color

#ac805e #5e8aac

#ac805e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ac805e Color Preview on White Background

Lorem ipsum dolor sit amet.

#ac805e Color CSS Codes

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

#ac805e Text Font Color

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

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


#ac805e Background Color

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

This div background color is #ac805e


#ac805e Border Color

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

This div border color is #ac805e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ac805e


Comments

No comments written yet.

Please login to write comment.