Shades of Spring Rain #A8BAA0
Tints of Spring Rain #A8BAA0
RGB
CMYK
RGB Variations
Color information
#A8BAA0 (or 0xA8BAA0) is known color: Spring Rain. HEX triplet: A8, BA and A0. RGB value is (168,186,160). Sum of RGB (Red+Green+Blue) = 168+186+160=514 (68% of max value = 765). Red value is 168 (66.02% from 255 or 32.68% from 514); Green value is 186 (73.05% from 255 or 36.19% from 514); Blue value is 160 (62.89% from 255 or 31.13% from 514); Max value from RGB is 186 - color contains mainly: green. Hex color #A8BAA0 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A8BAA0 is #57455F. Grayscale: #B1B1B1. Windows color (decimal): -5719392 or 10533544. OLE color: 10533544.
HSL color Cylindrical-coordinate representation of color #A8BAA0: hue angle of 101.54º degrees, saturation: 0.16, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #A8BAA0 is Cyan = 0.10, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 168 | 186 | 160 | - |
| CMYK | 0.10 | 0 | 0.14 | 0.27 |
| HSL | 101.54º | 0.16% | 0.68% | - |
| HSV(B) | 101.54º | 0.14% | 0.73% | - |
| XYZ | 40.05 | 45.98 | 40.02 | - |
| YUV | 177.65 | 118.04 | 121.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 186 | 160 | 0.10 | 0 | 0.14 | 0.27 | 101.54 | 0.16 | 0.68 |
| Hex | A8 | BA | A0 | A | 0 | E | 1B | 66 | 10 | 44 |
| Octal | 250 | 272 | 240 | 12 | 0 | 16 | 33 | 146 | 20 | 104 |
| Binary | 10101000 | 10111010 | 10100000 | 1010 | 0 | 1110 | 11011 | 1100110 | 10000 | 1000100 |
Color Harmonies of #A8BAA0
Complementary color
Monochromatic Colors of #A8BAA0
Black with #A8BAA0
Text Example
Text Example
White with #A8BAA0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8BAA0; }
p { color: rgb(168,186,160); }
H1.HeaderClassName
{
color: #A8BAA0;
}
.AnyTagClassName
{
color: #A8BAA0;
}
</style>
background-color css
<style>
a { background-color: #A8BAA0; }
a { background-color: rgb(168,186,160); }
div.DivClassName
{
background-color: #A8BAA0;
}
.BgClassName
{
background-color: #A8BAA0;
}
</style>
border-color css
<style>
span { border-color: #A8BAA0; }
span { border-color: rgb(168,186,160); }
td.TdClassName
{
border-color: #A8BAA0;
}
.TagClassName
{
border-color: #A8BAA0;
}
</style>