Shades of Spring Rain #AFCBA1
Tints of Spring Rain #AFCBA1
RGB
CMYK
RGB Variations
Color information
#AFCBA1 (or 0xAFCBA1) is known color: Spring Rain. HEX triplet: AF, CB and A1. RGB value is (175,203,161). Sum of RGB (Red+Green+Blue) = 175+203+161=539 (71% of max value = 765). Red value is 175 (68.75% from 255 or 32.47% from 539); Green value is 203 (79.69% from 255 or 37.66% from 539); Blue value is 161 (63.28% from 255 or 29.87% from 539); Max value from RGB is 203 - color contains mainly: green. Hex color #AFCBA1 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AFCBA1 is #50345E. Grayscale: #BDBDBD. Windows color (decimal): -5256287 or 10603439. OLE color: 10603439.
HSL color Cylindrical-coordinate representation of color #AFCBA1: hue angle of 100º degrees, saturation: 0.29, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #AFCBA1 is Cyan = 0.14, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 175 | 203 | 161 | - |
| CMYK | 0.14 | 0 | 0.21 | 0.20 |
| HSL | 100º | 0.29% | 0.71% | - |
| HSV(B) | 100º | 0.21% | 0.8% | - |
| XYZ | 45.47 | 54.4 | 41.82 | - |
| YUV | 189.84 | 111.72 | 117.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 203 | 161 | 0.14 | 0 | 0.21 | 0.20 | 100 | 0.29 | 0.71 |
| Hex | AF | CB | A1 | E | 0 | 15 | 14 | 64 | 1D | 47 |
| Octal | 257 | 313 | 241 | 16 | 0 | 25 | 24 | 144 | 35 | 107 |
| Binary | 10101111 | 11001011 | 10100001 | 1110 | 0 | 10101 | 10100 | 1100100 | 11101 | 1000111 |
Color Harmonies of #AFCBA1
Complementary color
Monochromatic Colors of #AFCBA1
Black with #AFCBA1
Text Example
Text Example
White with #AFCBA1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AFCBA1; }
p { color: rgb(175,203,161); }
H1.HeaderClassName
{
color: #AFCBA1;
}
.AnyTagClassName
{
color: #AFCBA1;
}
</style>
background-color css
<style>
a { background-color: #AFCBA1; }
a { background-color: rgb(175,203,161); }
div.DivClassName
{
background-color: #AFCBA1;
}
.BgClassName
{
background-color: #AFCBA1;
}
</style>
border-color css
<style>
span { border-color: #AFCBA1; }
span { border-color: rgb(175,203,161); }
td.TdClassName
{
border-color: #AFCBA1;
}
.TagClassName
{
border-color: #AFCBA1;
}
</style>