#AA9944

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

Shades of Husk #AA9944

Tints of Husk #AA9944

Color information

#AA9944 (or 0xAA9944) is unknown color: approx Husk. HEX triplet: AA, 99 and 44. RGB value is (170,153,68). Sum of RGB (Red+Green+Blue) = 170+153+68=391 (51% of max value = 765). Red value is 170 (66.80% from 255 or 43.48% from 391); Green value is 153 (60.16% from 255 or 39.13% from 391); Blue value is 68 (26.95% from 255 or 17.39% from 391); Max value from RGB is 170 - color contains mainly: red. Hex color #AA9944 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AA9944 is #5566BB. Grayscale: #949494. Windows color (decimal): -5596860 or 4495786. OLE color: 4495786.

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

Color convert

RGB17015368-
CMYK00.10.60.33
HSL50º42.86%46.67%-
HSV(B)50º60%66.67%-
XYZ29.0131.7510.07-
YUV148.3982.63143.41-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 43.48%
GREEN value IS 153 (60.16% from 255) = 39.13%
BLUE value IS 68 (26.95% from 255) = 17.39%
R=43.48%
G=39.13%
B=17.39%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.1
Y (Yellow) values IS 0.6
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1701536800.10.60.335042.8646.67
HexAA99440A3C21322b2f
Octal2522311040127441625357
Binary1010101010011001100010001010111100100001110010101011101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA9944

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA9944; }

 p { color: rgb(170,153,68); }

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

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

 a { background-color: rgb(170,153,68); }

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

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

 span { border-color: rgb(170,153,68); }

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