Shades of Spring Rain #A3B7A4
Tints of Spring Rain #A3B7A4
RGB
CMYK
RGB Variations
Color information
#A3B7A4 (or 0xA3B7A4) is known color: Spring Rain. HEX triplet: A3, B7 and A4. RGB value is (163,183,164). Sum of RGB (Red+Green+Blue) = 163+183+164=510 (67% of max value = 765). Red value is 163 (64.06% from 255 or 31.96% from 510); Green value is 183 (71.88% from 255 or 35.88% from 510); Blue value is 164 (64.45% from 255 or 32.16% from 510); Max value from RGB is 183 - color contains mainly: green. Hex color #A3B7A4 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A3B7A4 is #5C485B. Grayscale: #AEAEAE. Windows color (decimal): -6047836 or 10794915. OLE color: 10794915.
HSL color Cylindrical-coordinate representation of color #A3B7A4: hue angle of 123º 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 #A3B7A4 is Cyan = 0.11, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 163 | 183 | 164 | - |
| CMYK | 0.11 | 0 | 0.10 | 0.28 |
| HSL | 123º | 0.12% | 0.68% | - |
| HSV(B) | 123º | 0.11% | 0.72% | - |
| XYZ | 38.74 | 44.33 | 41.64 | - |
| YUV | 174.85 | 121.87 | 119.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 183 | 164 | 0.11 | 0 | 0.10 | 0.28 | 123 | 0.12 | 0.68 |
| Hex | A3 | B7 | A4 | B | 0 | A | 1C | 7B | C | 44 |
| Octal | 243 | 267 | 244 | 13 | 0 | 12 | 34 | 173 | 14 | 104 |
| Binary | 10100011 | 10110111 | 10100100 | 1011 | 0 | 1010 | 11100 | 1111011 | 1100 | 1000100 |
Color Harmonies of #A3B7A4
Complementary color
Monochromatic Colors of #A3B7A4
Black with #A3B7A4
Text Example
Text Example
White with #A3B7A4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A3B7A4; }
p { color: rgb(163,183,164); }
H1.HeaderClassName
{
color: #A3B7A4;
}
.AnyTagClassName
{
color: #A3B7A4;
}
</style>
background-color css
<style>
a { background-color: #A3B7A4; }
a { background-color: rgb(163,183,164); }
div.DivClassName
{
background-color: #A3B7A4;
}
.BgClassName
{
background-color: #A3B7A4;
}
</style>
border-color css
<style>
span { border-color: #A3B7A4; }
span { border-color: rgb(163,183,164); }
td.TdClassName
{
border-color: #A3B7A4;
}
.TagClassName
{
border-color: #A3B7A4;
}
</style>