Shades of Spring Rain #A3BF9F
Tints of Spring Rain #A3BF9F
RGB
CMYK
RGB Variations
Color information
#A3BF9F (or 0xA3BF9F) is known color: Spring Rain. HEX triplet: A3, BF and 9F. RGB value is (163,191,159). Sum of RGB (Red+Green+Blue) = 163+191+159=513 (67% of max value = 765). Red value is 163 (64.06% from 255 or 31.77% from 513); Green value is 191 (75% from 255 or 37.23% from 513); Blue value is 159 (62.5% from 255 or 30.99% from 513); Max value from RGB is 191 - color contains mainly: green. Hex color #A3BF9F is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A3BF9F is #5C4060. Grayscale: #B3B3B3. Windows color (decimal): -6045793 or 10469283. OLE color: 10469283.
HSL color Cylindrical-coordinate representation of color #A3BF9F: hue angle of 112.5º degrees, saturation: 0.2, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #A3BF9F is Cyan = 0.15, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 163 | 191 | 159 | - |
| CMYK | 0.15 | 0 | 0.17 | 0.25 |
| HSL | 112.5º | 0.2% | 0.69% | - |
| HSV(B) | 112.5º | 0.17% | 0.75% | - |
| XYZ | 39.99 | 47.55 | 39.87 | - |
| YUV | 178.98 | 116.72 | 116.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 191 | 159 | 0.15 | 0 | 0.17 | 0.25 | 112.5 | 0.2 | 0.69 |
| Hex | A3 | BF | 9F | F | 0 | 11 | 19 | 70 | 14 | 45 |
| Octal | 243 | 277 | 237 | 17 | 0 | 21 | 31 | 160 | 24 | 105 |
| Binary | 10100011 | 10111111 | 10011111 | 1111 | 0 | 10001 | 11001 | 1110000 | 10100 | 1000101 |
Color Harmonies of #A3BF9F
Complementary color
Monochromatic Colors of #A3BF9F
Black with #A3BF9F
Text Example
Text Example
White with #A3BF9F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A3BF9F; }
p { color: rgb(163,191,159); }
H1.HeaderClassName
{
color: #A3BF9F;
}
.AnyTagClassName
{
color: #A3BF9F;
}
</style>
background-color css
<style>
a { background-color: #A3BF9F; }
a { background-color: rgb(163,191,159); }
div.DivClassName
{
background-color: #A3BF9F;
}
.BgClassName
{
background-color: #A3BF9F;
}
</style>
border-color css
<style>
span { border-color: #A3BF9F; }
span { border-color: rgb(163,191,159); }
td.TdClassName
{
border-color: #A3BF9F;
}
.TagClassName
{
border-color: #A3BF9F;
}
</style>