Shades of Spring Rain #A1BA9A
Tints of Spring Rain #A1BA9A
RGB
CMYK
RGB Variations
Color information
#A1BA9A (or 0xA1BA9A) is known color: Spring Rain. HEX triplet: A1, BA and 9A. RGB value is (161,186,154). Sum of RGB (Red+Green+Blue) = 161+186+154=501 (66% of max value = 765). Red value is 161 (63.28% from 255 or 32.14% from 501); Green value is 186 (73.05% from 255 or 37.13% from 501); Blue value is 154 (60.55% from 255 or 30.74% from 501); Max value from RGB is 186 - color contains mainly: green. Hex color #A1BA9A is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A1BA9A is #5E4565. Grayscale: #AEAEAE. Windows color (decimal): -6178150 or 10140321. OLE color: 10140321.
HSL color Cylindrical-coordinate representation of color #A1BA9A: hue angle of 106.88º degrees, saturation: 0.19, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #A1BA9A is Cyan = 0.13, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 161 | 186 | 154 | - |
| CMYK | 0.13 | 0 | 0.17 | 0.27 |
| HSL | 106.88º | 0.19% | 0.67% | - |
| HSV(B) | 106.88º | 0.17% | 0.73% | - |
| XYZ | 38.09 | 45.03 | 37.26 | - |
| YUV | 174.88 | 116.22 | 118.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 186 | 154 | 0.13 | 0 | 0.17 | 0.27 | 106.88 | 0.19 | 0.67 |
| Hex | A1 | BA | 9A | D | 0 | 11 | 1B | 6B | 13 | 43 |
| Octal | 241 | 272 | 232 | 15 | 0 | 21 | 33 | 153 | 23 | 103 |
| Binary | 10100001 | 10111010 | 10011010 | 1101 | 0 | 10001 | 11011 | 1101011 | 10011 | 1000011 |
Color Harmonies of #A1BA9A
Complementary color
Monochromatic Colors of #A1BA9A
Black with #A1BA9A
Text Example
Text Example
White with #A1BA9A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A1BA9A; }
p { color: rgb(161,186,154); }
H1.HeaderClassName
{
color: #A1BA9A;
}
.AnyTagClassName
{
color: #A1BA9A;
}
</style>
background-color css
<style>
a { background-color: #A1BA9A; }
a { background-color: rgb(161,186,154); }
div.DivClassName
{
background-color: #A1BA9A;
}
.BgClassName
{
background-color: #A1BA9A;
}
</style>
border-color css
<style>
span { border-color: #A1BA9A; }
span { border-color: rgb(161,186,154); }
td.TdClassName
{
border-color: #A1BA9A;
}
.TagClassName
{
border-color: #A1BA9A;
}
</style>