#AA9A54

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

Shades of Husk #AA9A54

Tints of Husk #AA9A54

Color information

#AA9A54 (or 0xAA9A54) is unknown color: approx Husk. HEX triplet: AA, 9A and 54. RGB value is (170,154,84). Sum of RGB (Red+Green+Blue) = 170+154+84=408 (54% of max value = 765). Red value is 170 (66.80% from 255 or 41.67% from 408); Green value is 154 (60.55% from 255 or 37.75% from 408); Blue value is 84 (33.20% from 255 or 20.59% from 408); Max value from RGB is 170 - color contains mainly: red. Hex color #AA9A54 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AA9A54 is #5565AB. Grayscale: #979797. Windows color (decimal): -5596588 or 5544618. OLE color: 5544618.

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

Color convert

RGB17015484-
CMYK00.090.510.33
HSL48.84º33.86%49.8%-
HSV(B)48.84º50.59%66.67%-
XYZ29.7332.313.05-
YUV150.890.3141.69-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 41.67%
GREEN value IS 154 (60.55% from 255) = 37.75%
BLUE value IS 84 (33.20% from 255) = 20.59%
R=41.67%
G=37.75%
B=20.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.51
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1701548400.090.510.3348.8433.8649.8
HexAA9A54093321312232
Octal2522321240116341614262
Binary1010101010011010101010001001110011100001110001100010110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA9A54

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA9A54; }

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

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

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

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

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

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

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

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