Shades of Spring Rain #A8B8A0
Tints of Spring Rain #A8B8A0
RGB
CMYK
RGB Variations
Color information
#A8B8A0 (or 0xA8B8A0) is known color: Spring Rain. HEX triplet: A8, B8 and A0. RGB value is (168,184,160). Sum of RGB (Red+Green+Blue) = 168+184+160=512 (67% of max value = 765). Red value is 168 (66.02% from 255 or 32.81% from 512); Green value is 184 (72.27% from 255 or 35.94% from 512); Blue value is 160 (62.89% from 255 or 31.25% from 512); Max value from RGB is 184 - color contains mainly: green. Hex color #A8B8A0 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A8B8A0 is #57475F. Grayscale: #B0B0B0. Windows color (decimal): -5719904 or 10533032. OLE color: 10533032.
HSL color Cylindrical-coordinate representation of color #A8B8A0: hue angle of 100º degrees, saturation: 0.14, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #A8B8A0 is Cyan = 0.09, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 168 | 184 | 160 | - |
| CMYK | 0.09 | 0 | 0.13 | 0.28 |
| HSL | 100º | 0.14% | 0.67% | - |
| HSV(B) | 100º | 0.13% | 0.72% | - |
| XYZ | 39.63 | 45.14 | 39.88 | - |
| YUV | 176.48 | 118.7 | 121.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 184 | 160 | 0.09 | 0 | 0.13 | 0.28 | 100 | 0.14 | 0.67 |
| Hex | A8 | B8 | A0 | 9 | 0 | D | 1C | 64 | E | 43 |
| Octal | 250 | 270 | 240 | 11 | 0 | 15 | 34 | 144 | 16 | 103 |
| Binary | 10101000 | 10111000 | 10100000 | 1001 | 0 | 1101 | 11100 | 1100100 | 1110 | 1000011 |
Color Harmonies of #A8B8A0
Complementary color
Monochromatic Colors of #A8B8A0
Black with #A8B8A0
Text Example
Text Example
White with #A8B8A0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8B8A0; }
p { color: rgb(168,184,160); }
H1.HeaderClassName
{
color: #A8B8A0;
}
.AnyTagClassName
{
color: #A8B8A0;
}
</style>
background-color css
<style>
a { background-color: #A8B8A0; }
a { background-color: rgb(168,184,160); }
div.DivClassName
{
background-color: #A8B8A0;
}
.BgClassName
{
background-color: #A8B8A0;
}
</style>
border-color css
<style>
span { border-color: #A8B8A0; }
span { border-color: rgb(168,184,160); }
td.TdClassName
{
border-color: #A8B8A0;
}
.TagClassName
{
border-color: #A8B8A0;
}
</style>