Shades of Spring Rain #A8C5A4
Tints of Spring Rain #A8C5A4
RGB
CMYK
RGB Variations
Color information
#A8C5A4 (or 0xA8C5A4) is known color: Spring Rain. HEX triplet: A8, C5 and A4. RGB value is (168,197,164). Sum of RGB (Red+Green+Blue) = 168+197+164=529 (70% of max value = 765). Red value is 168 (66.02% from 255 or 31.76% from 529); Green value is 197 (77.34% from 255 or 37.24% from 529); Blue value is 164 (64.45% from 255 or 31.00% from 529); Max value from RGB is 197 - color contains mainly: green. Hex color #A8C5A4 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A8C5A4 is #573A5B. Grayscale: #B8B8B8. Windows color (decimal): -5716572 or 10798504. OLE color: 10798504.
HSL color Cylindrical-coordinate representation of color #A8C5A4: hue angle of 112.73º degrees, saturation: 0.22, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #A8C5A4 is Cyan = 0.15, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 168 | 197 | 164 | - |
| CMYK | 0.15 | 0 | 0.17 | 0.23 |
| HSL | 112.73º | 0.22% | 0.71% | - |
| HSV(B) | 112.73º | 0.17% | 0.77% | - |
| XYZ | 42.82 | 50.94 | 42.7 | - |
| YUV | 184.57 | 116.39 | 116.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 197 | 164 | 0.15 | 0 | 0.17 | 0.23 | 112.73 | 0.22 | 0.71 |
| Hex | A8 | C5 | A4 | F | 0 | 11 | 17 | 71 | 16 | 47 |
| Octal | 250 | 305 | 244 | 17 | 0 | 21 | 27 | 161 | 26 | 107 |
| Binary | 10101000 | 11000101 | 10100100 | 1111 | 0 | 10001 | 10111 | 1110001 | 10110 | 1000111 |
Color Harmonies of #A8C5A4
Complementary color
Monochromatic Colors of #A8C5A4
Black with #A8C5A4
Text Example
Text Example
White with #A8C5A4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8C5A4; }
p { color: rgb(168,197,164); }
H1.HeaderClassName
{
color: #A8C5A4;
}
.AnyTagClassName
{
color: #A8C5A4;
}
</style>
background-color css
<style>
a { background-color: #A8C5A4; }
a { background-color: rgb(168,197,164); }
div.DivClassName
{
background-color: #A8C5A4;
}
.BgClassName
{
background-color: #A8C5A4;
}
</style>
border-color css
<style>
span { border-color: #A8C5A4; }
span { border-color: rgb(168,197,164); }
td.TdClassName
{
border-color: #A8C5A4;
}
.TagClassName
{
border-color: #A8C5A4;
}
</style>