Shades of Spring Rain #AABFA3
Tints of Spring Rain #AABFA3
RGB
CMYK
RGB Variations
Color information
#AABFA3 (or 0xAABFA3) is known color: Spring Rain. HEX triplet: AA, BF and A3. RGB value is (170,191,163). Sum of RGB (Red+Green+Blue) = 170+191+163=524 (69% of max value = 765). Red value is 170 (66.80% from 255 or 32.44% from 524); Green value is 191 (75% from 255 or 36.45% from 524); Blue value is 163 (64.06% from 255 or 31.11% from 524); Max value from RGB is 191 - color contains mainly: green. Hex color #AABFA3 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AABFA3 is #55405C. Grayscale: #B5B5B5. Windows color (decimal): -5587037 or 10731434. OLE color: 10731434.
HSL color Cylindrical-coordinate representation of color #AABFA3: hue angle of 105º degrees, saturation: 0.18, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #AABFA3 is Cyan = 0.11, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 170 | 191 | 163 | - |
| CMYK | 0.11 | 0 | 0.15 | 0.25 |
| HSL | 105º | 0.18% | 0.69% | - |
| HSV(B) | 105º | 0.15% | 0.75% | - |
| XYZ | 41.82 | 48.45 | 41.8 | - |
| YUV | 181.53 | 117.54 | 119.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 191 | 163 | 0.11 | 0 | 0.15 | 0.25 | 105 | 0.18 | 0.69 |
| Hex | AA | BF | A3 | B | 0 | F | 19 | 69 | 12 | 45 |
| Octal | 252 | 277 | 243 | 13 | 0 | 17 | 31 | 151 | 22 | 105 |
| Binary | 10101010 | 10111111 | 10100011 | 1011 | 0 | 1111 | 11001 | 1101001 | 10010 | 1000101 |
Color Harmonies of #AABFA3
Complementary color
Monochromatic Colors of #AABFA3
Black with #AABFA3
Text Example
Text Example
White with #AABFA3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AABFA3; }
p { color: rgb(170,191,163); }
H1.HeaderClassName
{
color: #AABFA3;
}
.AnyTagClassName
{
color: #AABFA3;
}
</style>
background-color css
<style>
a { background-color: #AABFA3; }
a { background-color: rgb(170,191,163); }
div.DivClassName
{
background-color: #AABFA3;
}
.BgClassName
{
background-color: #AABFA3;
}
</style>
border-color css
<style>
span { border-color: #AABFA3; }
span { border-color: rgb(170,191,163); }
td.TdClassName
{
border-color: #AABFA3;
}
.TagClassName
{
border-color: #AABFA3;
}
</style>