#AA9E4D

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

Shades of Husk #AA9E4D

Tints of Husk #AA9E4D

Color information

#AA9E4D (or 0xAA9E4D) is unknown color: approx Husk. HEX triplet: AA, 9E and 4D. RGB value is (170,158,77). Sum of RGB (Red+Green+Blue) = 170+158+77=405 (53% of max value = 765). Red value is 170 (66.80% from 255 or 41.98% from 405); Green value is 158 (62.11% from 255 or 39.01% from 405); Blue value is 77 (30.47% from 255 or 19.01% from 405); Max value from RGB is 170 - color contains mainly: red. Hex color #AA9E4D is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AA9E4D is #5561B2. Grayscale: #989898. Windows color (decimal): -5595571 or 5086890. OLE color: 5086890.

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

Color convert

RGB17015877-
CMYK00.070.550.33
HSL52.26º37.65%48.43%-
HSV(B)52.26º54.71%66.67%-
XYZ30.1433.5411.91-
YUV152.3585.48140.59-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 41.98%
GREEN value IS 158 (62.11% from 255) = 39.01%
BLUE value IS 77 (30.47% from 255) = 19.01%
R=41.98%
G=39.01%
B=19.01%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.55
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1701587700.070.550.3352.2637.6548.43
HexAA9E4D073721342630
Octal252236115076741644660
Binary101010101001111010011010111110111100001110100100110110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA9E4D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA9E4D; }

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

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

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

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

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

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

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

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