Shades of Spring Rain #AFC6A3
Tints of Spring Rain #AFC6A3
RGB
CMYK
RGB Variations
Color information
#AFC6A3 (or 0xAFC6A3) is known color: Spring Rain. HEX triplet: AF, C6 and A3. RGB value is (175,198,163). Sum of RGB (Red+Green+Blue) = 175+198+163=536 (70% of max value = 765). Red value is 175 (68.75% from 255 or 32.65% from 536); Green value is 198 (77.73% from 255 or 36.94% from 536); Blue value is 163 (64.06% from 255 or 30.41% from 536); Max value from RGB is 198 - color contains mainly: green. Hex color #AFC6A3 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AFC6A3 is #50395C. Grayscale: #BBBBBB. Windows color (decimal): -5257565 or 10733231. OLE color: 10733231.
HSL color Cylindrical-coordinate representation of color #AFC6A3: hue angle of 99.43º degrees, saturation: 0.23, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #AFC6A3 is Cyan = 0.12, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 175 | 198 | 163 | - |
| CMYK | 0.12 | 0 | 0.18 | 0.22 |
| HSL | 99.43º | 0.23% | 0.71% | - |
| HSV(B) | 99.43º | 0.18% | 0.78% | - |
| XYZ | 44.48 | 52.15 | 42.37 | - |
| YUV | 187.13 | 114.38 | 119.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 198 | 163 | 0.12 | 0 | 0.18 | 0.22 | 99.43 | 0.23 | 0.71 |
| Hex | AF | C6 | A3 | C | 0 | 12 | 16 | 63 | 17 | 47 |
| Octal | 257 | 306 | 243 | 14 | 0 | 22 | 26 | 143 | 27 | 107 |
| Binary | 10101111 | 11000110 | 10100011 | 1100 | 0 | 10010 | 10110 | 1100011 | 10111 | 1000111 |
Color Harmonies of #AFC6A3
Complementary color
Monochromatic Colors of #AFC6A3
Black with #AFC6A3
Text Example
Text Example
White with #AFC6A3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AFC6A3; }
p { color: rgb(175,198,163); }
H1.HeaderClassName
{
color: #AFC6A3;
}
.AnyTagClassName
{
color: #AFC6A3;
}
</style>
background-color css
<style>
a { background-color: #AFC6A3; }
a { background-color: rgb(175,198,163); }
div.DivClassName
{
background-color: #AFC6A3;
}
.BgClassName
{
background-color: #AFC6A3;
}
</style>
border-color css
<style>
span { border-color: #AFC6A3; }
span { border-color: rgb(175,198,163); }
td.TdClassName
{
border-color: #AFC6A3;
}
.TagClassName
{
border-color: #AFC6A3;
}
</style>