Shades of Spring Rain #AABFA1
Tints of Spring Rain #AABFA1
RGB
CMYK
RGB Variations
Color information
#AABFA1 (or 0xAABFA1) is known color: Spring Rain. HEX triplet: AA, BF and A1. RGB value is (170,191,161). Sum of RGB (Red+Green+Blue) = 170+191+161=522 (69% of max value = 765). Red value is 170 (66.80% from 255 or 32.57% from 522); Green value is 191 (75% from 255 or 36.59% from 522); Blue value is 161 (63.28% from 255 or 30.84% from 522); Max value from RGB is 191 - color contains mainly: green. Hex color #AABFA1 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AABFA1 is #55405E. Grayscale: #B5B5B5. Windows color (decimal): -5587039 or 10600362. OLE color: 10600362.
HSL color Cylindrical-coordinate representation of color #AABFA1: hue angle of 102º degrees, saturation: 0.19, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #AABFA1 is Cyan = 0.11, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 170 | 191 | 161 | - |
| CMYK | 0.11 | 0 | 0.16 | 0.25 |
| HSL | 102º | 0.19% | 0.69% | - |
| HSV(B) | 102º | 0.16% | 0.75% | - |
| XYZ | 41.64 | 48.38 | 40.86 | - |
| YUV | 181.3 | 116.54 | 119.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 191 | 161 | 0.11 | 0 | 0.16 | 0.25 | 102 | 0.19 | 0.69 |
| Hex | AA | BF | A1 | B | 0 | 10 | 19 | 66 | 13 | 45 |
| Octal | 252 | 277 | 241 | 13 | 0 | 20 | 31 | 146 | 23 | 105 |
| Binary | 10101010 | 10111111 | 10100001 | 1011 | 0 | 10000 | 11001 | 1100110 | 10011 | 1000101 |
Color Harmonies of #AABFA1
Complementary color
Monochromatic Colors of #AABFA1
Black with #AABFA1
Text Example
Text Example
White with #AABFA1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AABFA1; }
p { color: rgb(170,191,161); }
H1.HeaderClassName
{
color: #AABFA1;
}
.AnyTagClassName
{
color: #AABFA1;
}
</style>
background-color css
<style>
a { background-color: #AABFA1; }
a { background-color: rgb(170,191,161); }
div.DivClassName
{
background-color: #AABFA1;
}
.BgClassName
{
background-color: #AABFA1;
}
</style>
border-color css
<style>
span { border-color: #AABFA1; }
span { border-color: rgb(170,191,161); }
td.TdClassName
{
border-color: #AABFA1;
}
.TagClassName
{
border-color: #AABFA1;
}
</style>