Shades of Spring Rain #AFBBA9
Tints of Spring Rain #AFBBA9
RGB
CMYK
RGB Variations
Color information
#AFBBA9 (or 0xAFBBA9) is known color: Spring Rain. HEX triplet: AF, BB and A9. RGB value is (175,187,169). Sum of RGB (Red+Green+Blue) = 175+187+169=531 (70% of max value = 765). Red value is 175 (68.75% from 255 or 32.96% from 531); Green value is 187 (73.44% from 255 or 35.22% from 531); Blue value is 169 (66.41% from 255 or 31.83% from 531); Max value from RGB is 187 - color contains mainly: green. Hex color #AFBBA9 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AFBBA9 is #504456. Grayscale: #B5B5B5. Windows color (decimal): -5260375 or 11123631. OLE color: 11123631.
HSL color Cylindrical-coordinate representation of color #AFBBA9: hue angle of 100º degrees, saturation: 0.12, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #AFBBA9 is Cyan = 0.06, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 175 | 187 | 169 | - |
| CMYK | 0.06 | 0 | 0.10 | 0.27 |
| HSL | 100º | 0.12% | 0.7% | - |
| HSV(B) | 100º | 0.1% | 0.73% | - |
| XYZ | 42.61 | 47.52 | 44.46 | - |
| YUV | 181.36 | 121.02 | 123.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 187 | 169 | 0.06 | 0 | 0.10 | 0.27 | 100 | 0.12 | 0.7 |
| Hex | AF | BB | A9 | 6 | 0 | A | 1B | 64 | C | 46 |
| Octal | 257 | 273 | 251 | 6 | 0 | 12 | 33 | 144 | 14 | 106 |
| Binary | 10101111 | 10111011 | 10101001 | 110 | 0 | 1010 | 11011 | 1100100 | 1100 | 1000110 |
Color Harmonies of #AFBBA9
Complementary color
Monochromatic Colors of #AFBBA9
Black with #AFBBA9
Text Example
Text Example
White with #AFBBA9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AFBBA9; }
p { color: rgb(175,187,169); }
H1.HeaderClassName
{
color: #AFBBA9;
}
.AnyTagClassName
{
color: #AFBBA9;
}
</style>
background-color css
<style>
a { background-color: #AFBBA9; }
a { background-color: rgb(175,187,169); }
div.DivClassName
{
background-color: #AFBBA9;
}
.BgClassName
{
background-color: #AFBBA9;
}
</style>
border-color css
<style>
span { border-color: #AFBBA9; }
span { border-color: rgb(175,187,169); }
td.TdClassName
{
border-color: #AFBBA9;
}
.TagClassName
{
border-color: #AFBBA9;
}
</style>