#AA964A

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

Shades of Husk #AA964A

Tints of Husk #AA964A

Color information

#AA964A (or 0xAA964A) is unknown color: approx Husk. HEX triplet: AA, 96 and 4A. RGB value is (170,150,74). Sum of RGB (Red+Green+Blue) = 170+150+74=394 (52% of max value = 765). Red value is 170 (66.80% from 255 or 43.15% from 394); Green value is 150 (58.98% from 255 or 38.07% from 394); Blue value is 74 (29.30% from 255 or 18.78% from 394); Max value from RGB is 170 - color contains mainly: red. Hex color #AA964A is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AA964A is #5569B5. Grayscale: #939393. Windows color (decimal): -5597622 or 4888234. OLE color: 4888234.

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

Color convert

RGB17015074-
CMYK00.120.560.33
HSL47.5º39.34%47.84%-
HSV(B)47.5º56.47%66.67%-
XYZ28.7230.8510.92-
YUV147.3286.63144.18-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 43.15%
GREEN value IS 150 (58.98% from 255) = 38.07%
BLUE value IS 74 (29.30% from 255) = 18.78%
R=43.15%
G=38.07%
B=18.78%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.56
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1701507400.120.560.3347.539.3447.84
HexAA964A0C3821302730
Octal2522261120147041604760
Binary1010101010010110100101001100111000100001110000100111110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA964A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA964A; }

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

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

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

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

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

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

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

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