#AAA04D

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

Shades of Husk #AAA04D

Tints of Husk #AAA04D

Color information

#AAA04D (or 0xAAA04D) is unknown color: approx Husk. HEX triplet: AA, A0 and 4D. RGB value is (170,160,77). Sum of RGB (Red+Green+Blue) = 170+160+77=407 (53% of max value = 765). Red value is 170 (66.80% from 255 or 41.77% from 407); Green value is 160 (62.89% from 255 or 39.31% from 407); Blue value is 77 (30.47% from 255 or 18.92% from 407); Max value from RGB is 170 - color contains mainly: red. Hex color #AAA04D is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AAA04D is #555FB2. Grayscale: #999999. Windows color (decimal): -5595059 or 5087402. OLE color: 5087402.

HSL color Cylindrical-coordinate representation of color #AAA04D: hue angle of 53.55º degrees, saturation: 0.38, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #AAA04D is Cyan = 0, Magento = 0.06, Yellow = 0.55 and Black (K on CMYK) = 0.33.

Color convert

RGB17016077-
CMYK00.060.550.33
HSL53.55º37.65%48.43%-
HSV(B)53.55º54.71%66.67%-
XYZ30.4934.2212.02-
YUV153.5384.81139.75-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 41.77%
GREEN value IS 160 (62.89% from 255) = 39.31%
BLUE value IS 77 (30.47% from 255) = 18.92%
R=41.77%
G=39.31%
B=18.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.55
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1701607700.060.550.3353.5537.6548.43
HexAAA04D063721362630
Octal252240115066741664660
Binary101010101010000010011010110110111100001110110100110110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AAA04D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AAA04D; }

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

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

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

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

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

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

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

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