#AAA880

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

Shades of Neutral Green #AAA880

Tints of Neutral Green #AAA880

Color information

#AAA880 (or 0xAAA880) is unknown color: approx Neutral Green. HEX triplet: AA, A8 and 80. RGB value is (170,168,128). Sum of RGB (Red+Green+Blue) = 170+168+128=466 (61% of max value = 765). Red value is 170 (66.80% from 255 or 36.48% from 466); Green value is 168 (66.02% from 255 or 36.05% from 466); Blue value is 128 (50.39% from 255 or 27.47% from 466); Max value from RGB is 170 - color contains mainly: red. Hex color #AAA880 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AAA880 is #55577F. Grayscale: #A4A4A4. Windows color (decimal): -5592960 or 8431786. OLE color: 8431786.

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

Color convert

RGB170168128-
CMYK00.010.250.33
HSL57.14º19.81%58.43%-
HSV(B)57.14º24.71%66.67%-
XYZ34.4838.1125.96-
YUV164.04107.66132.25-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 36.48%
GREEN value IS 168 (66.02% from 255) = 36.05%
BLUE value IS 128 (50.39% from 255) = 27.47%
R=36.48%
G=36.05%
B=27.47%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.25
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal17016812800.010.250.3357.1419.8158.43
HexAAA88001192139143a
Octal252250200013141712472
Binary101010101010100010000000011100110000111100110100111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AAA880

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AAA880; }

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

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

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

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

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

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

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

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