#AAA484

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

Shades of Neutral Green #AAA484

Tints of Neutral Green #AAA484

Color information

#AAA484 (or 0xAAA484) is unknown color: approx Neutral Green. HEX triplet: AA, A4 and 84. RGB value is (170,164,132). Sum of RGB (Red+Green+Blue) = 170+164+132=466 (61% of max value = 765). Red value is 170 (66.80% from 255 or 36.48% from 466); Green value is 164 (64.45% from 255 or 35.19% from 466); Blue value is 132 (51.95% from 255 or 28.33% from 466); Max value from RGB is 170 - color contains mainly: red. Hex color #AAA484 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AAA484 is #555B7B. Grayscale: #A2A2A2. Windows color (decimal): -5593980 or 8692906. OLE color: 8692906.

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

Color convert

RGB170164132-
CMYK00.040.220.33
HSL50.53º18.27%59.22%-
HSV(B)50.53º22.35%66.67%-
XYZ34.0236.7627.13-
YUV162.15110.99133.6-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 36.48%
GREEN value IS 164 (64.45% from 255) = 35.19%
BLUE value IS 132 (51.95% from 255) = 28.33%
R=36.48%
G=35.19%
B=28.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.22
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal17016413200.040.220.3350.5318.2759.22
HexAAA48404162133123b
Octal252244204042641632273
Binary10101010101001001000010001001011010000111001110010111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AAA484

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AAA484; }

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

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

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

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

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

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

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

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