Shades of Spring Rain #A8C8A1
Tints of Spring Rain #A8C8A1
RGB
CMYK
RGB Variations
Color information
#A8C8A1 (or 0xA8C8A1) is known color: Spring Rain. HEX triplet: A8, C8 and A1. RGB value is (168,200,161). Sum of RGB (Red+Green+Blue) = 168+200+161=529 (70% of max value = 765). Red value is 168 (66.02% from 255 or 31.76% from 529); Green value is 200 (78.52% from 255 or 37.81% from 529); Blue value is 161 (63.28% from 255 or 30.43% from 529); Max value from RGB is 200 - color contains mainly: green. Hex color #A8C8A1 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A8C8A1 is #57375E. Grayscale: #BABABA. Windows color (decimal): -5715807 or 10602664. OLE color: 10602664.
HSL color Cylindrical-coordinate representation of color #A8C8A1: hue angle of 109.23º degrees, saturation: 0.26, 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 #A8C8A1 is Cyan = 0.16, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 168 | 200 | 161 | - |
| CMYK | 0.16 | 0 | 0.19 | 0.22 |
| HSL | 109.23º | 0.26% | 0.71% | - |
| HSV(B) | 109.23º | 0.2% | 0.78% | - |
| XYZ | 43.24 | 52.21 | 41.52 | - |
| YUV | 185.99 | 113.9 | 115.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 200 | 161 | 0.16 | 0 | 0.19 | 0.22 | 109.23 | 0.26 | 0.71 |
| Hex | A8 | C8 | A1 | 10 | 0 | 13 | 16 | 6D | 1A | 47 |
| Octal | 250 | 310 | 241 | 20 | 0 | 23 | 26 | 155 | 32 | 107 |
| Binary | 10101000 | 11001000 | 10100001 | 10000 | 0 | 10011 | 10110 | 1101101 | 11010 | 1000111 |
Color Harmonies of #A8C8A1
Complementary color
Monochromatic Colors of #A8C8A1
Black with #A8C8A1
Text Example
Text Example
White with #A8C8A1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8C8A1; }
p { color: rgb(168,200,161); }
H1.HeaderClassName
{
color: #A8C8A1;
}
.AnyTagClassName
{
color: #A8C8A1;
}
</style>
background-color css
<style>
a { background-color: #A8C8A1; }
a { background-color: rgb(168,200,161); }
div.DivClassName
{
background-color: #A8C8A1;
}
.BgClassName
{
background-color: #A8C8A1;
}
</style>
border-color css
<style>
span { border-color: #A8C8A1; }
span { border-color: rgb(168,200,161); }
td.TdClassName
{
border-color: #A8C8A1;
}
.TagClassName
{
border-color: #A8C8A1;
}
</style>