#AA9954

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

Shades of Husk #AA9954

Tints of Husk #AA9954

Color information

#AA9954 (or 0xAA9954) is unknown color: approx Husk. HEX triplet: AA, 99 and 54. RGB value is (170,153,84). Sum of RGB (Red+Green+Blue) = 170+153+84=407 (53% of max value = 765). Red value is 170 (66.80% from 255 or 41.77% from 407); Green value is 153 (60.16% from 255 or 37.59% from 407); Blue value is 84 (33.20% from 255 or 20.64% from 407); Max value from RGB is 170 - color contains mainly: red. Hex color #AA9954 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AA9954 is #5566AB. Grayscale: #969696. Windows color (decimal): -5596844 or 5544362. OLE color: 5544362.

HSL color Cylindrical-coordinate representation of color #AA9954: hue angle of 48.14º degrees, saturation: 0.34, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #AA9954 is Cyan = 0, Magento = 0.1, Yellow = 0.51 and Black (K on CMYK) = 0.33.

Color convert

RGB17015384-
CMYK00.10.510.33
HSL48.14º33.86%49.8%-
HSV(B)48.14º50.59%66.67%-
XYZ29.5731.9713-
YUV150.2290.63142.11-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 41.77%
GREEN value IS 153 (60.16% from 255) = 37.59%
BLUE value IS 84 (33.20% from 255) = 20.64%
R=41.77%
G=37.59%
B=20.64%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.1
Y (Yellow) values IS 0.51
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1701538400.10.510.3348.1433.8649.8
HexAA99540A3321302232
Octal2522311240126341604262
Binary1010101010011001101010001010110011100001110000100010110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA9954

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA9954; }

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

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

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

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

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

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

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

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