Shades of Spring Rain #A3BA97
Tints of Spring Rain #A3BA97
RGB
CMYK
RGB Variations
Color information
#A3BA97 (or 0xA3BA97) is known color: Spring Rain. HEX triplet: A3, BA and 97. RGB value is (163,186,151). Sum of RGB (Red+Green+Blue) = 163+186+151=500 (66% of max value = 765). Red value is 163 (64.06% from 255 or 32.6% from 500); Green value is 186 (73.05% from 255 or 37.2% from 500); Blue value is 151 (59.38% from 255 or 30.2% from 500); Max value from RGB is 186 - color contains mainly: green. Hex color #A3BA97 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A3BA97 is #5C4568. Grayscale: #AFAFAF. Windows color (decimal): -6047081 or 9943715. OLE color: 9943715.
HSL color Cylindrical-coordinate representation of color #A3BA97: hue angle of 99.43º degrees, saturation: 0.2, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #A3BA97 is Cyan = 0.12, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 163 | 186 | 151 | - |
| CMYK | 0.12 | 0 | 0.19 | 0.27 |
| HSL | 99.43º | 0.2% | 0.66% | - |
| HSV(B) | 99.43º | 0.19% | 0.73% | - |
| XYZ | 38.25 | 45.14 | 35.97 | - |
| YUV | 175.13 | 114.38 | 119.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 186 | 151 | 0.12 | 0 | 0.19 | 0.27 | 99.43 | 0.2 | 0.66 |
| Hex | A3 | BA | 97 | C | 0 | 13 | 1B | 63 | 14 | 42 |
| Octal | 243 | 272 | 227 | 14 | 0 | 23 | 33 | 143 | 24 | 102 |
| Binary | 10100011 | 10111010 | 10010111 | 1100 | 0 | 10011 | 11011 | 1100011 | 10100 | 1000010 |
Color Harmonies of #A3BA97
Complementary color
Monochromatic Colors of #A3BA97
Black with #A3BA97
Text Example
Text Example
White with #A3BA97
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A3BA97; }
p { color: rgb(163,186,151); }
H1.HeaderClassName
{
color: #A3BA97;
}
.AnyTagClassName
{
color: #A3BA97;
}
</style>
background-color css
<style>
a { background-color: #A3BA97; }
a { background-color: rgb(163,186,151); }
div.DivClassName
{
background-color: #A3BA97;
}
.BgClassName
{
background-color: #A3BA97;
}
</style>
border-color css
<style>
span { border-color: #A3BA97; }
span { border-color: rgb(163,186,151); }
td.TdClassName
{
border-color: #A3BA97;
}
.TagClassName
{
border-color: #A3BA97;
}
</style>