Shades of Spring Rain #A3B4A3
Tints of Spring Rain #A3B4A3
RGB
CMYK
RGB Variations
Color information
#A3B4A3 (or 0xA3B4A3) is known color: Spring Rain. HEX triplet: A3, B4 and A3. RGB value is (163,180,163). Sum of RGB (Red+Green+Blue) = 163+180+163=506 (67% of max value = 765). Red value is 163 (64.06% from 255 or 32.21% from 506); Green value is 180 (70.70% from 255 or 35.57% from 506); Blue value is 163 (64.06% from 255 or 32.21% from 506); Max value from RGB is 180 - color contains mainly: green. Hex color #A3B4A3 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A3B4A3 is #5C4B5C. Grayscale: #ADADAD. Windows color (decimal): -6048605 or 10728611. OLE color: 10728611.
HSL color Cylindrical-coordinate representation of color #A3B4A3: hue angle of 120º degrees, saturation: 0.1, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #A3B4A3 is Cyan = 0.09, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 163 | 180 | 163 | - |
| CMYK | 0.09 | 0 | 0.09 | 0.29 |
| HSL | 120º | 0.1% | 0.67% | - |
| HSV(B) | 120º | 0.09% | 0.71% | - |
| XYZ | 38.04 | 43.07 | 40.96 | - |
| YUV | 172.98 | 122.37 | 120.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 180 | 163 | 0.09 | 0 | 0.09 | 0.29 | 120 | 0.1 | 0.67 |
| Hex | A3 | B4 | A3 | 9 | 0 | 9 | 1D | 78 | A | 43 |
| Octal | 243 | 264 | 243 | 11 | 0 | 11 | 35 | 170 | 12 | 103 |
| Binary | 10100011 | 10110100 | 10100011 | 1001 | 0 | 1001 | 11101 | 1111000 | 1010 | 1000011 |
Color Harmonies of #A3B4A3
Complementary color
Monochromatic Colors of #A3B4A3
Black with #A3B4A3
Text Example
Text Example
White with #A3B4A3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A3B4A3; }
p { color: rgb(163,180,163); }
H1.HeaderClassName
{
color: #A3B4A3;
}
.AnyTagClassName
{
color: #A3B4A3;
}
</style>
background-color css
<style>
a { background-color: #A3B4A3; }
a { background-color: rgb(163,180,163); }
div.DivClassName
{
background-color: #A3B4A3;
}
.BgClassName
{
background-color: #A3B4A3;
}
</style>
border-color css
<style>
span { border-color: #A3B4A3; }
span { border-color: rgb(163,180,163); }
td.TdClassName
{
border-color: #A3B4A3;
}
.TagClassName
{
border-color: #A3B4A3;
}
</style>