#AAA052

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

Shades of Husk #AAA052

Tints of Husk #AAA052

Color information

#AAA052 (or 0xAAA052) is unknown color: approx Husk. HEX triplet: AA, A0 and 52. RGB value is (170,160,82). Sum of RGB (Red+Green+Blue) = 170+160+82=412 (54% of max value = 765). Red value is 170 (66.80% from 255 or 41.26% from 412); Green value is 160 (62.89% from 255 or 38.83% from 412); Blue value is 82 (32.42% from 255 or 19.90% from 412); Max value from RGB is 170 - color contains mainly: red. Hex color #AAA052 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AAA052 is #555FAD. Grayscale: #9A9A9A. Windows color (decimal): -5595054 or 5415082. OLE color: 5415082.

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

Color convert

RGB17016082-
CMYK00.060.520.33
HSL53.18º34.92%49.41%-
HSV(B)53.18º51.76%66.67%-
XYZ30.6734.312.99-
YUV154.187.31139.34-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 41.26%
GREEN value IS 160 (62.89% from 255) = 38.83%
BLUE value IS 82 (32.42% from 255) = 19.90%
R=41.26%
G=38.83%
B=19.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.52
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1701608200.060.520.3353.1834.9249.41
HexAAA052063421352331
Octal252240122066441654361
Binary101010101010000010100100110110100100001110101100011110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AAA052

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AAA052; }

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

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

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

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

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

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

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

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