Shades of Spring Rain #A1B8A0
Tints of Spring Rain #A1B8A0
RGB
CMYK
RGB Variations
Color information
#A1B8A0 (or 0xA1B8A0) is known color: Spring Rain. HEX triplet: A1, B8 and A0. RGB value is (161,184,160). Sum of RGB (Red+Green+Blue) = 161+184+160=505 (66% of max value = 765). Red value is 161 (63.28% from 255 or 31.88% from 505); Green value is 184 (72.27% from 255 or 36.44% from 505); Blue value is 160 (62.89% from 255 or 31.68% from 505); Max value from RGB is 184 - color contains mainly: green. Hex color #A1B8A0 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A1B8A0 is #5E475F. Grayscale: #AEAEAE. Windows color (decimal): -6178656 or 10533025. OLE color: 10533025.
HSL color Cylindrical-coordinate representation of color #A1B8A0: hue angle of 117.5º 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 #A1B8A0 is Cyan = 0.12, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 161 | 184 | 160 | - |
| CMYK | 0.12 | 0 | 0.13 | 0.28 |
| HSL | 117.5º | 0.14% | 0.67% | - |
| HSV(B) | 117.5º | 0.13% | 0.72% | - |
| XYZ | 38.18 | 44.4 | 39.81 | - |
| YUV | 174.39 | 119.88 | 118.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 184 | 160 | 0.12 | 0 | 0.13 | 0.28 | 117.5 | 0.14 | 0.67 |
| Hex | A1 | B8 | A0 | C | 0 | D | 1C | 76 | E | 43 |
| Octal | 241 | 270 | 240 | 14 | 0 | 15 | 34 | 166 | 16 | 103 |
| Binary | 10100001 | 10111000 | 10100000 | 1100 | 0 | 1101 | 11100 | 1110110 | 1110 | 1000011 |
Color Harmonies of #A1B8A0
Complementary color
Monochromatic Colors of #A1B8A0
Black with #A1B8A0
Text Example
Text Example
White with #A1B8A0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A1B8A0; }
p { color: rgb(161,184,160); }
H1.HeaderClassName
{
color: #A1B8A0;
}
.AnyTagClassName
{
color: #A1B8A0;
}
</style>
background-color css
<style>
a { background-color: #A1B8A0; }
a { background-color: rgb(161,184,160); }
div.DivClassName
{
background-color: #A1B8A0;
}
.BgClassName
{
background-color: #A1B8A0;
}
</style>
border-color css
<style>
span { border-color: #A1B8A0; }
span { border-color: rgb(161,184,160); }
td.TdClassName
{
border-color: #A1B8A0;
}
.TagClassName
{
border-color: #A1B8A0;
}
</style>