Shades of Spring Rain #AFC8A3
Tints of Spring Rain #AFC8A3
RGB
CMYK
RGB Variations
Color information
#AFC8A3 (or 0xAFC8A3) is known color: Spring Rain. HEX triplet: AF, C8 and A3. RGB value is (175,200,163). Sum of RGB (Red+Green+Blue) = 175+200+163=538 (71% of max value = 765). Red value is 175 (68.75% from 255 or 32.53% from 538); Green value is 200 (78.52% from 255 or 37.17% from 538); Blue value is 163 (64.06% from 255 or 30.30% from 538); Max value from RGB is 200 - color contains mainly: green. Hex color #AFC8A3 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AFC8A3 is #50375C. Grayscale: #BCBCBC. Windows color (decimal): -5257053 or 10733743. OLE color: 10733743.
HSL color Cylindrical-coordinate representation of color #AFC8A3: hue angle of 100.54º degrees, saturation: 0.25, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #AFC8A3 is Cyan = 0.12, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 175 | 200 | 163 | - |
| CMYK | 0.12 | 0 | 0.18 | 0.22 |
| HSL | 100.54º | 0.25% | 0.71% | - |
| HSV(B) | 100.54º | 0.19% | 0.78% | - |
| XYZ | 44.94 | 53.07 | 42.52 | - |
| YUV | 188.31 | 113.72 | 118.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 200 | 163 | 0.12 | 0 | 0.18 | 0.22 | 100.54 | 0.25 | 0.71 |
| Hex | AF | C8 | A3 | C | 0 | 12 | 16 | 65 | 19 | 47 |
| Octal | 257 | 310 | 243 | 14 | 0 | 22 | 26 | 145 | 31 | 107 |
| Binary | 10101111 | 11001000 | 10100011 | 1100 | 0 | 10010 | 10110 | 1100101 | 11001 | 1000111 |
Color Harmonies of #AFC8A3
Complementary color
Monochromatic Colors of #AFC8A3
Black with #AFC8A3
Text Example
Text Example
White with #AFC8A3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AFC8A3; }
p { color: rgb(175,200,163); }
H1.HeaderClassName
{
color: #AFC8A3;
}
.AnyTagClassName
{
color: #AFC8A3;
}
</style>
background-color css
<style>
a { background-color: #AFC8A3; }
a { background-color: rgb(175,200,163); }
div.DivClassName
{
background-color: #AFC8A3;
}
.BgClassName
{
background-color: #AFC8A3;
}
</style>
border-color css
<style>
span { border-color: #AFC8A3; }
span { border-color: rgb(175,200,163); }
td.TdClassName
{
border-color: #AFC8A3;
}
.TagClassName
{
border-color: #AFC8A3;
}
</style>