Shades of Spring Rain #A4B6A3
Tints of Spring Rain #A4B6A3
RGB
CMYK
RGB Variations
Color information
#A4B6A3 (or 0xA4B6A3) is known color: Spring Rain. HEX triplet: A4, B6 and A3. RGB value is (164,182,163). Sum of RGB (Red+Green+Blue) = 164+182+163=509 (67% of max value = 765). Red value is 164 (64.45% from 255 or 32.22% from 509); Green value is 182 (71.48% from 255 or 35.76% from 509); Blue value is 163 (64.06% from 255 or 32.02% from 509); Max value from RGB is 182 - color contains mainly: green. Hex color #A4B6A3 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A4B6A3 is #5B495C. Grayscale: #AEAEAE. Windows color (decimal): -5982557 or 10729124. OLE color: 10729124.
HSL color Cylindrical-coordinate representation of color #A4B6A3: hue angle of 116.84º degrees, saturation: 0.12, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #A4B6A3 is Cyan = 0.10, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 164 | 182 | 163 | - |
| CMYK | 0.10 | 0 | 0.10 | 0.29 |
| HSL | 116.84º | 0.12% | 0.68% | - |
| HSV(B) | 116.84º | 0.1% | 0.71% | - |
| XYZ | 38.65 | 43.99 | 41.1 | - |
| YUV | 174.45 | 121.54 | 120.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 182 | 163 | 0.10 | 0 | 0.10 | 0.29 | 116.84 | 0.12 | 0.68 |
| Hex | A4 | B6 | A3 | A | 0 | A | 1D | 75 | C | 44 |
| Octal | 244 | 266 | 243 | 12 | 0 | 12 | 35 | 165 | 14 | 104 |
| Binary | 10100100 | 10110110 | 10100011 | 1010 | 0 | 1010 | 11101 | 1110101 | 1100 | 1000100 |
Color Harmonies of #A4B6A3
Complementary color
Monochromatic Colors of #A4B6A3
Black with #A4B6A3
Text Example
Text Example
White with #A4B6A3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A4B6A3; }
p { color: rgb(164,182,163); }
H1.HeaderClassName
{
color: #A4B6A3;
}
.AnyTagClassName
{
color: #A4B6A3;
}
</style>
background-color css
<style>
a { background-color: #A4B6A3; }
a { background-color: rgb(164,182,163); }
div.DivClassName
{
background-color: #A4B6A3;
}
.BgClassName
{
background-color: #A4B6A3;
}
</style>
border-color css
<style>
span { border-color: #A4B6A3; }
span { border-color: rgb(164,182,163); }
td.TdClassName
{
border-color: #A4B6A3;
}
.TagClassName
{
border-color: #A4B6A3;
}
</style>