Shades of Spring Rain #A3B09F
Tints of Spring Rain #A3B09F
RGB
CMYK
RGB Variations
Color information
#A3B09F (or 0xA3B09F) is known color: Spring Rain. HEX triplet: A3, B0 and 9F. RGB value is (163,176,159). Sum of RGB (Red+Green+Blue) = 163+176+159=498 (65% of max value = 765). Red value is 163 (64.06% from 255 or 32.73% from 498); Green value is 176 (69.14% from 255 or 35.34% from 498); Blue value is 159 (62.5% from 255 or 31.93% from 498); Max value from RGB is 176 - color contains mainly: green. Hex color #A3B09F is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A3B09F is #5C4F60. Grayscale: #AAAAAA. Windows color (decimal): -6049633 or 10465443. OLE color: 10465443.
HSL color Cylindrical-coordinate representation of color #A3B09F: hue angle of 105.88º degrees, saturation: 0.1, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #A3B09F is Cyan = 0.07, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 163 | 176 | 159 | - |
| CMYK | 0.07 | 0 | 0.10 | 0.31 |
| HSL | 105.88º | 0.1% | 0.66% | - |
| HSV(B) | 105.88º | 0.1% | 0.69% | - |
| XYZ | 36.89 | 41.34 | 38.84 | - |
| YUV | 170.18 | 121.69 | 122.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 176 | 159 | 0.07 | 0 | 0.10 | 0.31 | 105.88 | 0.1 | 0.66 |
| Hex | A3 | B0 | 9F | 7 | 0 | A | 1F | 6A | A | 42 |
| Octal | 243 | 260 | 237 | 7 | 0 | 12 | 37 | 152 | 12 | 102 |
| Binary | 10100011 | 10110000 | 10011111 | 111 | 0 | 1010 | 11111 | 1101010 | 1010 | 1000010 |
Color Harmonies of #A3B09F
Complementary color
Monochromatic Colors of #A3B09F
Black with #A3B09F
Text Example
Text Example
White with #A3B09F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A3B09F; }
p { color: rgb(163,176,159); }
H1.HeaderClassName
{
color: #A3B09F;
}
.AnyTagClassName
{
color: #A3B09F;
}
</style>
background-color css
<style>
a { background-color: #A3B09F; }
a { background-color: rgb(163,176,159); }
div.DivClassName
{
background-color: #A3B09F;
}
.BgClassName
{
background-color: #A3B09F;
}
</style>
border-color css
<style>
span { border-color: #A3B09F; }
span { border-color: rgb(163,176,159); }
td.TdClassName
{
border-color: #A3B09F;
}
.TagClassName
{
border-color: #A3B09F;
}
</style>