Shades of Spring Rain #AFCBA4
Tints of Spring Rain #AFCBA4
RGB
CMYK
RGB Variations
Color information
#AFCBA4 (or 0xAFCBA4) is known color: Spring Rain. HEX triplet: AF, CB and A4. RGB value is (175,203,164). Sum of RGB (Red+Green+Blue) = 175+203+164=542 (71% of max value = 765). Red value is 175 (68.75% from 255 or 32.29% from 542); Green value is 203 (79.69% from 255 or 37.45% from 542); Blue value is 164 (64.45% from 255 or 30.26% from 542); Max value from RGB is 203 - color contains mainly: green. Hex color #AFCBA4 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AFCBA4 is #50345B. Grayscale: #BEBEBE. Windows color (decimal): -5256284 or 10800047. OLE color: 10800047.
HSL color Cylindrical-coordinate representation of color #AFCBA4: hue angle of 103.08º degrees, saturation: 0.27, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #AFCBA4 is Cyan = 0.14, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 175 | 203 | 164 | - |
| CMYK | 0.14 | 0 | 0.19 | 0.20 |
| HSL | 103.08º | 0.27% | 0.72% | - |
| HSV(B) | 103.08º | 0.19% | 0.8% | - |
| XYZ | 45.74 | 54.51 | 43.23 | - |
| YUV | 190.18 | 113.22 | 117.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 203 | 164 | 0.14 | 0 | 0.19 | 0.20 | 103.08 | 0.27 | 0.72 |
| Hex | AF | CB | A4 | E | 0 | 13 | 14 | 67 | 1B | 48 |
| Octal | 257 | 313 | 244 | 16 | 0 | 23 | 24 | 147 | 33 | 110 |
| Binary | 10101111 | 11001011 | 10100100 | 1110 | 0 | 10011 | 10100 | 1100111 | 11011 | 1001000 |
Color Harmonies of #AFCBA4
Complementary color
Monochromatic Colors of #AFCBA4
Black with #AFCBA4
Text Example
Text Example
White with #AFCBA4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AFCBA4; }
p { color: rgb(175,203,164); }
H1.HeaderClassName
{
color: #AFCBA4;
}
.AnyTagClassName
{
color: #AFCBA4;
}
</style>
background-color css
<style>
a { background-color: #AFCBA4; }
a { background-color: rgb(175,203,164); }
div.DivClassName
{
background-color: #AFCBA4;
}
.BgClassName
{
background-color: #AFCBA4;
}
</style>
border-color css
<style>
span { border-color: #AFCBA4; }
span { border-color: rgb(175,203,164); }
td.TdClassName
{
border-color: #AFCBA4;
}
.TagClassName
{
border-color: #AFCBA4;
}
</style>