Shades of Spring Rain #A3B0A1
Tints of Spring Rain #A3B0A1
RGB
CMYK
RGB Variations
Color information
#A3B0A1 (or 0xA3B0A1) is known color: Spring Rain. HEX triplet: A3, B0 and A1. RGB value is (163,176,161). Sum of RGB (Red+Green+Blue) = 163+176+161=500 (66% of max value = 765). Red value is 163 (64.06% from 255 or 32.6% from 500); Green value is 176 (69.14% from 255 or 35.2% from 500); Blue value is 161 (63.28% from 255 or 32.2% from 500); Max value from RGB is 176 - color contains mainly: green. Hex color #A3B0A1 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A3B0A1 is #5C4F5E. Grayscale: #AAAAAA. Windows color (decimal): -6049631 or 10596515. OLE color: 10596515.
HSL color Cylindrical-coordinate representation of color #A3B0A1: hue angle of 112º degrees, saturation: 0.09, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #A3B0A1 is Cyan = 0.07, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 163 | 176 | 161 | - |
| CMYK | 0.07 | 0 | 0.09 | 0.31 |
| HSL | 112º | 0.09% | 0.66% | - |
| HSV(B) | 112º | 0.09% | 0.69% | - |
| XYZ | 37.06 | 41.41 | 39.76 | - |
| YUV | 170.4 | 122.69 | 122.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 176 | 161 | 0.07 | 0 | 0.09 | 0.31 | 112 | 0.09 | 0.66 |
| Hex | A3 | B0 | A1 | 7 | 0 | 9 | 1F | 70 | 9 | 42 |
| Octal | 243 | 260 | 241 | 7 | 0 | 11 | 37 | 160 | 11 | 102 |
| Binary | 10100011 | 10110000 | 10100001 | 111 | 0 | 1001 | 11111 | 1110000 | 1001 | 1000010 |
Color Harmonies of #A3B0A1
Complementary color
Monochromatic Colors of #A3B0A1
Black with #A3B0A1
Text Example
Text Example
White with #A3B0A1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A3B0A1; }
p { color: rgb(163,176,161); }
H1.HeaderClassName
{
color: #A3B0A1;
}
.AnyTagClassName
{
color: #A3B0A1;
}
</style>
background-color css
<style>
a { background-color: #A3B0A1; }
a { background-color: rgb(163,176,161); }
div.DivClassName
{
background-color: #A3B0A1;
}
.BgClassName
{
background-color: #A3B0A1;
}
</style>
border-color css
<style>
span { border-color: #A3B0A1; }
span { border-color: rgb(163,176,161); }
td.TdClassName
{
border-color: #A3B0A1;
}
.TagClassName
{
border-color: #A3B0A1;
}
</style>