#AAA982

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

Shades of Neutral Green #AAA982

Tints of Neutral Green #AAA982

Color information

#AAA982 (or 0xAAA982) is unknown color: approx Neutral Green. HEX triplet: AA, A9 and 82. RGB value is (170,169,130). Sum of RGB (Red+Green+Blue) = 170+169+130=469 (62% of max value = 765). Red value is 170 (66.80% from 255 or 36.25% from 469); Green value is 169 (66.41% from 255 or 36.03% from 469); Blue value is 130 (51.17% from 255 or 27.72% from 469); Max value from RGB is 170 - color contains mainly: red. Hex color #AAA982 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AAA982 is #55567D. Grayscale: #A5A5A5. Windows color (decimal): -5592702 or 8563114. OLE color: 8563114.

HSL color Cylindrical-coordinate representation of color #AAA982: hue angle of 58.5º degrees, saturation: 0.19, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #AAA982 is Cyan = 0, Magento = 0.01, Yellow = 0.24 and Black (K on CMYK) = 0.33.

Color convert

RGB170169130-
CMYK00.010.240.33
HSL58.5º19.05%58.82%-
HSV(B)58.5º23.53%66.67%-
XYZ34.7938.5326.72-
YUV164.85108.33131.67-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 36.25%
GREEN value IS 169 (66.41% from 255) = 36.03%
BLUE value IS 130 (51.17% from 255) = 27.72%
R=36.25%
G=36.03%
B=27.72%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.24
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal17016913000.010.240.3358.519.0558.82
HexAAA9820118213a133b
Octal252251202013041722373
Binary101010101010100110000010011100010000111101010011111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AAA982

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AAA982; }

 p { color: rgb(170,169,130); }

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

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

 a { background-color: rgb(170,169,130); }

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

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

 span { border-color: rgb(170,169,130); }

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