Shades of Spring Rain #AABDA5
Tints of Spring Rain #AABDA5
RGB
CMYK
RGB Variations
Color information
#AABDA5 (or 0xAABDA5) is known color: Spring Rain. HEX triplet: AA, BD and A5. RGB value is (170,189,165). Sum of RGB (Red+Green+Blue) = 170+189+165=524 (69% of max value = 765). Red value is 170 (66.80% from 255 or 32.44% from 524); Green value is 189 (74.22% from 255 or 36.07% from 524); Blue value is 165 (64.84% from 255 or 31.49% from 524); Max value from RGB is 189 - color contains mainly: green. Hex color #AABDA5 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AABDA5 is #55425A. Grayscale: #B4B4B4. Windows color (decimal): -5587547 or 10861994. OLE color: 10861994.
HSL color Cylindrical-coordinate representation of color #AABDA5: hue angle of 107.5º degrees, saturation: 0.15, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #AABDA5 is Cyan = 0.10, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.26.
Color convert
RGB | 170 | 189 | 165 | - |
CMYK | 0.10 | 0 | 0.13 | 0.26 |
HSL | 107.5º | 0.15% | 0.69% | - |
HSV(B) | 107.5º | 0.13% | 0.74% | - |
XYZ | 41.57 | 47.66 | 42.61 | - |
YUV | 180.58 | 119.21 | 120.45 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 170 | 189 | 165 | 0.10 | 0 | 0.13 | 0.26 | 107.5 | 0.15 | 0.69 |
Hex | AA | BD | A5 | A | 0 | D | 1A | 6C | F | 45 |
Octal | 252 | 275 | 245 | 12 | 0 | 15 | 32 | 154 | 17 | 105 |
Binary | 10101010 | 10111101 | 10100101 | 1010 | 0 | 1101 | 11010 | 1101100 | 1111 | 1000101 |
Color Harmonies of #AABDA5
Complementary color
Monochromatic Colors of #AABDA5
Black with #AABDA5
Text Example
Text Example
White with #AABDA5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AABDA5; }
p { color: rgb(170,189,165); }
H1.HeaderClassName
{
color: #AABDA5;
}
.AnyTagClassName
{
color: #AABDA5;
}
</style>
background-color css
<style>
a { background-color: #AABDA5; }
a { background-color: rgb(170,189,165); }
div.DivClassName
{
background-color: #AABDA5;
}
.BgClassName
{
background-color: #AABDA5;
}
</style>
border-color css
<style>
span { border-color: #AABDA5; }
span { border-color: rgb(170,189,165); }
td.TdClassName
{
border-color: #AABDA5;
}
.TagClassName
{
border-color: #AABDA5;
}
</style>