#AAA984

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

Shades of Neutral Green #AAA984

Tints of Neutral Green #AAA984

Color information

#AAA984 (or 0xAAA984) is unknown color: approx Neutral Green. HEX triplet: AA, A9 and 84. RGB value is (170,169,132). Sum of RGB (Red+Green+Blue) = 170+169+132=471 (62% of max value = 765). Red value is 170 (66.80% from 255 or 36.09% from 471); Green value is 169 (66.41% from 255 or 35.88% from 471); Blue value is 132 (51.95% from 255 or 28.03% from 471); Max value from RGB is 170 - color contains mainly: red. Hex color #AAA984 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AAA984 is #55567B. Grayscale: #A5A5A5. Windows color (decimal): -5592700 or 8694186. OLE color: 8694186.

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

Color convert

RGB170169132-
CMYK00.010.220.33
HSL58.42º18.27%59.22%-
HSV(B)58.42º22.35%66.67%-
XYZ34.9338.5927.44-
YUV165.08109.33131.51-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 36.09%
GREEN value IS 169 (66.41% from 255) = 35.88%
BLUE value IS 132 (51.95% from 255) = 28.03%
R=36.09%
G=35.88%
B=28.03%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.22
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal17016913200.010.220.3358.4218.2759.22
HexAAA9840116213a123b
Octal252251204012641722273
Binary101010101010100110000100011011010000111101010010111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AAA984

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AAA984; }

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

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

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

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

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

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

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

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