#AAA284

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

Shades of Neutral Green #AAA284

Tints of Neutral Green #AAA284

Color information

#AAA284 (or 0xAAA284) is unknown color: approx Neutral Green. HEX triplet: AA, A2 and 84. RGB value is (170,162,132). Sum of RGB (Red+Green+Blue) = 170+162+132=464 (61% of max value = 765). Red value is 170 (66.80% from 255 or 36.64% from 464); Green value is 162 (63.67% from 255 or 34.91% from 464); Blue value is 132 (51.95% from 255 or 28.45% from 464); Max value from RGB is 170 - color contains mainly: red. Hex color #AAA284 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AAA284 is #555D7B. Grayscale: #A1A1A1. Windows color (decimal): -5594492 or 8692394. OLE color: 8692394.

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

Color convert

RGB170162132-
CMYK00.050.220.33
HSL47.37º18.27%59.22%-
HSV(B)47.37º22.35%66.67%-
XYZ33.6636.0527.01-
YUV160.97111.65134.44-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 36.64%
GREEN value IS 162 (63.67% from 255) = 34.91%
BLUE value IS 132 (51.95% from 255) = 28.45%
R=36.64%
G=34.91%
B=28.45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.22
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal17016213200.050.220.3347.3718.2759.22
HexAAA2840516212f123b
Octal252242204052641572273
Binary10101010101000101000010001011011010000110111110010111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AAA284

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AAA284; }

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

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

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

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

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

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

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

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