Shades of Spring Rain #AFC3A6
Tints of Spring Rain #AFC3A6
RGB
CMYK
RGB Variations
Color information
#AFC3A6 (or 0xAFC3A6) is known color: Spring Rain. HEX triplet: AF, C3 and A6. RGB value is (175,195,166). Sum of RGB (Red+Green+Blue) = 175+195+166=536 (70% of max value = 765). Red value is 175 (68.75% from 255 or 32.65% from 536); Green value is 195 (76.56% from 255 or 36.38% from 536); Blue value is 166 (65.23% from 255 or 30.97% from 536); Max value from RGB is 195 - color contains mainly: green. Hex color #AFC3A6 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AFC3A6 is #503C59. Grayscale: #B9B9B9. Windows color (decimal): -5258330 or 10929071. OLE color: 10929071.
HSL color Cylindrical-coordinate representation of color #AFC3A6: hue angle of 101.38º degrees, saturation: 0.19, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #AFC3A6 is Cyan = 0.10, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 175 | 195 | 166 | - |
| CMYK | 0.10 | 0 | 0.15 | 0.24 |
| HSL | 101.38º | 0.19% | 0.71% | - |
| HSV(B) | 101.38º | 0.15% | 0.76% | - |
| XYZ | 44.08 | 50.9 | 43.58 | - |
| YUV | 185.71 | 116.87 | 120.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 195 | 166 | 0.10 | 0 | 0.15 | 0.24 | 101.38 | 0.19 | 0.71 |
| Hex | AF | C3 | A6 | A | 0 | F | 18 | 65 | 13 | 47 |
| Octal | 257 | 303 | 246 | 12 | 0 | 17 | 30 | 145 | 23 | 107 |
| Binary | 10101111 | 11000011 | 10100110 | 1010 | 0 | 1111 | 11000 | 1100101 | 10011 | 1000111 |
Color Harmonies of #AFC3A6
Complementary color
Monochromatic Colors of #AFC3A6
Black with #AFC3A6
Text Example
Text Example
White with #AFC3A6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AFC3A6; }
p { color: rgb(175,195,166); }
H1.HeaderClassName
{
color: #AFC3A6;
}
.AnyTagClassName
{
color: #AFC3A6;
}
</style>
background-color css
<style>
a { background-color: #AFC3A6; }
a { background-color: rgb(175,195,166); }
div.DivClassName
{
background-color: #AFC3A6;
}
.BgClassName
{
background-color: #AFC3A6;
}
</style>
border-color css
<style>
span { border-color: #AFC3A6; }
span { border-color: rgb(175,195,166); }
td.TdClassName
{
border-color: #AFC3A6;
}
.TagClassName
{
border-color: #AFC3A6;
}
</style>