#AA9552

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

Shades of Husk #AA9552

Tints of Husk #AA9552

Color information

#AA9552 (or 0xAA9552) is unknown color: approx Husk. HEX triplet: AA, 95 and 52. RGB value is (170,149,82). Sum of RGB (Red+Green+Blue) = 170+149+82=401 (53% of max value = 765). Red value is 170 (66.80% from 255 or 42.39% from 401); Green value is 149 (58.59% from 255 or 37.16% from 401); Blue value is 82 (32.42% from 255 or 20.45% from 401); Max value from RGB is 170 - color contains mainly: red. Hex color #AA9552 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AA9552 is #556AAD. Grayscale: #939393. Windows color (decimal): -5597870 or 5412266. OLE color: 5412266.

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

Color convert

RGB17014982-
CMYK00.120.520.33
HSL45.68º34.92%49.41%-
HSV(B)45.68º51.76%66.67%-
XYZ28.8530.6512.38-
YUV147.6490.96143.95-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 42.39%
GREEN value IS 149 (58.59% from 255) = 37.16%
BLUE value IS 82 (32.42% from 255) = 20.45%
R=42.39%
G=37.16%
B=20.45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.52
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1701498200.120.520.3345.6834.9249.41
HexAA95520C34212e2331
Octal2522251220146441564361
Binary1010101010010101101001001100110100100001101110100011110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA9552

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA9552; }

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

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

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

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

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

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

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

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