#aa9e5c

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

Shades of Husk #AA9E5C

Tints of Husk #AA9E5C

Color information

#AA9E5C (or 0xAA9E5C) is unknown color: approx Husk. HEX triplet: AA, 9E and 5C. RGB value is (170,158,92). Sum of RGB (Red+Green+Blue) = 170+158+92=420 (55% of max value = 765). Red value is 170 (66.80% from 255 or 40.48% from 420); Green value is 158 (62.11% from 255 or 37.62% from 420); Blue value is 92 (36.33% from 255 or 21.90% from 420); Max value from RGB is 170 - color contains mainly: red. Hex color #AA9E5C is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AA9E5C is #5561A3. Grayscale: #9A9A9A. Windows color (decimal): -5595556 or 6069930. OLE color: 6069930.

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

Color convert

RGB17015892-
CMYK00.070.460.33
HSL50.77º31.45%51.37%-
HSV(B)50.77º45.88%66.67%-
XYZ30.7433.7715.02-
YUV154.0692.98139.37-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 40.48%
GREEN value IS 158 (62.11% from 255) = 37.62%
BLUE value IS 92 (36.33% from 255) = 21.90%
R=40.48%
G=37.62%
B=21.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.46
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1701589200.070.460.3350.7731.4551.37
HexAA9E5C072E21331f33
Octal252236134075641633763
Binary10101010100111101011100011110111010000111001111111110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #aa9e5c

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #aa9e5c; }

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

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

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

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

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

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

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

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