Shades of Spring Rain #AAADA9
Tints of Spring Rain #AAADA9
RGB
CMYK
RGB Variations
Color information
#AAADA9 (or 0xAAADA9) is known color: 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
RGB | 170 | 173 | 169 | - |
CMYK | 0.02 | 0 | 0.02 | 0.32 |
HSL | 105º | 0.02% | 0.67% | - |
HSV(B) | 105º | 0.02% | 0.68% | - |
XYZ | 38.68 | 41.3 | 43.47 | - |
YUV | 171.65 | 126.51 | 126.83 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 170 | 173 | 169 | 0.02 | 0 | 0.02 | 0.32 | 105 | 0.02 | 0.67 |
Hex | AA | AD | A9 | 2 | 0 | 2 | 20 | 69 | 2 | 43 |
Octal | 252 | 255 | 251 | 2 | 0 | 2 | 40 | 151 | 2 | 103 |
Binary | 10101010 | 10101101 | 10101001 | 10 | 0 | 10 | 100000 | 1101001 | 10 | 1000011 |
Color Harmonies of #AAADA9
Complementary color
Monochromatic Colors of #AAADA9
Black with #AAADA9
Text Example
Text Example
White with #AAADA9
Text Example
Text Example
HTML Codes & Css Web 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>