#AC9B44

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

Shades of Husk #AC9B44

Tints of Husk #AC9B44

Color information

#AC9B44 (or 0xAC9B44) is unknown color: approx Husk. HEX triplet: AC, 9B and 44. RGB value is (172,155,68). Sum of RGB (Red+Green+Blue) = 172+155+68=395 (52% of max value = 765). Red value is 172 (67.58% from 255 or 43.54% from 395); Green value is 155 (60.94% from 255 or 39.24% from 395); Blue value is 68 (26.95% from 255 or 17.22% from 395); Max value from RGB is 172 - color contains mainly: red. Hex color #AC9B44 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AC9B44 is #5364BB. Grayscale: #969696. Windows color (decimal): -5465276 or 4496300. OLE color: 4496300.

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

Color convert

RGB17215568-
CMYK00.100.600.33
HSL50.19º43.33%47.06%-
HSV(B)50.19º60.47%67.45%-
XYZ29.7832.6310.2-
YUV150.1781.63143.57-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 43.54%
GREEN value IS 155 (60.94% from 255) = 39.24%
BLUE value IS 68 (26.95% from 255) = 17.22%
R=43.54%
G=39.24%
B=17.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.60
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1721556800.100.600.3350.1943.3347.06
HexAC9B440A3C21322b2f
Octal2542331040127441625357
Binary1010110010011011100010001010111100100001110010101011101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC9B44

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC9B44; }

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

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

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

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

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

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

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

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