#AA9658

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

Shades of Husk #AA9658

Tints of Husk #AA9658

Color information

#AA9658 (or 0xAA9658) is unknown color: approx Husk. HEX triplet: AA, 96 and 58. RGB value is (170,150,88). Sum of RGB (Red+Green+Blue) = 170+150+88=408 (54% of max value = 765). Red value is 170 (66.80% from 255 or 41.67% from 408); Green value is 150 (58.98% from 255 or 36.76% from 408); Blue value is 88 (34.77% from 255 or 21.57% from 408); Max value from RGB is 170 - color contains mainly: red. Hex color #AA9658 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AA9658 is #5569A7. Grayscale: #959595. Windows color (decimal): -5597608 or 5805738. OLE color: 5805738.

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

Color convert

RGB17015088-
CMYK00.120.480.33
HSL45.37º32.54%50.59%-
HSV(B)45.37º48.24%66.67%-
XYZ29.2531.0613.69-
YUV148.9193.63143.04-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 41.67%
GREEN value IS 150 (58.98% from 255) = 36.76%
BLUE value IS 88 (34.77% from 255) = 21.57%
R=41.67%
G=36.76%
B=21.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.48
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1701508800.120.480.3345.3732.5450.59
HexAA96580C30212d2133
Octal2522261300146041554163
Binary1010101010010110101100001100110000100001101101100001110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA9658

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA9658; }

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

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

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

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

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

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

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

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