#AAA681

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

Shades of Neutral Green #AAA681

Tints of Neutral Green #AAA681

Color information

#AAA681 (or 0xAAA681) is unknown color: approx Neutral Green. HEX triplet: AA, A6 and 81. RGB value is (170,166,129). Sum of RGB (Red+Green+Blue) = 170+166+129=465 (61% of max value = 765). Red value is 170 (66.80% from 255 or 36.56% from 465); Green value is 166 (65.23% from 255 or 35.70% from 465); Blue value is 129 (50.78% from 255 or 27.74% from 465); Max value from RGB is 170 - color contains mainly: red. Hex color #AAA681 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AAA681 is #55597E. Grayscale: #A3A3A3. Windows color (decimal): -5593471 or 8496810. OLE color: 8496810.

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

Color convert

RGB170166129-
CMYK00.020.240.33
HSL54.15º19.43%58.63%-
HSV(B)54.15º24.12%66.67%-
XYZ34.1837.426.19-
YUV162.98108.83133.01-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 36.56%
GREEN value IS 166 (65.23% from 255) = 35.70%
BLUE value IS 129 (50.78% from 255) = 27.74%
R=36.56%
G=35.70%
B=27.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.24
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal17016612900.020.240.3354.1519.4358.63
HexAAA68102182136133b
Octal252246201023041662373
Binary1010101010100110100000010101100010000111011010011111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AAA681

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AAA681; }

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

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

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

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

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

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

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

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