Shades of Spring Rain #A8B7A1
Tints of Spring Rain #A8B7A1
RGB
CMYK
RGB Variations
Color information
#A8B7A1 (or 0xA8B7A1) is known color: Spring Rain. HEX triplet: A8, B7 and A1. RGB value is (168,183,161). Sum of RGB (Red+Green+Blue) = 168+183+161=512 (67% of max value = 765). Red value is 168 (66.02% from 255 or 32.81% from 512); Green value is 183 (71.88% from 255 or 35.74% from 512); Blue value is 161 (63.28% from 255 or 31.45% from 512); Max value from RGB is 183 - color contains mainly: green. Hex color #A8B7A1 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A8B7A1 is #57485E. Grayscale: #B0B0B0. Windows color (decimal): -5720159 or 10598312. OLE color: 10598312.
HSL color Cylindrical-coordinate representation of color #A8B7A1: hue angle of 100.91º degrees, saturation: 0.13, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #A8B7A1 is Cyan = 0.08, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.28.
Color convert
RGB | 168 | 183 | 161 | - |
CMYK | 0.08 | 0 | 0.12 | 0.28 |
HSL | 100.91º | 0.13% | 0.67% | - |
HSV(B) | 100.91º | 0.12% | 0.72% | - |
XYZ | 39.51 | 44.77 | 40.28 | - |
YUV | 176.01 | 119.53 | 122.29 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 168 | 183 | 161 | 0.08 | 0 | 0.12 | 0.28 | 100.91 | 0.13 | 0.67 |
Hex | A8 | B7 | A1 | 8 | 0 | C | 1C | 65 | D | 43 |
Octal | 250 | 267 | 241 | 10 | 0 | 14 | 34 | 145 | 15 | 103 |
Binary | 10101000 | 10110111 | 10100001 | 1000 | 0 | 1100 | 11100 | 1100101 | 1101 | 1000011 |
Color Harmonies of #A8B7A1
Complementary color
Monochromatic Colors of #A8B7A1
Black with #A8B7A1
Text Example
Text Example
White with #A8B7A1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8B7A1; }
p { color: rgb(168,183,161); }
H1.HeaderClassName
{
color: #A8B7A1;
}
.AnyTagClassName
{
color: #A8B7A1;
}
</style>
background-color css
<style>
a { background-color: #A8B7A1; }
a { background-color: rgb(168,183,161); }
div.DivClassName
{
background-color: #A8B7A1;
}
.BgClassName
{
background-color: #A8B7A1;
}
</style>
border-color css
<style>
span { border-color: #A8B7A1; }
span { border-color: rgb(168,183,161); }
td.TdClassName
{
border-color: #A8B7A1;
}
.TagClassName
{
border-color: #A8B7A1;
}
</style>