Shades of Spring Rain #A9C0A3
Tints of Spring Rain #A9C0A3
RGB
CMYK
RGB Variations
Color information
#A9C0A3 (or 0xA9C0A3) is known color: Spring Rain. HEX triplet: A9, C0 and A3. RGB value is (169,192,163). Sum of RGB (Red+Green+Blue) = 169+192+163=524 (69% of max value = 765). Red value is 169 (66.41% from 255 or 32.25% from 524); Green value is 192 (75.39% from 255 or 36.64% from 524); Blue value is 163 (64.06% from 255 or 31.11% from 524); Max value from RGB is 192 - color contains mainly: green. Hex color #A9C0A3 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A9C0A3 is #563F5C. Grayscale: #B5B5B5. Windows color (decimal): -5652317 or 10731689. OLE color: 10731689.
HSL color Cylindrical-coordinate representation of color #A9C0A3: hue angle of 107.59º degrees, saturation: 0.19, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #A9C0A3 is Cyan = 0.12, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 169 | 192 | 163 | - |
| CMYK | 0.12 | 0 | 0.15 | 0.25 |
| HSL | 107.59º | 0.19% | 0.7% | - |
| HSV(B) | 107.59º | 0.15% | 0.75% | - |
| XYZ | 41.82 | 48.78 | 41.86 | - |
| YUV | 181.82 | 117.38 | 118.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 192 | 163 | 0.12 | 0 | 0.15 | 0.25 | 107.59 | 0.19 | 0.7 |
| Hex | A9 | C0 | A3 | C | 0 | F | 19 | 6C | 13 | 46 |
| Octal | 251 | 300 | 243 | 14 | 0 | 17 | 31 | 154 | 23 | 106 |
| Binary | 10101001 | 11000000 | 10100011 | 1100 | 0 | 1111 | 11001 | 1101100 | 10011 | 1000110 |
Color Harmonies of #A9C0A3
Complementary color
Monochromatic Colors of #A9C0A3
Black with #A9C0A3
Text Example
Text Example
White with #A9C0A3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A9C0A3; }
p { color: rgb(169,192,163); }
H1.HeaderClassName
{
color: #A9C0A3;
}
.AnyTagClassName
{
color: #A9C0A3;
}
</style>
background-color css
<style>
a { background-color: #A9C0A3; }
a { background-color: rgb(169,192,163); }
div.DivClassName
{
background-color: #A9C0A3;
}
.BgClassName
{
background-color: #A9C0A3;
}
</style>
border-color css
<style>
span { border-color: #A9C0A3; }
span { border-color: rgb(169,192,163); }
td.TdClassName
{
border-color: #A9C0A3;
}
.TagClassName
{
border-color: #A9C0A3;
}
</style>