#AAAEA0

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

Shades of Green Spring #AAAEA0

Tints of Green Spring #AAAEA0

Color information

#AAAEA0 (or 0xAAAEA0) is unknown color: approx Green Spring. HEX triplet: AA, AE and A0. RGB value is (170,174,160). Sum of RGB (Red+Green+Blue) = 170+174+160=504 (66% of max value = 765). Red value is 170 (66.80% from 255 or 33.73% from 504); Green value is 174 (68.36% from 255 or 34.52% from 504); Blue value is 160 (62.89% from 255 or 31.75% from 504); Max value from RGB is 174 - color contains mainly: green. Hex color #AAAEA0 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AAAEA0 is #55515F. Grayscale: #ABABAB. Windows color (decimal): -5591392 or 10530474. OLE color: 10530474.

HSL color Cylindrical-coordinate representation of color #AAAEA0: hue angle of 77.14º degrees, saturation: 0.08, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #AAAEA0 is Cyan = 0.02, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.32.

Color convert

RGB170174160-
CMYK0.0200.080.32
HSL77.14º7.95%65.49%-
HSV(B)77.14º8.05%68.24%-
XYZ38.0641.3639.23-
YUV171.21121.67127.14-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 33.73%
GREEN value IS 174 (68.36% from 255) = 34.52%
BLUE value IS 160 (62.89% from 255) = 31.75%
R=33.73%
G=34.52%
B=31.75%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1701741600.0200.080.3277.147.9565.49
HexAAAEA0208204d841
Octal25225624020104011510101
Binary1010101010101110101000001001000100000100110110001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AAAEA0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AAAEA0; }

 p { color: rgb(170,174,160); }

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

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

 a { background-color: rgb(170,174,160); }

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

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

 span { border-color: rgb(170,174,160); }

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