#AA994A

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

Shades of Husk #AA994A

Tints of Husk #AA994A

Color information

#AA994A (or 0xAA994A) is unknown color: approx Husk. HEX triplet: AA, 99 and 4A. RGB value is (170,153,74). Sum of RGB (Red+Green+Blue) = 170+153+74=397 (52% of max value = 765). Red value is 170 (66.80% from 255 or 42.82% from 397); Green value is 153 (60.16% from 255 or 38.54% from 397); Blue value is 74 (29.30% from 255 or 18.64% from 397); Max value from RGB is 170 - color contains mainly: red. Hex color #AA994A is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AA994A is #5566B5. Grayscale: #959595. Windows color (decimal): -5596854 or 4889002. OLE color: 4889002.

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

Color convert

RGB17015374-
CMYK00.10.560.33
HSL49.38º39.34%47.84%-
HSV(B)49.38º56.47%66.67%-
XYZ29.231.8211.08-
YUV149.0885.63142.92-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 42.82%
GREEN value IS 153 (60.16% from 255) = 38.54%
BLUE value IS 74 (29.30% from 255) = 18.64%
R=42.82%
G=38.54%
B=18.64%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.1
Y (Yellow) values IS 0.56
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1701537400.10.560.3349.3839.3447.84
HexAA994A0A3821312730
Octal2522311120127041614760
Binary1010101010011001100101001010111000100001110001100111110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA994A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA994A; }

 p { color: rgb(170,153,74); }

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

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

 a { background-color: rgb(170,153,74); }

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

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

 span { border-color: rgb(170,153,74); }

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