#AA9B54

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

Shades of Husk #AA9B54

Tints of Husk #AA9B54

Color information

#AA9B54 (or 0xAA9B54) is unknown color: approx Husk. HEX triplet: AA, 9B and 54. RGB value is (170,155,84). Sum of RGB (Red+Green+Blue) = 170+155+84=409 (54% of max value = 765). Red value is 170 (66.80% from 255 or 41.56% from 409); Green value is 155 (60.94% from 255 or 37.90% from 409); Blue value is 84 (33.20% from 255 or 20.54% from 409); Max value from RGB is 170 - color contains mainly: red. Hex color #AA9B54 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AA9B54 is #5564AB. Grayscale: #979797. Windows color (decimal): -5596332 or 5544874. OLE color: 5544874.

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

Color convert

RGB17015584-
CMYK00.090.510.33
HSL49.53º33.86%49.8%-
HSV(B)49.53º50.59%66.67%-
XYZ29.932.6313.11-
YUV151.3989.97141.27-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 41.56%
GREEN value IS 155 (60.94% from 255) = 37.90%
BLUE value IS 84 (33.20% from 255) = 20.54%
R=41.56%
G=37.90%
B=20.54%

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
Decimal1701558400.090.510.3349.5333.8649.8
HexAA9B54093321322232
Octal2522331240116341624262
Binary1010101010011011101010001001110011100001110010100010110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA9B54

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA9B54; }

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

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

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

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

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

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

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

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