#AA9C5C

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

Shades of Husk #AA9C5C

Tints of Husk #AA9C5C

Color information

#AA9C5C (or 0xAA9C5C) is unknown color: approx Husk. HEX triplet: AA, 9C and 5C. RGB value is (170,156,92). Sum of RGB (Red+Green+Blue) = 170+156+92=418 (55% of max value = 765). Red value is 170 (66.80% from 255 or 40.67% from 418); Green value is 156 (61.33% from 255 or 37.32% from 418); Blue value is 92 (36.33% from 255 or 22.01% from 418); Max value from RGB is 170 - color contains mainly: red. Hex color #AA9C5C is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AA9C5C is #5563A3. Grayscale: #999999. Windows color (decimal): -5596068 or 6069418. OLE color: 6069418.

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

Color convert

RGB17015692-
CMYK00.080.460.33
HSL49.23º31.45%51.37%-
HSV(B)49.23º45.88%66.67%-
XYZ30.433.114.91-
YUV152.8993.64140.2-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 40.67%
GREEN value IS 156 (61.33% from 255) = 37.32%
BLUE value IS 92 (36.33% from 255) = 22.01%
R=40.67%
G=37.32%
B=22.01%

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
Decimal1701569200.080.460.3349.2331.4551.37
HexAA9C5C082E21311f33
Octal2522341340105641613763
Binary101010101001110010111000100010111010000111000111111110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA9C5C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA9C5C; }

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

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

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

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

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

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

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

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