Shades of Spring Rain #A8B7A7
Tints of Spring Rain #A8B7A7
RGB
CMYK
RGB Variations
Color information
#A8B7A7 (or 0xA8B7A7) is known color: Spring Rain. HEX triplet: A8, B7 and A7. RGB value is (168,183,167). Sum of RGB (Red+Green+Blue) = 168+183+167=518 (68% of max value = 765). Red value is 168 (66.02% from 255 or 32.43% from 518); Green value is 183 (71.88% from 255 or 35.33% from 518); Blue value is 167 (65.62% from 255 or 32.24% from 518); Max value from RGB is 183 - color contains mainly: green. Hex color #A8B7A7 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A8B7A7 is #574858. Grayscale: #B0B0B0. Windows color (decimal): -5720153 or 10991528. OLE color: 10991528.
HSL color Cylindrical-coordinate representation of color #A8B7A7: hue angle of 116.25º degrees, saturation: 0.1, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #A8B7A7 is Cyan = 0.08, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 168 | 183 | 167 | - |
| CMYK | 0.08 | 0 | 0.09 | 0.28 |
| HSL | 116.25º | 0.1% | 0.69% | - |
| HSV(B) | 116.25º | 0.09% | 0.72% | - |
| XYZ | 40.06 | 44.98 | 43.13 | - |
| YUV | 176.69 | 122.53 | 121.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 183 | 167 | 0.08 | 0 | 0.09 | 0.28 | 116.25 | 0.1 | 0.69 |
| Hex | A8 | B7 | A7 | 8 | 0 | 9 | 1C | 74 | A | 45 |
| Octal | 250 | 267 | 247 | 10 | 0 | 11 | 34 | 164 | 12 | 105 |
| Binary | 10101000 | 10110111 | 10100111 | 1000 | 0 | 1001 | 11100 | 1110100 | 1010 | 1000101 |
Color Harmonies of #A8B7A7
Complementary color
Monochromatic Colors of #A8B7A7
Black with #A8B7A7
Text Example
Text Example
White with #A8B7A7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8B7A7; }
p { color: rgb(168,183,167); }
H1.HeaderClassName
{
color: #A8B7A7;
}
.AnyTagClassName
{
color: #A8B7A7;
}
</style>
background-color css
<style>
a { background-color: #A8B7A7; }
a { background-color: rgb(168,183,167); }
div.DivClassName
{
background-color: #A8B7A7;
}
.BgClassName
{
background-color: #A8B7A7;
}
</style>
border-color css
<style>
span { border-color: #A8B7A7; }
span { border-color: rgb(168,183,167); }
td.TdClassName
{
border-color: #A8B7A7;
}
.TagClassName
{
border-color: #A8B7A7;
}
</style>