Shades of Spring Rain #A7B99C
Tints of Spring Rain #A7B99C
RGB
CMYK
RGB Variations
Color information
#A7B99C (or 0xA7B99C) is known color: Spring Rain. HEX triplet: A7, B9 and 9C. RGB value is (167,185,156). Sum of RGB (Red+Green+Blue) = 167+185+156=508 (67% of max value = 765). Red value is 167 (65.62% from 255 or 32.87% from 508); Green value is 185 (72.66% from 255 or 36.42% from 508); Blue value is 156 (61.33% from 255 or 30.71% from 508); Max value from RGB is 185 - color contains mainly: green. Hex color #A7B99C is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A7B99C is #584663. Grayscale: #B0B0B0. Windows color (decimal): -5785188 or 10271143. OLE color: 10271143.
HSL color Cylindrical-coordinate representation of color #A7B99C: hue angle of 97.24º degrees, saturation: 0.17, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #A7B99C is Cyan = 0.10, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 167 | 185 | 156 | - |
| CMYK | 0.10 | 0 | 0.16 | 0.27 |
| HSL | 97.24º | 0.17% | 0.67% | - |
| HSV(B) | 97.24º | 0.16% | 0.73% | - |
| XYZ | 39.29 | 45.31 | 38.13 | - |
| YUV | 176.31 | 116.54 | 121.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 167 | 185 | 156 | 0.10 | 0 | 0.16 | 0.27 | 97.24 | 0.17 | 0.67 |
| Hex | A7 | B9 | 9C | A | 0 | 10 | 1B | 61 | 11 | 43 |
| Octal | 247 | 271 | 234 | 12 | 0 | 20 | 33 | 141 | 21 | 103 |
| Binary | 10100111 | 10111001 | 10011100 | 1010 | 0 | 10000 | 11011 | 1100001 | 10001 | 1000011 |
Color Harmonies of #A7B99C
Complementary color
Monochromatic Colors of #A7B99C
Black with #A7B99C
Text Example
Text Example
White with #A7B99C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A7B99C; }
p { color: rgb(167,185,156); }
H1.HeaderClassName
{
color: #A7B99C;
}
.AnyTagClassName
{
color: #A7B99C;
}
</style>
background-color css
<style>
a { background-color: #A7B99C; }
a { background-color: rgb(167,185,156); }
div.DivClassName
{
background-color: #A7B99C;
}
.BgClassName
{
background-color: #A7B99C;
}
</style>
border-color css
<style>
span { border-color: #A7B99C; }
span { border-color: rgb(167,185,156); }
td.TdClassName
{
border-color: #A7B99C;
}
.TagClassName
{
border-color: #A7B99C;
}
</style>