Shades of Spring Rain #A8BA9F
Tints of Spring Rain #A8BA9F
RGB
CMYK
RGB Variations
Color information
#A8BA9F (or 0xA8BA9F) is known color: Spring Rain. HEX triplet: A8, BA and 9F. RGB value is (168,186,159). Sum of RGB (Red+Green+Blue) = 168+186+159=513 (67% of max value = 765). Red value is 168 (66.02% from 255 or 32.75% from 513); Green value is 186 (73.05% from 255 or 36.26% from 513); Blue value is 159 (62.5% from 255 or 30.99% from 513); Max value from RGB is 186 - color contains mainly: green. Hex color #A8BA9F is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A8BA9F is #574560. Grayscale: #B1B1B1. Windows color (decimal): -5719393 or 10468008. OLE color: 10468008.
HSL color Cylindrical-coordinate representation of color #A8BA9F: hue angle of 100º degrees, saturation: 0.16, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #A8BA9F is Cyan = 0.10, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.27.
Color convert
RGB | 168 | 186 | 159 | - |
CMYK | 0.10 | 0 | 0.15 | 0.27 |
HSL | 100º | 0.16% | 0.68% | - |
HSV(B) | 100º | 0.15% | 0.73% | - |
XYZ | 39.97 | 45.95 | 39.56 | - |
YUV | 177.54 | 117.54 | 121.2 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 168 | 186 | 159 | 0.10 | 0 | 0.15 | 0.27 | 100 | 0.16 | 0.68 |
Hex | A8 | BA | 9F | A | 0 | F | 1B | 64 | 10 | 44 |
Octal | 250 | 272 | 237 | 12 | 0 | 17 | 33 | 144 | 20 | 104 |
Binary | 10101000 | 10111010 | 10011111 | 1010 | 0 | 1111 | 11011 | 1100100 | 10000 | 1000100 |
Color Harmonies of #A8BA9F
Complementary color
Monochromatic Colors of #A8BA9F
Black with #A8BA9F
Text Example
Text Example
White with #A8BA9F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8BA9F; }
p { color: rgb(168,186,159); }
H1.HeaderClassName
{
color: #A8BA9F;
}
.AnyTagClassName
{
color: #A8BA9F;
}
</style>
background-color css
<style>
a { background-color: #A8BA9F; }
a { background-color: rgb(168,186,159); }
div.DivClassName
{
background-color: #A8BA9F;
}
.BgClassName
{
background-color: #A8BA9F;
}
</style>
border-color css
<style>
span { border-color: #A8BA9F; }
span { border-color: rgb(168,186,159); }
td.TdClassName
{
border-color: #A8BA9F;
}
.TagClassName
{
border-color: #A8BA9F;
}
</style>