#AAA057

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

Shades of Husk #AAA057

Tints of Husk #AAA057

Color information

#AAA057 (or 0xAAA057) is unknown color: approx Husk. HEX triplet: AA, A0 and 57. RGB value is (170,160,87). Sum of RGB (Red+Green+Blue) = 170+160+87=417 (55% of max value = 765). Red value is 170 (66.80% from 255 or 40.77% from 417); Green value is 160 (62.89% from 255 or 38.37% from 417); Blue value is 87 (34.38% from 255 or 20.86% from 417); Max value from RGB is 170 - color contains mainly: red. Hex color #AAA057 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AAA057 is #555FA8. Grayscale: #9A9A9A. Windows color (decimal): -5595049 or 5742762. OLE color: 5742762.

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

Color convert

RGB17016087-
CMYK00.060.490.33
HSL52.77º32.81%50.39%-
HSV(B)52.77º48.82%66.67%-
XYZ30.8734.3814.03-
YUV154.6789.81138.94-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 40.77%
GREEN value IS 160 (62.89% from 255) = 38.37%
BLUE value IS 87 (34.38% from 255) = 20.86%
R=40.77%
G=38.37%
B=20.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.49
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1701608700.060.490.3352.7732.8150.39
HexAAA057063121352132
Octal252240127066141654162
Binary101010101010000010101110110110001100001110101100001110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AAA057

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AAA057; }

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

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

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

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

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

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

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

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