#AA9E48

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

Shades of Husk #AA9E48

Tints of Husk #AA9E48

Color information

#AA9E48 (or 0xAA9E48) is unknown color: approx Husk. HEX triplet: AA, 9E and 48. RGB value is (170,158,72). Sum of RGB (Red+Green+Blue) = 170+158+72=400 (52% of max value = 765). Red value is 170 (66.80% from 255 or 42.5% from 400); Green value is 158 (62.11% from 255 or 39.5% from 400); Blue value is 72 (28.52% from 255 or 18% from 400); Max value from RGB is 170 - color contains mainly: red. Hex color #AA9E48 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AA9E48 is #5561B7. Grayscale: #989898. Windows color (decimal): -5595576 or 4759210. OLE color: 4759210.

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

Color convert

RGB17015872-
CMYK00.070.580.33
HSL52.65º40.5%47.45%-
HSV(B)52.65º57.65%66.67%-
XYZ29.9733.4711.01-
YUV151.7882.98140.99-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 42.5%
GREEN value IS 158 (62.11% from 255) = 39.5%
BLUE value IS 72 (28.52% from 255) = 18%
R=42.5%
G=39.5%
B=18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.58
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1701587200.070.580.3352.6540.547.45
HexAA9E48073A2135282f
Octal252236110077241655057
Binary101010101001111010010000111111010100001110101101000101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA9E48

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA9E48; }

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

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

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

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

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

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

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

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