#AAA480

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

Shades of Neutral Green #AAA480

Tints of Neutral Green #AAA480

Color information

#AAA480 (or 0xAAA480) is unknown color: approx Neutral Green. HEX triplet: AA, A4 and 80. RGB value is (170,164,128). Sum of RGB (Red+Green+Blue) = 170+164+128=462 (61% of max value = 765). Red value is 170 (66.80% from 255 or 36.80% from 462); Green value is 164 (64.45% from 255 or 35.50% from 462); Blue value is 128 (50.39% from 255 or 27.71% from 462); Max value from RGB is 170 - color contains mainly: red. Hex color #AAA480 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AAA480 is #555B7F. Grayscale: #A1A1A1. Windows color (decimal): -5593984 or 8430762. OLE color: 8430762.

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

Color convert

RGB170164128-
CMYK00.040.250.33
HSL51.43º19.81%58.43%-
HSV(B)51.43º24.71%66.67%-
XYZ33.7536.6625.72-
YUV161.69108.99133.93-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 36.80%
GREEN value IS 164 (64.45% from 255) = 35.50%
BLUE value IS 128 (50.39% from 255) = 27.71%
R=36.80%
G=35.50%
B=27.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.25
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal17016412800.040.250.3351.4319.8158.43
HexAAA48004192133143a
Octal252244200043141632472
Binary10101010101001001000000001001100110000111001110100111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AAA480

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AAA480; }

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

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

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

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

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

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

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

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