#AA9452

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

Shades of Husk #AA9452

Tints of Husk #AA9452

Color information

#AA9452 (or 0xAA9452) is unknown color: approx Husk. HEX triplet: AA, 94 and 52. RGB value is (170,148,82). Sum of RGB (Red+Green+Blue) = 170+148+82=400 (52% of max value = 765). Red value is 170 (66.80% from 255 or 42.5% from 400); Green value is 148 (58.20% from 255 or 37% from 400); Blue value is 82 (32.42% from 255 or 20.5% from 400); Max value from RGB is 170 - color contains mainly: red. Hex color #AA9452 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AA9452 is #556BAD. Grayscale: #939393. Windows color (decimal): -5598126 or 5412010. OLE color: 5412010.

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

Color convert

RGB17014882-
CMYK00.130.520.33
HSL45º34.92%49.41%-
HSV(B)45º51.76%66.67%-
XYZ28.6930.3412.33-
YUV147.0591.29144.37-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 42.5%
GREEN value IS 148 (58.20% from 255) = 37%
BLUE value IS 82 (32.42% from 255) = 20.5%
R=42.5%
G=37%
B=20.5%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.52
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1701488200.130.520.334534.9249.41
HexAA94520D34212d2331
Octal2522241220156441554361
Binary1010101010010100101001001101110100100001101101100011110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA9452

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA9452; }

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

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

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

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

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

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

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

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