#AC9F59

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

Shades of Husk #AC9F59

Tints of Husk #AC9F59

Color information

#AC9F59 (or 0xAC9F59) is unknown color: approx Husk. HEX triplet: AC, 9F and 59. RGB value is (172,159,89). Sum of RGB (Red+Green+Blue) = 172+159+89=420 (55% of max value = 765). Red value is 172 (67.58% from 255 or 40.95% from 420); Green value is 159 (62.5% from 255 or 37.86% from 420); Blue value is 89 (35.16% from 255 or 21.19% from 420); Max value from RGB is 172 - color contains mainly: red. Hex color #AC9F59 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AC9F59 is #5360A6. Grayscale: #9B9B9B. Windows color (decimal): -5464231 or 5873580. OLE color: 5873580.

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

Color convert

RGB17215989-
CMYK00.080.480.33
HSL50.6º33.33%51.18%-
HSV(B)50.6º48.26%67.45%-
XYZ31.2134.2914.42-
YUV154.9190.81140.19-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 40.95%
GREEN value IS 159 (62.5% from 255) = 37.86%
BLUE value IS 89 (35.16% from 255) = 21.19%
R=40.95%
G=37.86%
B=21.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.48
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1721598900.080.480.3350.633.3351.18
HexAC9F59083021332133
Octal2542371310106041634163
Binary1010110010011111101100101000110000100001110011100001110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC9F59

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC9F59; }

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

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

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

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

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

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

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

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