Shades of Spring Rain #AFCCA1
Tints of Spring Rain #AFCCA1
RGB
CMYK
RGB Variations
Color information
#AFCCA1 (or 0xAFCCA1) is known color: Spring Rain. HEX triplet: AF, CC and A1. RGB value is (175,204,161). Sum of RGB (Red+Green+Blue) = 175+204+161=540 (71% of max value = 765). Red value is 175 (68.75% from 255 or 32.41% from 540); Green value is 204 (80.08% from 255 or 37.78% from 540); Blue value is 161 (63.28% from 255 or 29.81% from 540); Max value from RGB is 204 - color contains mainly: green. Hex color #AFCCA1 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AFCCA1 is #50335E. Grayscale: #BEBEBE. Windows color (decimal): -5256031 or 10603695. OLE color: 10603695.
HSL color Cylindrical-coordinate representation of color #AFCCA1: hue angle of 100.47º degrees, saturation: 0.3, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #AFCCA1 is Cyan = 0.14, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 175 | 204 | 161 | - |
| CMYK | 0.14 | 0 | 0.21 | 0.2 |
| HSL | 100.47º | 0.3% | 0.72% | - |
| HSV(B) | 100.47º | 0.21% | 0.8% | - |
| XYZ | 45.71 | 54.87 | 41.9 | - |
| YUV | 190.43 | 111.39 | 117 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 204 | 161 | 0.14 | 0 | 0.21 | 0.2 | 100.47 | 0.3 | 0.72 |
| Hex | AF | CC | A1 | E | 0 | 15 | 14 | 64 | 1E | 48 |
| Octal | 257 | 314 | 241 | 16 | 0 | 25 | 24 | 144 | 36 | 110 |
| Binary | 10101111 | 11001100 | 10100001 | 1110 | 0 | 10101 | 10100 | 1100100 | 11110 | 1001000 |
Color Harmonies of #AFCCA1
Complementary color
Monochromatic Colors of #AFCCA1
Black with #AFCCA1
Text Example
Text Example
White with #AFCCA1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AFCCA1; }
p { color: rgb(175,204,161); }
H1.HeaderClassName
{
color: #AFCCA1;
}
.AnyTagClassName
{
color: #AFCCA1;
}
</style>
background-color css
<style>
a { background-color: #AFCCA1; }
a { background-color: rgb(175,204,161); }
div.DivClassName
{
background-color: #AFCCA1;
}
.BgClassName
{
background-color: #AFCCA1;
}
</style>
border-color css
<style>
span { border-color: #AFCCA1; }
span { border-color: rgb(175,204,161); }
td.TdClassName
{
border-color: #AFCCA1;
}
.TagClassName
{
border-color: #AFCCA1;
}
</style>