#AC9F56

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

Shades of Husk #AC9F56

Tints of Husk #AC9F56

Color information

#AC9F56 (or 0xAC9F56) is unknown color: approx Husk. HEX triplet: AC, 9F and 56. RGB value is (172,159,86). Sum of RGB (Red+Green+Blue) = 172+159+86=417 (55% of max value = 765). Red value is 172 (67.58% from 255 or 41.25% from 417); Green value is 159 (62.5% from 255 or 38.13% from 417); Blue value is 86 (33.98% from 255 or 20.62% from 417); Max value from RGB is 172 - color contains mainly: red. Hex color #AC9F56 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AC9F56 is #5360A9. Grayscale: #9A9A9A. Windows color (decimal): -5464234 or 5676972. OLE color: 5676972.

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

Color convert

RGB17215986-
CMYK00.080.50.33
HSL50.93º34.13%50.59%-
HSV(B)50.93º50%67.45%-
XYZ31.0934.2413.77-
YUV154.5689.31140.44-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 41.25%
GREEN value IS 159 (62.5% from 255) = 38.13%
BLUE value IS 86 (33.98% from 255) = 20.62%
R=41.25%
G=38.13%
B=20.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.5
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1721598600.080.50.3350.9334.1350.59
HexAC9F56083221332233
Octal2542371260106241634263
Binary1010110010011111101011001000110010100001110011100010110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC9F56

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC9F56; }

 p { color: rgb(172,159,86); }

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

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

 a { background-color: rgb(172,159,86); }

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

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

 span { border-color: rgb(172,159,86); }

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