#AA9657

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

Shades of Husk #AA9657

Tints of Husk #AA9657

Color information

#AA9657 (or 0xAA9657) is unknown color: approx Husk. HEX triplet: AA, 96 and 57. RGB value is (170,150,87). Sum of RGB (Red+Green+Blue) = 170+150+87=407 (53% of max value = 765). Red value is 170 (66.80% from 255 or 41.77% from 407); Green value is 150 (58.98% from 255 or 36.86% from 407); Blue value is 87 (34.38% from 255 or 21.38% from 407); Max value from RGB is 170 - color contains mainly: red. Hex color #AA9657 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AA9657 is #5569A8. Grayscale: #959595. Windows color (decimal): -5597609 or 5740202. OLE color: 5740202.

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

Color convert

RGB17015087-
CMYK00.120.490.33
HSL45.54º32.81%50.39%-
HSV(B)45.54º48.82%66.67%-
XYZ29.231.0513.47-
YUV148.893.13143.12-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 41.77%
GREEN value IS 150 (58.98% from 255) = 36.86%
BLUE value IS 87 (34.38% from 255) = 21.38%
R=41.77%
G=36.86%
B=21.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.49
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1701508700.120.490.3345.5432.8150.39
HexAA96570C31212e2132
Octal2522261270146141564162
Binary1010101010010110101011101100110001100001101110100001110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA9657

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA9657; }

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

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

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

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

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

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

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

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