#AA9C58

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

Shades of Husk #AA9C58

Tints of Husk #AA9C58

Color information

#AA9C58 (or 0xAA9C58) is unknown color: approx Husk. HEX triplet: AA, 9C and 58. RGB value is (170,156,88). Sum of RGB (Red+Green+Blue) = 170+156+88=414 (54% of max value = 765). Red value is 170 (66.80% from 255 or 41.06% from 414); Green value is 156 (61.33% from 255 or 37.68% from 414); Blue value is 88 (34.77% from 255 or 21.26% from 414); Max value from RGB is 170 - color contains mainly: red. Hex color #AA9C58 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AA9C58 is #5563A7. Grayscale: #989898. Windows color (decimal): -5596072 or 5807274. OLE color: 5807274.

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

Color convert

RGB17015688-
CMYK00.080.480.33
HSL49.76º32.54%50.59%-
HSV(B)49.76º48.24%66.67%-
XYZ30.2333.0314.01-
YUV152.4391.64140.53-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 41.06%
GREEN value IS 156 (61.33% from 255) = 37.68%
BLUE value IS 88 (34.77% from 255) = 21.26%
R=41.06%
G=37.68%
B=21.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.48
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1701568800.080.480.3349.7632.5450.59
HexAA9C58083021322133
Octal2522341300106041624163
Binary1010101010011100101100001000110000100001110010100001110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA9C58

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA9C58; }

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

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

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

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

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

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

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

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