#AAA881

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

Shades of Neutral Green #AAA881

Tints of Neutral Green #AAA881

Color information

#AAA881 (or 0xAAA881) is unknown color: approx Neutral Green. HEX triplet: AA, A8 and 81. RGB value is (170,168,129). Sum of RGB (Red+Green+Blue) = 170+168+129=467 (61% of max value = 765). Red value is 170 (66.80% from 255 or 36.40% from 467); Green value is 168 (66.02% from 255 or 35.97% from 467); Blue value is 129 (50.78% from 255 or 27.62% from 467); Max value from RGB is 170 - color contains mainly: red. Hex color #AAA881 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AAA881 is #55577E. Grayscale: #A4A4A4. Windows color (decimal): -5592959 or 8497322. OLE color: 8497322.

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

Color convert

RGB170168129-
CMYK00.010.240.33
HSL57.07º19.43%58.63%-
HSV(B)57.07º24.12%66.67%-
XYZ34.5438.1426.31-
YUV164.15108.16132.17-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 36.40%
GREEN value IS 168 (66.02% from 255) = 35.97%
BLUE value IS 129 (50.78% from 255) = 27.62%
R=36.40%
G=35.97%
B=27.62%

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
Decimal17016812900.010.240.3357.0719.4358.63
HexAAA88101182139133b
Octal252250201013041712373
Binary101010101010100010000001011100010000111100110011111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AAA881

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AAA881; }

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

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

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

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

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

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

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

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