#AAA87B

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

Shades of Neutral Green #AAA87B

Tints of Neutral Green #AAA87B

Color information

#AAA87B (or 0xAAA87B) is unknown color: approx Neutral Green. HEX triplet: AA, A8 and 7B. RGB value is (170,168,123). Sum of RGB (Red+Green+Blue) = 170+168+123=461 (61% of max value = 765). Red value is 170 (66.80% from 255 or 36.88% from 461); Green value is 168 (66.02% from 255 or 36.44% from 461); Blue value is 123 (48.44% from 255 or 26.68% from 461); Max value from RGB is 170 - color contains mainly: red. Hex color #AAA87B is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AAA87B is #555784. Grayscale: #A3A3A3. Windows color (decimal): -5592965 or 8104106. OLE color: 8104106.

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

Color convert

RGB170168123-
CMYK00.010.280.33
HSL57.45º21.66%57.45%-
HSV(B)57.45º27.65%66.67%-
XYZ34.1637.9824.27-
YUV163.47105.16132.66-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 36.88%
GREEN value IS 168 (66.02% from 255) = 36.44%
BLUE value IS 123 (48.44% from 255) = 26.68%
R=36.88%
G=36.44%
B=26.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.28
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal17016812300.010.280.3357.4521.6657.45
HexAAA87B011C21391639
Octal252250173013441712671
Binary10101010101010001111011011110010000111100110110111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AAA87B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AAA87B; }

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

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

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

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

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

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

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

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