#AAA981

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

Shades of Neutral Green #AAA981

Tints of Neutral Green #AAA981

Color information

#AAA981 (or 0xAAA981) is unknown color: approx Neutral Green. HEX triplet: AA, A9 and 81. RGB value is (170,169,129). Sum of RGB (Red+Green+Blue) = 170+169+129=468 (61% of max value = 765). Red value is 170 (66.80% from 255 or 36.32% from 468); Green value is 169 (66.41% from 255 or 36.11% from 468); Blue value is 129 (50.78% from 255 or 27.56% from 468); Max value from RGB is 170 - color contains mainly: red. Hex color #AAA981 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AAA981 is #55567E. Grayscale: #A4A4A4. Windows color (decimal): -5592703 or 8497578. OLE color: 8497578.

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

Color convert

RGB170169129-
CMYK00.010.240.33
HSL58.54º19.43%58.63%-
HSV(B)58.54º24.12%66.67%-
XYZ34.7338.5126.37-
YUV164.74107.83131.75-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 36.32%
GREEN value IS 169 (66.41% from 255) = 36.11%
BLUE value IS 129 (50.78% from 255) = 27.56%
R=36.32%
G=36.11%
B=27.56%

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
Decimal17016912900.010.240.3358.5419.4358.63
HexAAA9810118213b133b
Octal252251201013041732373
Binary101010101010100110000001011100010000111101110011111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AAA981

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AAA981; }

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

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

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

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

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

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

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

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