Shades of Spring Rain #A8B99E
Tints of Spring Rain #A8B99E
RGB
CMYK
RGB Variations
Color information
#A8B99E (or 0xA8B99E) is known color: Spring Rain. HEX triplet: A8, B9 and 9E. RGB value is (168,185,158). Sum of RGB (Red+Green+Blue) = 168+185+158=511 (67% of max value = 765). Red value is 168 (66.02% from 255 or 32.88% from 511); Green value is 185 (72.66% from 255 or 36.20% from 511); Blue value is 158 (62.11% from 255 or 30.92% from 511); Max value from RGB is 185 - color contains mainly: green. Hex color #A8B99E is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A8B99E is #574661. Grayscale: #B0B0B0. Windows color (decimal): -5719650 or 10402216. OLE color: 10402216.
HSL color Cylindrical-coordinate representation of color #A8B99E: hue angle of 97.78º degrees, saturation: 0.16, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #A8B99E is Cyan = 0.09, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 168 | 185 | 158 | - |
| CMYK | 0.09 | 0 | 0.15 | 0.27 |
| HSL | 97.78º | 0.16% | 0.67% | - |
| HSV(B) | 97.78º | 0.15% | 0.73% | - |
| XYZ | 39.67 | 45.49 | 39.04 | - |
| YUV | 176.84 | 117.37 | 121.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 185 | 158 | 0.09 | 0 | 0.15 | 0.27 | 97.78 | 0.16 | 0.67 |
| Hex | A8 | B9 | 9E | 9 | 0 | F | 1B | 62 | 10 | 43 |
| Octal | 250 | 271 | 236 | 11 | 0 | 17 | 33 | 142 | 20 | 103 |
| Binary | 10101000 | 10111001 | 10011110 | 1001 | 0 | 1111 | 11011 | 1100010 | 10000 | 1000011 |
Color Harmonies of #A8B99E
Complementary color
Monochromatic Colors of #A8B99E
Black with #A8B99E
Text Example
Text Example
White with #A8B99E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8B99E; }
p { color: rgb(168,185,158); }
H1.HeaderClassName
{
color: #A8B99E;
}
.AnyTagClassName
{
color: #A8B99E;
}
</style>
background-color css
<style>
a { background-color: #A8B99E; }
a { background-color: rgb(168,185,158); }
div.DivClassName
{
background-color: #A8B99E;
}
.BgClassName
{
background-color: #A8B99E;
}
</style>
border-color css
<style>
span { border-color: #A8B99E; }
span { border-color: rgb(168,185,158); }
td.TdClassName
{
border-color: #A8B99E;
}
.TagClassName
{
border-color: #A8B99E;
}
</style>