#AA9859

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

Shades of Husk #AA9859

Tints of Husk #AA9859

Color information

#AA9859 (or 0xAA9859) is unknown color: approx Husk. HEX triplet: AA, 98 and 59. RGB value is (170,152,89). Sum of RGB (Red+Green+Blue) = 170+152+89=411 (54% of max value = 765). Red value is 170 (66.80% from 255 or 41.36% from 411); Green value is 152 (59.77% from 255 or 36.98% from 411); Blue value is 89 (35.16% from 255 or 21.65% from 411); Max value from RGB is 170 - color contains mainly: red. Hex color #AA9859 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AA9859 is #5567A6. Grayscale: #969696. Windows color (decimal): -5597095 or 5871786. OLE color: 5871786.

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

Color convert

RGB17015289-
CMYK00.110.480.33
HSL46.67º32.27%50.78%-
HSV(B)46.67º47.65%66.67%-
XYZ29.6131.7214.01-
YUV150.293.46142.12-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 41.36%
GREEN value IS 152 (59.77% from 255) = 36.98%
BLUE value IS 89 (35.16% from 255) = 21.65%
R=41.36%
G=36.98%
B=21.65%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.48
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1701528900.110.480.3346.6732.2750.78
HexAA98590B30212f2033
Octal2522301310136041574063
Binary1010101010011000101100101011110000100001101111100000110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA9859

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA9859; }

 p { color: rgb(170,152,89); }

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

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

 a { background-color: rgb(170,152,89); }

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

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

 span { border-color: rgb(170,152,89); }

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