Shades of Spring Rain #A3B19E
Tints of Spring Rain #A3B19E
RGB
CMYK
RGB Variations
Color information
#A3B19E (or 0xA3B19E) is known color: Spring Rain. HEX triplet: A3, B1 and 9E. RGB value is (163,177,158). Sum of RGB (Red+Green+Blue) = 163+177+158=498 (65% of max value = 765). Red value is 163 (64.06% from 255 or 32.73% from 498); Green value is 177 (69.53% from 255 or 35.54% from 498); Blue value is 158 (62.11% from 255 or 31.73% from 498); Max value from RGB is 177 - color contains mainly: green. Hex color #A3B19E is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A3B19E is #5C4E61. Grayscale: #AAAAAA. Windows color (decimal): -6049378 or 10400163. OLE color: 10400163.
HSL color Cylindrical-coordinate representation of color #A3B19E: hue angle of 104.21º degrees, saturation: 0.11, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #A3B19E is Cyan = 0.08, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 163 | 177 | 158 | - |
| CMYK | 0.08 | 0 | 0.11 | 0.31 |
| HSL | 104.21º | 0.11% | 0.66% | - |
| HSV(B) | 104.21º | 0.11% | 0.69% | - |
| XYZ | 37 | 41.7 | 38.45 | - |
| YUV | 170.65 | 120.86 | 122.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 177 | 158 | 0.08 | 0 | 0.11 | 0.31 | 104.21 | 0.11 | 0.66 |
| Hex | A3 | B1 | 9E | 8 | 0 | B | 1F | 68 | B | 42 |
| Octal | 243 | 261 | 236 | 10 | 0 | 13 | 37 | 150 | 13 | 102 |
| Binary | 10100011 | 10110001 | 10011110 | 1000 | 0 | 1011 | 11111 | 1101000 | 1011 | 1000010 |
Color Harmonies of #A3B19E
Complementary color
Monochromatic Colors of #A3B19E
Black with #A3B19E
Text Example
Text Example
White with #A3B19E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A3B19E; }
p { color: rgb(163,177,158); }
H1.HeaderClassName
{
color: #A3B19E;
}
.AnyTagClassName
{
color: #A3B19E;
}
</style>
background-color css
<style>
a { background-color: #A3B19E; }
a { background-color: rgb(163,177,158); }
div.DivClassName
{
background-color: #A3B19E;
}
.BgClassName
{
background-color: #A3B19E;
}
</style>
border-color css
<style>
span { border-color: #A3B19E; }
span { border-color: rgb(163,177,158); }
td.TdClassName
{
border-color: #A3B19E;
}
.TagClassName
{
border-color: #A3B19E;
}
</style>