#AAA251

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

Shades of Husk #AAA251

Tints of Husk #AAA251

Color information

#AAA251 (or 0xAAA251) is unknown color: approx Husk. HEX triplet: AA, A2 and 51. RGB value is (170,162,81). Sum of RGB (Red+Green+Blue) = 170+162+81=413 (54% of max value = 765). Red value is 170 (66.80% from 255 or 41.16% from 413); Green value is 162 (63.67% from 255 or 39.23% from 413); Blue value is 81 (32.03% from 255 or 19.61% from 413); Max value from RGB is 170 - color contains mainly: red. Hex color #AAA251 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AAA251 is #555DAE. Grayscale: #9B9B9B. Windows color (decimal): -5594543 or 5350058. OLE color: 5350058.

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

Color convert

RGB17016281-
CMYK00.050.520.33
HSL54.61º35.46%49.22%-
HSV(B)54.61º52.35%66.67%-
XYZ30.9834.9812.9-
YUV155.1686.15138.59-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 41.16%
GREEN value IS 162 (63.67% from 255) = 39.23%
BLUE value IS 81 (32.03% from 255) = 19.61%
R=41.16%
G=39.23%
B=19.61%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.52
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1701628100.050.520.3354.6135.4649.22
HexAAA251053421372331
Octal252242121056441674361
Binary101010101010001010100010101110100100001110111100011110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AAA251

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AAA251; }

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

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

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

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

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

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

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

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