Shades of Spring Rain #AFC5A2
Tints of Spring Rain #AFC5A2
RGB
CMYK
RGB Variations
Color information
#AFC5A2 (or 0xAFC5A2) is known color: Spring Rain. HEX triplet: AF, C5 and A2. RGB value is (175,197,162). Sum of RGB (Red+Green+Blue) = 175+197+162=534 (70% of max value = 765). Red value is 175 (68.75% from 255 or 32.77% from 534); Green value is 197 (77.34% from 255 or 36.89% from 534); Blue value is 162 (63.67% from 255 or 30.34% from 534); Max value from RGB is 197 - color contains mainly: green. Hex color #AFC5A2 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AFC5A2 is #503A5D. Grayscale: #BABABA. Windows color (decimal): -5257822 or 10667439. OLE color: 10667439.
HSL color Cylindrical-coordinate representation of color #AFC5A2: hue angle of 97.71º degrees, saturation: 0.23, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #AFC5A2 is Cyan = 0.11, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 175 | 197 | 162 | - |
| CMYK | 0.11 | 0 | 0.18 | 0.23 |
| HSL | 97.71º | 0.23% | 0.7% | - |
| HSV(B) | 97.71º | 0.18% | 0.77% | - |
| XYZ | 44.17 | 51.66 | 41.83 | - |
| YUV | 186.43 | 114.21 | 119.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 197 | 162 | 0.11 | 0 | 0.18 | 0.23 | 97.71 | 0.23 | 0.7 |
| Hex | AF | C5 | A2 | B | 0 | 12 | 17 | 62 | 17 | 46 |
| Octal | 257 | 305 | 242 | 13 | 0 | 22 | 27 | 142 | 27 | 106 |
| Binary | 10101111 | 11000101 | 10100010 | 1011 | 0 | 10010 | 10111 | 1100010 | 10111 | 1000110 |
Color Harmonies of #AFC5A2
Complementary color
Monochromatic Colors of #AFC5A2
Black with #AFC5A2
Text Example
Text Example
White with #AFC5A2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AFC5A2; }
p { color: rgb(175,197,162); }
H1.HeaderClassName
{
color: #AFC5A2;
}
.AnyTagClassName
{
color: #AFC5A2;
}
</style>
background-color css
<style>
a { background-color: #AFC5A2; }
a { background-color: rgb(175,197,162); }
div.DivClassName
{
background-color: #AFC5A2;
}
.BgClassName
{
background-color: #AFC5A2;
}
</style>
border-color css
<style>
span { border-color: #AFC5A2; }
span { border-color: rgb(175,197,162); }
td.TdClassName
{
border-color: #AFC5A2;
}
.TagClassName
{
border-color: #AFC5A2;
}
</style>