#AA9557

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

Shades of Husk #AA9557

Tints of Husk #AA9557

Color information

#AA9557 (or 0xAA9557) is unknown color: approx Husk. HEX triplet: AA, 95 and 57. RGB value is (170,149,87). Sum of RGB (Red+Green+Blue) = 170+149+87=406 (53% of max value = 765). Red value is 170 (66.80% from 255 or 41.87% from 406); Green value is 149 (58.59% from 255 or 36.70% from 406); Blue value is 87 (34.38% from 255 or 21.43% from 406); Max value from RGB is 170 - color contains mainly: red. Hex color #AA9557 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AA9557 is #556AA8. Grayscale: #949494. Windows color (decimal): -5597865 or 5739946. OLE color: 5739946.

HSL color Cylindrical-coordinate representation of color #AA9557: hue angle of 44.82º degrees, saturation: 0.33, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #AA9557 is Cyan = 0, Magento = 0.12, Yellow = 0.49 and Black (K on CMYK) = 0.33.

Color convert

RGB17014987-
CMYK00.120.490.33
HSL44.82º32.81%50.39%-
HSV(B)44.82º48.82%66.67%-
XYZ29.0530.7313.42-
YUV148.2193.46143.54-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 41.87%
GREEN value IS 149 (58.59% from 255) = 36.70%
BLUE value IS 87 (34.38% from 255) = 21.43%
R=41.87%
G=36.70%
B=21.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.49
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1701498700.120.490.3344.8232.8150.39
HexAA95570C31212d2132
Octal2522251270146141554162
Binary1010101010010101101011101100110001100001101101100001110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA9557

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA9557; }

 p { color: rgb(170,149,87); }

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

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

 a { background-color: rgb(170,149,87); }

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

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

 span { border-color: rgb(170,149,87); }

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