#AA9C56

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

Shades of Husk #AA9C56

Tints of Husk #AA9C56

Color information

#AA9C56 (or 0xAA9C56) is unknown color: approx Husk. HEX triplet: AA, 9C and 56. RGB value is (170,156,86). Sum of RGB (Red+Green+Blue) = 170+156+86=412 (54% of max value = 765). Red value is 170 (66.80% from 255 or 41.26% from 412); Green value is 156 (61.33% from 255 or 37.86% from 412); Blue value is 86 (33.98% from 255 or 20.87% from 412); Max value from RGB is 170 - color contains mainly: red. Hex color #AA9C56 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AA9C56 is #5563A9. Grayscale: #989898. Windows color (decimal): -5596074 or 5676202. OLE color: 5676202.

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

Color convert

RGB17015686-
CMYK00.080.490.33
HSL50º33.07%50.2%-
HSV(B)50º49.41%66.67%-
XYZ30.1532.9913.58-
YUV152.2190.64140.69-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 41.26%
GREEN value IS 156 (61.33% from 255) = 37.86%
BLUE value IS 86 (33.98% from 255) = 20.87%
R=41.26%
G=37.86%
B=20.87%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.49
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1701568600.080.490.335033.0750.2
HexAA9C56083121322132
Octal2522341260106141624162
Binary1010101010011100101011001000110001100001110010100001110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA9C56

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA9C56; }

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

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

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

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

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

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

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

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