Shades of Spring Rain #A3B7A3
Tints of Spring Rain #A3B7A3
RGB
CMYK
RGB Variations
Color information
#A3B7A3 (or 0xA3B7A3) is known color: Spring Rain. HEX triplet: A3, B7 and A3. RGB value is (163,183,163). Sum of RGB (Red+Green+Blue) = 163+183+163=509 (67% of max value = 765). Red value is 163 (64.06% from 255 or 32.02% from 509); Green value is 183 (71.88% from 255 or 35.95% from 509); Blue value is 163 (64.06% from 255 or 32.02% from 509); Max value from RGB is 183 - color contains mainly: green. Hex color #A3B7A3 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A3B7A3 is #5C485C. Grayscale: #AEAEAE. Windows color (decimal): -6047837 or 10729379. OLE color: 10729379.
HSL color Cylindrical-coordinate representation of color #A3B7A3: hue angle of 120º degrees, saturation: 0.12, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #A3B7A3 is Cyan = 0.11, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 163 | 183 | 163 | - |
| CMYK | 0.11 | 0 | 0.11 | 0.28 |
| HSL | 120º | 0.12% | 0.68% | - |
| HSV(B) | 120º | 0.11% | 0.72% | - |
| XYZ | 38.65 | 44.3 | 41.16 | - |
| YUV | 174.74 | 121.37 | 119.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 183 | 163 | 0.11 | 0 | 0.11 | 0.28 | 120 | 0.12 | 0.68 |
| Hex | A3 | B7 | A3 | B | 0 | B | 1C | 78 | C | 44 |
| Octal | 243 | 267 | 243 | 13 | 0 | 13 | 34 | 170 | 14 | 104 |
| Binary | 10100011 | 10110111 | 10100011 | 1011 | 0 | 1011 | 11100 | 1111000 | 1100 | 1000100 |
Color Harmonies of #A3B7A3
Complementary color
Monochromatic Colors of #A3B7A3
Black with #A3B7A3
Text Example
Text Example
White with #A3B7A3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A3B7A3; }
p { color: rgb(163,183,163); }
H1.HeaderClassName
{
color: #A3B7A3;
}
.AnyTagClassName
{
color: #A3B7A3;
}
</style>
background-color css
<style>
a { background-color: #A3B7A3; }
a { background-color: rgb(163,183,163); }
div.DivClassName
{
background-color: #A3B7A3;
}
.BgClassName
{
background-color: #A3B7A3;
}
</style>
border-color css
<style>
span { border-color: #A3B7A3; }
span { border-color: rgb(163,183,163); }
td.TdClassName
{
border-color: #A3B7A3;
}
.TagClassName
{
border-color: #A3B7A3;
}
</style>