#AAAEA9

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

Shades of Spring Rain #AAAEA9

Tints of Spring Rain #AAAEA9

Color information

#AAAEA9 (or 0xAAAEA9) is unknown color: approx Spring Rain. HEX triplet: AA, AE and A9. RGB value is (170,174,169). Sum of RGB (Red+Green+Blue) = 170+174+169=513 (67% of max value = 765). Red value is 170 (66.80% from 255 or 33.14% from 513); Green value is 174 (68.36% from 255 or 33.92% from 513); Blue value is 169 (66.41% from 255 or 32.94% from 513); Max value from RGB is 174 - color contains mainly: green. Hex color #AAAEA9 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AAAEA9 is #555156. Grayscale: #ACACAC. Windows color (decimal): -5591383 or 11120298. OLE color: 11120298.

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

Color convert

RGB170174169-
CMYK0.0200.030.32
HSL108º2.99%67.25%-
HSV(B)108º2.87%68.24%-
XYZ38.8841.6843.53-
YUV172.23126.17126.41-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 33.14%
GREEN value IS 174 (68.36% from 255) = 33.92%
BLUE value IS 169 (66.41% from 255) = 32.94%
R=33.14%
G=33.92%
B=32.94%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1701741690.0200.030.321082.9967.25
HexAAAEA9203206c343
Octal252256251203401543103
Binary101010101010111010101001100111000001101100111000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AAAEA9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AAAEA9; }

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

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

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

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

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

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

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

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