#AC9E52

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

Shades of Husk #AC9E52

Tints of Husk #AC9E52

Color information

#AC9E52 (or 0xAC9E52) is unknown color: approx Husk. HEX triplet: AC, 9E and 52. RGB value is (172,158,82). Sum of RGB (Red+Green+Blue) = 172+158+82=412 (54% of max value = 765). Red value is 172 (67.58% from 255 or 41.75% from 412); Green value is 158 (62.11% from 255 or 38.35% from 412); Blue value is 82 (32.42% from 255 or 19.90% from 412); Max value from RGB is 172 - color contains mainly: red. Hex color #AC9E52 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AC9E52 is #5361AD. Grayscale: #999999. Windows color (decimal): -5464494 or 5414572. OLE color: 5414572.

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

Color convert

RGB17215882-
CMYK00.080.520.33
HSL50.67º35.43%49.8%-
HSV(B)50.67º52.33%67.45%-
XYZ30.7633.8312.89-
YUV153.5287.64141.18-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 41.75%
GREEN value IS 158 (62.11% from 255) = 38.35%
BLUE value IS 82 (32.42% from 255) = 19.90%
R=41.75%
G=38.35%
B=19.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.52
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1721588200.080.520.3350.6735.4349.8
HexAC9E52083421332332
Octal2542361220106441634362
Binary1010110010011110101001001000110100100001110011100011110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC9E52

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC9E52; }

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

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

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

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

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

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

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

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