#AC9C44

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

Shades of Husk #AC9C44

Tints of Husk #AC9C44

Color information

#AC9C44 (or 0xAC9C44) is unknown color: approx Husk. HEX triplet: AC, 9C and 44. RGB value is (172,156,68). Sum of RGB (Red+Green+Blue) = 172+156+68=396 (52% of max value = 765). Red value is 172 (67.58% from 255 or 43.43% from 396); Green value is 156 (61.33% from 255 or 39.39% from 396); Blue value is 68 (26.95% from 255 or 17.17% from 396); Max value from RGB is 172 - color contains mainly: red. Hex color #AC9C44 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AC9C44 is #5363BB. Grayscale: #979797. Windows color (decimal): -5465020 or 4496556. OLE color: 4496556.

HSL color Cylindrical-coordinate representation of color #AC9C44: hue angle of 50.77º degrees, saturation: 0.43, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #AC9C44 is Cyan = 0, Magento = 0.09, Yellow = 0.60 and Black (K on CMYK) = 0.33.

Color convert

RGB17215668-
CMYK00.090.600.33
HSL50.77º43.33%47.06%-
HSV(B)50.77º60.47%67.45%-
XYZ29.9532.9610.25-
YUV150.7581.3143.16-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 43.43%
GREEN value IS 156 (61.33% from 255) = 39.39%
BLUE value IS 68 (26.95% from 255) = 17.17%
R=43.43%
G=39.39%
B=17.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.60
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1721566800.090.600.3350.7743.3347.06
HexAC9C44093C21332b2f
Octal2542341040117441635357
Binary1010110010011100100010001001111100100001110011101011101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC9C44

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC9C44; }

 p { color: rgb(172,156,68); }

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

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

 a { background-color: rgb(172,156,68); }

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

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

 span { border-color: rgb(172,156,68); }

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