Shades of Spring Rain #A9C5A2
Tints of Spring Rain #A9C5A2
RGB
CMYK
RGB Variations
Color information
#A9C5A2 (or 0xA9C5A2) is known color: Spring Rain. HEX triplet: A9, C5 and A2. RGB value is (169,197,162). Sum of RGB (Red+Green+Blue) = 169+197+162=528 (69% of max value = 765). Red value is 169 (66.41% from 255 or 32.01% from 528); Green value is 197 (77.34% from 255 or 37.31% from 528); Blue value is 162 (63.67% from 255 or 30.68% from 528); Max value from RGB is 197 - color contains mainly: green. Hex color #A9C5A2 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A9C5A2 is #563A5D. Grayscale: #B8B8B8. Windows color (decimal): -5651038 or 10667433. OLE color: 10667433.
HSL color Cylindrical-coordinate representation of color #A9C5A2: hue angle of 108º 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 #A9C5A2 is Cyan = 0.14, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 169 | 197 | 162 | - |
| CMYK | 0.14 | 0 | 0.18 | 0.23 |
| HSL | 108º | 0.23% | 0.7% | - |
| HSV(B) | 108º | 0.18% | 0.77% | - |
| XYZ | 42.85 | 50.98 | 41.76 | - |
| YUV | 184.64 | 115.22 | 116.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 197 | 162 | 0.14 | 0 | 0.18 | 0.23 | 108 | 0.23 | 0.7 |
| Hex | A9 | C5 | A2 | E | 0 | 12 | 17 | 6C | 17 | 46 |
| Octal | 251 | 305 | 242 | 16 | 0 | 22 | 27 | 154 | 27 | 106 |
| Binary | 10101001 | 11000101 | 10100010 | 1110 | 0 | 10010 | 10111 | 1101100 | 10111 | 1000110 |
Color Harmonies of #A9C5A2
Complementary color
Monochromatic Colors of #A9C5A2
Black with #A9C5A2
Text Example
Text Example
White with #A9C5A2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A9C5A2; }
p { color: rgb(169,197,162); }
H1.HeaderClassName
{
color: #A9C5A2;
}
.AnyTagClassName
{
color: #A9C5A2;
}
</style>
background-color css
<style>
a { background-color: #A9C5A2; }
a { background-color: rgb(169,197,162); }
div.DivClassName
{
background-color: #A9C5A2;
}
.BgClassName
{
background-color: #A9C5A2;
}
</style>
border-color css
<style>
span { border-color: #A9C5A2; }
span { border-color: rgb(169,197,162); }
td.TdClassName
{
border-color: #A9C5A2;
}
.TagClassName
{
border-color: #A9C5A2;
}
</style>