#AAADA9

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

Shades of Spring Rain #AAADA9

Tints of Spring Rain #AAADA9

Color information

#AAADA9 (or 0xAAADA9) is unknown color: approx Spring Rain. HEX triplet: AA, AD and A9. RGB value is (170,173,169). Sum of RGB (Red+Green+Blue) = 170+173+169=512 (67% of max value = 765). Red value is 170 (66.80% from 255 or 33.20% from 512); Green value is 173 (67.97% from 255 or 33.79% from 512); Blue value is 169 (66.41% from 255 or 33.01% from 512); Max value from RGB is 173 - color contains mainly: green. Hex color #AAADA9 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AAADA9 is #555256. Grayscale: #ABABAB. Windows color (decimal): -5591639 or 11120042. OLE color: 11120042.

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

Color convert

RGB170173169-
CMYK0.0200.020.32
HSL105º2.38%67.06%-
HSV(B)105º2.31%67.84%-
XYZ38.6841.343.47-
YUV171.65126.51126.83-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 33.20%
GREEN value IS 173 (67.97% from 255) = 33.79%
BLUE value IS 169 (66.41% from 255) = 33.01%
R=33.20%
G=33.79%
B=33.01%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0.02
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1701731690.0200.020.321052.3867.06
HexAAADA92022069243
Octal252255251202401512103
Binary101010101010110110101001100101000001101001101000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AAADA9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AAADA9; }

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

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

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

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

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

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

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

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