#AAA987

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

Shades of Neutral Green #AAA987

Tints of Neutral Green #AAA987

Color information

#AAA987 (or 0xAAA987) is unknown color: approx Neutral Green. HEX triplet: AA, A9 and 87. RGB value is (170,169,135). Sum of RGB (Red+Green+Blue) = 170+169+135=474 (62% of max value = 765). Red value is 170 (66.80% from 255 or 35.86% from 474); Green value is 169 (66.41% from 255 or 35.65% from 474); Blue value is 135 (53.12% from 255 or 28.48% from 474); Max value from RGB is 170 - color contains mainly: red. Hex color #AAA987 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AAA987 is #555678. Grayscale: #A5A5A5. Windows color (decimal): -5592697 or 8890794. OLE color: 8890794.

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

Color convert

RGB170169135-
CMYK00.010.210.33
HSL58.29º17.07%59.8%-
HSV(B)58.29º20.59%66.67%-
XYZ35.1438.6728.53-
YUV165.42110.83131.26-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 35.86%
GREEN value IS 169 (66.41% from 255) = 35.65%
BLUE value IS 135 (53.12% from 255) = 28.48%
R=35.86%
G=35.65%
B=28.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.21
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal17016913500.010.210.3358.2917.0759.8
HexAAA9870115213a113c
Octal252251207012541722174
Binary101010101010100110000111011010110000111101010001111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AAA987

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AAA987; }

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

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

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

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

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

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

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

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