#AA9C5B

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

Shades of Husk #AA9C5B

Tints of Husk #AA9C5B

Color information

#AA9C5B (or 0xAA9C5B) is unknown color: approx Husk. HEX triplet: AA, 9C and 5B. RGB value is (170,156,91). Sum of RGB (Red+Green+Blue) = 170+156+91=417 (55% of max value = 765). Red value is 170 (66.80% from 255 or 40.77% from 417); Green value is 156 (61.33% from 255 or 37.41% from 417); Blue value is 91 (35.94% from 255 or 21.82% from 417); Max value from RGB is 170 - color contains mainly: red. Hex color #AA9C5B is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AA9C5B is #5563A4. Grayscale: #999999. Windows color (decimal): -5596069 or 6003882. OLE color: 6003882.

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

Color convert

RGB17015691-
CMYK00.080.460.33
HSL49.37º31.73%51.18%-
HSV(B)49.37º46.47%66.67%-
XYZ30.3533.0814.68-
YUV152.7893.14140.29-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 40.77%
GREEN value IS 156 (61.33% from 255) = 37.41%
BLUE value IS 91 (35.94% from 255) = 21.82%
R=40.77%
G=37.41%
B=21.82%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.46
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1701569100.080.460.3349.3731.7351.18
HexAA9C5B082E21312033
Octal2522341330105641614063
Binary1010101010011100101101101000101110100001110001100000110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA9C5B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA9C5B; }

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

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

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

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

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

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

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

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