#AAA257

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

Shades of Husk #AAA257

Tints of Husk #AAA257

Color information

#AAA257 (or 0xAAA257) is unknown color: approx Husk. HEX triplet: AA, A2 and 57. RGB value is (170,162,87). Sum of RGB (Red+Green+Blue) = 170+162+87=419 (55% of max value = 765). Red value is 170 (66.80% from 255 or 40.57% from 419); Green value is 162 (63.67% from 255 or 38.66% from 419); Blue value is 87 (34.38% from 255 or 20.76% from 419); Max value from RGB is 170 - color contains mainly: red. Hex color #AAA257 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AAA257 is #555DA8. Grayscale: #9C9C9C. Windows color (decimal): -5594537 or 5743274. OLE color: 5743274.

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

Color convert

RGB17016287-
CMYK00.050.490.33
HSL54.22º32.81%50.39%-
HSV(B)54.22º48.82%66.67%-
XYZ31.2235.0714.14-
YUV155.8489.15138.1-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 40.57%
GREEN value IS 162 (63.67% from 255) = 38.66%
BLUE value IS 87 (34.38% from 255) = 20.76%
R=40.57%
G=38.66%
B=20.76%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.49
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1701628700.050.490.3354.2232.8150.39
HexAAA257053121362132
Octal252242127056141664162
Binary101010101010001010101110101110001100001110110100001110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AAA257

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AAA257; }

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

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

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

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

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

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

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

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