Shades of Spring Rain #A3BA9A
Tints of Spring Rain #A3BA9A
RGB
CMYK
RGB Variations
Color information
#A3BA9A (or 0xA3BA9A) is known color: Spring Rain. HEX triplet: A3, BA and 9A. RGB value is (163,186,154). Sum of RGB (Red+Green+Blue) = 163+186+154=503 (66% of max value = 765). Red value is 163 (64.06% from 255 or 32.41% from 503); Green value is 186 (73.05% from 255 or 36.98% from 503); Blue value is 154 (60.55% from 255 or 30.62% from 503); Max value from RGB is 186 - color contains mainly: green. Hex color #A3BA9A is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A3BA9A is #5C4565. Grayscale: #AFAFAF. Windows color (decimal): -6047078 or 10140323. OLE color: 10140323.
HSL color Cylindrical-coordinate representation of color #A3BA9A: hue angle of 103.12º 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 #A3BA9A is Cyan = 0.12, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 163 | 186 | 154 | - |
| CMYK | 0.12 | 0 | 0.17 | 0.27 |
| HSL | 103.13º | 0.19% | 0.67% | - |
| HSV(B) | 103.13º | 0.17% | 0.73% | - |
| XYZ | 38.5 | 45.24 | 37.27 | - |
| YUV | 175.48 | 115.88 | 119.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 186 | 154 | 0.12 | 0 | 0.17 | 0.27 | 103.13 | 0.19 | 0.67 |
| Hex | A3 | BA | 9A | C | 0 | 11 | 1B | 67 | 13 | 43 |
| Octal | 243 | 272 | 232 | 14 | 0 | 21 | 33 | 147 | 23 | 103 |
| Binary | 10100011 | 10111010 | 10011010 | 1100 | 0 | 10001 | 11011 | 1100111 | 10011 | 1000011 |
Color Harmonies of #A3BA9A
Complementary color
Monochromatic Colors of #A3BA9A
Black with #A3BA9A
Text Example
Text Example
White with #A3BA9A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A3BA9A; }
p { color: rgb(163,186,154); }
H1.HeaderClassName
{
color: #A3BA9A;
}
.AnyTagClassName
{
color: #A3BA9A;
}
</style>
background-color css
<style>
a { background-color: #A3BA9A; }
a { background-color: rgb(163,186,154); }
div.DivClassName
{
background-color: #A3BA9A;
}
.BgClassName
{
background-color: #A3BA9A;
}
</style>
border-color css
<style>
span { border-color: #A3BA9A; }
span { border-color: rgb(163,186,154); }
td.TdClassName
{
border-color: #A3BA9A;
}
.TagClassName
{
border-color: #A3BA9A;
}
</style>