#AC9F4F

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

Shades of Husk #AC9F4F

Tints of Husk #AC9F4F

Color information

#AC9F4F (or 0xAC9F4F) is unknown color: approx Husk. HEX triplet: AC, 9F and 4F. RGB value is (172,159,79). Sum of RGB (Red+Green+Blue) = 172+159+79=410 (54% of max value = 765). Red value is 172 (67.58% from 255 or 41.95% from 410); Green value is 159 (62.5% from 255 or 38.78% from 410); Blue value is 79 (31.25% from 255 or 19.27% from 410); Max value from RGB is 172 - color contains mainly: red. Hex color #AC9F4F is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AC9F4F is #5360B0. Grayscale: #9A9A9A. Windows color (decimal): -5464241 or 5218220. OLE color: 5218220.

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

Color convert

RGB17215979-
CMYK00.080.540.33
HSL51.61º37.05%49.22%-
HSV(B)51.61º54.07%67.45%-
XYZ30.8234.1312.36-
YUV153.7785.81141-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 41.95%
GREEN value IS 159 (62.5% from 255) = 38.78%
BLUE value IS 79 (31.25% from 255) = 19.27%
R=41.95%
G=38.78%
B=19.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.54
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1721597900.080.540.3351.6137.0549.22
HexAC9F4F083621342531
Octal2542371170106641644561
Binary1010110010011111100111101000110110100001110100100101110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC9F4F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC9F4F; }

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

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

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

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

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

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

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

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