#AA9D5C

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

Shades of Husk #AA9D5C

Tints of Husk #AA9D5C

Color information

#AA9D5C (or 0xAA9D5C) is unknown color: approx Husk. HEX triplet: AA, 9D and 5C. RGB value is (170,157,92). Sum of RGB (Red+Green+Blue) = 170+157+92=419 (55% of max value = 765). Red value is 170 (66.80% from 255 or 40.57% from 419); Green value is 157 (61.72% from 255 or 37.47% from 419); Blue value is 92 (36.33% from 255 or 21.96% from 419); Max value from RGB is 170 - color contains mainly: red. Hex color #AA9D5C is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AA9D5C is #5562A3. Grayscale: #999999. Windows color (decimal): -5595812 or 6069674. OLE color: 6069674.

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

Color convert

RGB17015792-
CMYK00.080.460.33
HSL50º31.45%51.37%-
HSV(B)50º45.88%66.67%-
XYZ30.5733.4314.97-
YUV153.4893.31139.79-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 40.57%
GREEN value IS 157 (61.72% from 255) = 37.47%
BLUE value IS 92 (36.33% from 255) = 21.96%
R=40.57%
G=37.47%
B=21.96%

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
Decimal1701579200.080.460.335031.4551.37
HexAA9D5C082E21321f33
Octal2522351340105641623763
Binary101010101001110110111000100010111010000111001011111110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA9D5C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA9D5C; }

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

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

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

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

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

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

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

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