#AAA985

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

Shades of Neutral Green #AAA985

Tints of Neutral Green #AAA985

Color information

#AAA985 (or 0xAAA985) is unknown color: approx Neutral Green. HEX triplet: AA, A9 and 85. RGB value is (170,169,133). Sum of RGB (Red+Green+Blue) = 170+169+133=472 (62% of max value = 765). Red value is 170 (66.80% from 255 or 36.02% from 472); Green value is 169 (66.41% from 255 or 35.81% from 472); Blue value is 133 (52.34% from 255 or 28.18% from 472); Max value from RGB is 170 - color contains mainly: red. Hex color #AAA985 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AAA985 is #55567A. Grayscale: #A5A5A5. Windows color (decimal): -5592699 or 8759722. OLE color: 8759722.

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

Color convert

RGB170169133-
CMYK00.010.220.33
HSL58.38º17.87%59.41%-
HSV(B)58.38º21.76%66.67%-
XYZ3538.6227.8-
YUV165.2109.83131.43-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 36.02%
GREEN value IS 169 (66.41% from 255) = 35.81%
BLUE value IS 133 (52.34% from 255) = 28.18%
R=36.02%
G=35.81%
B=28.18%

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
Decimal17016913300.010.220.3358.3817.8759.41
HexAAA9850116213a123b
Octal252251205012641722273
Binary101010101010100110000101011011010000111101010010111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AAA985

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AAA985; }

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

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

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

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

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

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

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

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