Shades of Spring Rain #A8BAA6
Tints of Spring Rain #A8BAA6
RGB
CMYK
RGB Variations
Color information
#A8BAA6 (or 0xA8BAA6) is known color: Spring Rain. HEX triplet: A8, BA and A6. RGB value is (168,186,166). Sum of RGB (Red+Green+Blue) = 168+186+166=520 (68% of max value = 765). Red value is 168 (66.02% from 255 or 32.31% from 520); Green value is 186 (73.05% from 255 or 35.77% from 520); Blue value is 166 (65.23% from 255 or 31.92% from 520); Max value from RGB is 186 - color contains mainly: green. Hex color #A8BAA6 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A8BAA6 is #574559. Grayscale: #B2B2B2. Windows color (decimal): -5719386 or 10926760. OLE color: 10926760.
HSL color Cylindrical-coordinate representation of color #A8BAA6: hue angle of 114º degrees, saturation: 0.13, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #A8BAA6 is Cyan = 0.10, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 168 | 186 | 166 | - |
| CMYK | 0.10 | 0 | 0.11 | 0.27 |
| HSL | 114º | 0.13% | 0.69% | - |
| HSV(B) | 114º | 0.11% | 0.73% | - |
| XYZ | 40.59 | 46.2 | 42.85 | - |
| YUV | 178.34 | 121.04 | 120.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 186 | 166 | 0.10 | 0 | 0.11 | 0.27 | 114 | 0.13 | 0.69 |
| Hex | A8 | BA | A6 | A | 0 | B | 1B | 72 | D | 45 |
| Octal | 250 | 272 | 246 | 12 | 0 | 13 | 33 | 162 | 15 | 105 |
| Binary | 10101000 | 10111010 | 10100110 | 1010 | 0 | 1011 | 11011 | 1110010 | 1101 | 1000101 |
Color Harmonies of #A8BAA6
Complementary color
Monochromatic Colors of #A8BAA6
Black with #A8BAA6
Text Example
Text Example
White with #A8BAA6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8BAA6; }
p { color: rgb(168,186,166); }
H1.HeaderClassName
{
color: #A8BAA6;
}
.AnyTagClassName
{
color: #A8BAA6;
}
</style>
background-color css
<style>
a { background-color: #A8BAA6; }
a { background-color: rgb(168,186,166); }
div.DivClassName
{
background-color: #A8BAA6;
}
.BgClassName
{
background-color: #A8BAA6;
}
</style>
border-color css
<style>
span { border-color: #A8BAA6; }
span { border-color: rgb(168,186,166); }
td.TdClassName
{
border-color: #A8BAA6;
}
.TagClassName
{
border-color: #A8BAA6;
}
</style>