#AAA285

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

Shades of Neutral Green #AAA285

Tints of Neutral Green #AAA285

Color information

#AAA285 (or 0xAAA285) is unknown color: approx Neutral Green. HEX triplet: AA, A2 and 85. RGB value is (170,162,133). Sum of RGB (Red+Green+Blue) = 170+162+133=465 (61% of max value = 765). Red value is 170 (66.80% from 255 or 36.56% from 465); Green value is 162 (63.67% from 255 or 34.84% from 465); Blue value is 133 (52.34% from 255 or 28.60% from 465); Max value from RGB is 170 - color contains mainly: red. Hex color #AAA285 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AAA285 is #555D7A. Grayscale: #A1A1A1. Windows color (decimal): -5594491 or 8757930. OLE color: 8757930.

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

Color convert

RGB170162133-
CMYK00.050.220.33
HSL47.03º17.87%59.41%-
HSV(B)47.03º21.76%66.67%-
XYZ33.7336.0827.38-
YUV161.09112.15134.36-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 36.56%
GREEN value IS 162 (63.67% from 255) = 34.84%
BLUE value IS 133 (52.34% from 255) = 28.60%
R=36.56%
G=34.84%
B=28.60%

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
Decimal17016213300.050.220.3347.0317.8759.41
HexAAA2850516212f123b
Octal252242205052641572273
Binary10101010101000101000010101011011010000110111110010111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AAA285

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AAA285; }

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

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

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

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

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

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

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

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