#AA9E56

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

Shades of Husk #AA9E56

Tints of Husk #AA9E56

Color information

#AA9E56 (or 0xAA9E56) is unknown color: approx Husk. HEX triplet: AA, 9E and 56. RGB value is (170,158,86). Sum of RGB (Red+Green+Blue) = 170+158+86=414 (54% of max value = 765). Red value is 170 (66.80% from 255 or 41.06% from 414); Green value is 158 (62.11% from 255 or 38.16% from 414); Blue value is 86 (33.98% from 255 or 20.77% from 414); Max value from RGB is 170 - color contains mainly: red. Hex color #AA9E56 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AA9E56 is #5561A9. Grayscale: #999999. Windows color (decimal): -5595562 or 5676714. OLE color: 5676714.

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

Color convert

RGB17015886-
CMYK00.070.490.33
HSL51.43º33.07%50.2%-
HSV(B)51.43º49.41%66.67%-
XYZ30.4833.6713.7-
YUV153.3889.98139.85-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 41.06%
GREEN value IS 158 (62.11% from 255) = 38.16%
BLUE value IS 86 (33.98% from 255) = 20.77%
R=41.06%
G=38.16%
B=20.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.49
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1701588600.070.490.3351.4333.0750.2
HexAA9E56073121332132
Octal252236126076141634162
Binary101010101001111010101100111110001100001110011100001110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA9E56

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA9E56; }

 p { color: rgb(170,158,86); }

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

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

 a { background-color: rgb(170,158,86); }

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

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

 span { border-color: rgb(170,158,86); }

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