Shades of Spring Rain #A8C7A3
Tints of Spring Rain #A8C7A3
RGB
CMYK
RGB Variations
Color information
#A8C7A3 (or 0xA8C7A3) is known color: Spring Rain. HEX triplet: A8, C7 and A3. RGB value is (168,199,163). Sum of RGB (Red+Green+Blue) = 168+199+163=530 (70% of max value = 765). Red value is 168 (66.02% from 255 or 31.70% from 530); Green value is 199 (78.12% from 255 or 37.55% from 530); Blue value is 163 (64.06% from 255 or 30.75% from 530); Max value from RGB is 199 - color contains mainly: green. Hex color #A8C7A3 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A8C7A3 is #57385C. Grayscale: #B9B9B9. Windows color (decimal): -5716061 or 10733480. OLE color: 10733480.
HSL color Cylindrical-coordinate representation of color #A8C7A3: hue angle of 111.67º degrees, saturation: 0.24, 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 #A8C7A3 is Cyan = 0.16, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 168 | 199 | 163 | - |
| CMYK | 0.16 | 0 | 0.18 | 0.22 |
| HSL | 111.67º | 0.24% | 0.71% | - |
| HSV(B) | 111.67º | 0.18% | 0.78% | - |
| XYZ | 43.18 | 51.82 | 42.38 | - |
| YUV | 185.63 | 115.23 | 115.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 199 | 163 | 0.16 | 0 | 0.18 | 0.22 | 111.67 | 0.24 | 0.71 |
| Hex | A8 | C7 | A3 | 10 | 0 | 12 | 16 | 70 | 18 | 47 |
| Octal | 250 | 307 | 243 | 20 | 0 | 22 | 26 | 160 | 30 | 107 |
| Binary | 10101000 | 11000111 | 10100011 | 10000 | 0 | 10010 | 10110 | 1110000 | 11000 | 1000111 |
Color Harmonies of #A8C7A3
Complementary color
Monochromatic Colors of #A8C7A3
Black with #A8C7A3
Text Example
Text Example
White with #A8C7A3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8C7A3; }
p { color: rgb(168,199,163); }
H1.HeaderClassName
{
color: #A8C7A3;
}
.AnyTagClassName
{
color: #A8C7A3;
}
</style>
background-color css
<style>
a { background-color: #A8C7A3; }
a { background-color: rgb(168,199,163); }
div.DivClassName
{
background-color: #A8C7A3;
}
.BgClassName
{
background-color: #A8C7A3;
}
</style>
border-color css
<style>
span { border-color: #A8C7A3; }
span { border-color: rgb(168,199,163); }
td.TdClassName
{
border-color: #A8C7A3;
}
.TagClassName
{
border-color: #A8C7A3;
}
</style>