Shades of Spring Rain #A3B19B
Tints of Spring Rain #A3B19B
RGB
CMYK
RGB Variations
Color information
#A3B19B (or 0xA3B19B) is known color: Spring Rain. HEX triplet: A3, B1 and 9B. RGB value is (163,177,155). Sum of RGB (Red+Green+Blue) = 163+177+155=495 (65% of max value = 765). Red value is 163 (64.06% from 255 or 32.93% from 495); Green value is 177 (69.53% from 255 or 35.76% from 495); Blue value is 155 (60.94% from 255 or 31.31% from 495); Max value from RGB is 177 - color contains mainly: green. Hex color #A3B19B is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A3B19B is #5C4E64. Grayscale: #AAAAAA. Windows color (decimal): -6049381 or 10203555. OLE color: 10203555.
HSL color Cylindrical-coordinate representation of color #A3B19B: hue angle of 98.18º degrees, saturation: 0.12, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #A3B19B is Cyan = 0.08, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 163 | 177 | 155 | - |
| CMYK | 0.08 | 0 | 0.12 | 0.31 |
| HSL | 98.18º | 0.12% | 0.65% | - |
| HSV(B) | 98.18º | 0.12% | 0.69% | - |
| XYZ | 36.74 | 41.6 | 37.1 | - |
| YUV | 170.31 | 119.36 | 122.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 177 | 155 | 0.08 | 0 | 0.12 | 0.31 | 98.18 | 0.12 | 0.65 |
| Hex | A3 | B1 | 9B | 8 | 0 | C | 1F | 62 | C | 41 |
| Octal | 243 | 261 | 233 | 10 | 0 | 14 | 37 | 142 | 14 | 101 |
| Binary | 10100011 | 10110001 | 10011011 | 1000 | 0 | 1100 | 11111 | 1100010 | 1100 | 1000001 |
Color Harmonies of #A3B19B
Complementary color
Monochromatic Colors of #A3B19B
Black with #A3B19B
Text Example
Text Example
White with #A3B19B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A3B19B; }
p { color: rgb(163,177,155); }
H1.HeaderClassName
{
color: #A3B19B;
}
.AnyTagClassName
{
color: #A3B19B;
}
</style>
background-color css
<style>
a { background-color: #A3B19B; }
a { background-color: rgb(163,177,155); }
div.DivClassName
{
background-color: #A3B19B;
}
.BgClassName
{
background-color: #A3B19B;
}
</style>
border-color css
<style>
span { border-color: #A3B19B; }
span { border-color: rgb(163,177,155); }
td.TdClassName
{
border-color: #A3B19B;
}
.TagClassName
{
border-color: #A3B19B;
}
</style>