#AC9B4F

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

Shades of Husk #AC9B4F

Tints of Husk #AC9B4F

Color information

#AC9B4F (or 0xAC9B4F) is unknown color: approx Husk. HEX triplet: AC, 9B and 4F. RGB value is (172,155,79). Sum of RGB (Red+Green+Blue) = 172+155+79=406 (53% of max value = 765). Red value is 172 (67.58% from 255 or 42.36% from 406); Green value is 155 (60.94% from 255 or 38.18% from 406); Blue value is 79 (31.25% from 255 or 19.46% from 406); Max value from RGB is 172 - color contains mainly: red. Hex color #AC9B4F is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AC9B4F is #5364B0. Grayscale: #979797. Windows color (decimal): -5465265 or 5217196. OLE color: 5217196.

HSL color Cylindrical-coordinate representation of color #AC9B4F: hue angle of 49.03º 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 #AC9B4F is Cyan = 0, Magento = 0.10, Yellow = 0.54 and Black (K on CMYK) = 0.33.

Color convert

RGB17215579-
CMYK00.100.540.33
HSL49.03º37.05%49.22%-
HSV(B)49.03º54.07%67.45%-
XYZ30.1532.7812.14-
YUV151.4287.13142.68-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 42.36%
GREEN value IS 155 (60.94% from 255) = 38.18%
BLUE value IS 79 (31.25% from 255) = 19.46%
R=42.36%
G=38.18%
B=19.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.54
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1721557900.100.540.3349.0337.0549.22
HexAC9B4F0A3621312531
Octal2542331170126641614561
Binary1010110010011011100111101010110110100001110001100101110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC9B4F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC9B4F; }

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

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

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

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

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

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

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

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