#AC9A55

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

Shades of Husk #AC9A55

Tints of Husk #AC9A55

Color information

#AC9A55 (or 0xAC9A55) is unknown color: approx Husk. HEX triplet: AC, 9A and 55. RGB value is (172,154,85). Sum of RGB (Red+Green+Blue) = 172+154+85=411 (54% of max value = 765). Red value is 172 (67.58% from 255 or 41.85% from 411); Green value is 154 (60.55% from 255 or 37.47% from 411); Blue value is 85 (33.59% from 255 or 20.68% from 411); Max value from RGB is 172 - color contains mainly: red. Hex color #AC9A55 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AC9A55 is #5365AA. Grayscale: #979797. Windows color (decimal): -5465515 or 5610156. OLE color: 5610156.

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

Color convert

RGB17215485-
CMYK00.100.510.33
HSL47.59º34.39%50.39%-
HSV(B)47.59º50.58%67.45%-
XYZ30.2132.5413.28-
YUV151.5290.46142.61-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 41.85%
GREEN value IS 154 (60.55% from 255) = 37.47%
BLUE value IS 85 (33.59% from 255) = 20.68%
R=41.85%
G=37.47%
B=20.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.51
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1721548500.100.510.3347.5934.3950.39
HexAC9A550A3321302232
Octal2542321250126341604262
Binary1010110010011010101010101010110011100001110000100010110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC9A55

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC9A55; }

 p { color: rgb(172,154,85); }

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

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

 a { background-color: rgb(172,154,85); }

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

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

 span { border-color: rgb(172,154,85); }

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