#AC9E57

Color #AC9E57 Husk (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Husk #AC9E57

Tints of Husk #AC9E57

Color information

#AC9E57 (or 0xAC9E57) is unknown color: approx Husk. HEX triplet: AC, 9E and 57. RGB value is (172,158,87). Sum of RGB (Red+Green+Blue) = 172+158+87=417 (55% of max value = 765). Red value is 172 (67.58% from 255 or 41.25% from 417); Green value is 158 (62.11% from 255 or 37.89% from 417); Blue value is 87 (34.38% from 255 or 20.86% from 417); Max value from RGB is 172 - color contains mainly: red. Hex color #AC9E57 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AC9E57 is #5361A8. Grayscale: #9A9A9A. Windows color (decimal): -5464489 or 5742252. OLE color: 5742252.

HSL color Cylindrical-coordinate representation of color #AC9E57: hue angle of 50.12º degrees, saturation: 0.34, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #AC9E57 is Cyan = 0, Magento = 0.08, Yellow = 0.49 and Black (K on CMYK) = 0.33.

Color convert

RGB17215887-
CMYK00.080.490.33
HSL50.12º33.86%50.78%-
HSV(B)50.12º49.42%67.45%-
XYZ30.9633.9113.93-
YUV154.0990.14140.77-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 172 (67.58% from 255) = 41.25%
GREEN value IS 158 (62.11% from 255) = 37.89%
BLUE value IS 87 (34.38% from 255) = 20.86%
R=41.25%
G=37.89%
B=20.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.49
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1721588700.080.490.3350.1233.8650.78
HexAC9E57083121322233
Octal2542361270106141624263
Binary1010110010011110101011101000110001100001110010100010110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC9E57

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC9E57; }

 p { color: rgb(172,158,87); }

 H1.HeaderClassName
 {
   color: #AC9E57;
 }
 .AnyTagClassName
 {
   color: #AC9E57;
 }
</style>
background-color css

<style>
 a { background-color: #AC9E57; }

 a { background-color: rgb(172,158,87); }

 div.DivClassName
 {
   background-color: #AC9E57;
 }
 .BgClassName
 {
   background-color: #AC9E57;
 }
</style>
border-color css

<style>
 span { border-color: #AC9E57; }

 span { border-color: rgb(172,158,87); }

 td.TdClassName
 {
   border-color: #AC9E57;
 }
 .TagClassName
 {
   border-color: #AC9E57;
 }
</style>