#AA9654

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

Shades of Husk #AA9654

Tints of Husk #AA9654

Color information

#AA9654 (or 0xAA9654) is unknown color: approx Husk. HEX triplet: AA, 96 and 54. RGB value is (170,150,84). Sum of RGB (Red+Green+Blue) = 170+150+84=404 (53% of max value = 765). Red value is 170 (66.80% from 255 or 42.08% from 404); Green value is 150 (58.98% from 255 or 37.13% from 404); Blue value is 84 (33.20% from 255 or 20.79% from 404); Max value from RGB is 170 - color contains mainly: red. Hex color #AA9654 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AA9654 is #5569AB. Grayscale: #949494. Windows color (decimal): -5597612 or 5543594. OLE color: 5543594.

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

Color convert

RGB17015084-
CMYK00.120.510.33
HSL46.05º33.86%49.8%-
HSV(B)46.05º50.59%66.67%-
XYZ29.083112.84-
YUV148.4691.63143.37-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 42.08%
GREEN value IS 150 (58.98% from 255) = 37.13%
BLUE value IS 84 (33.20% from 255) = 20.79%
R=42.08%
G=37.13%
B=20.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.51
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1701508400.120.510.3346.0533.8649.8
HexAA96540C33212e2232
Octal2522261240146341564262
Binary1010101010010110101010001100110011100001101110100010110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA9654

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA9654; }

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

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

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

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

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

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

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

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