Shades of Spring Rain #A4B0A1
Tints of Spring Rain #A4B0A1
RGB
CMYK
RGB Variations
Color information
#A4B0A1 (or 0xA4B0A1) is known color: Spring Rain. HEX triplet: A4, B0 and A1. RGB value is (164,176,161). Sum of RGB (Red+Green+Blue) = 164+176+161=501 (66% of max value = 765). Red value is 164 (64.45% from 255 or 32.73% from 501); Green value is 176 (69.14% from 255 or 35.13% from 501); Blue value is 161 (63.28% from 255 or 32.14% from 501); Max value from RGB is 176 - color contains mainly: green. Hex color #A4B0A1 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A4B0A1 is #5B4F5E. Grayscale: #AAAAAA. Windows color (decimal): -5984095 or 10596516. OLE color: 10596516.
HSL color Cylindrical-coordinate representation of color #A4B0A1: hue angle of 108º 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 #A4B0A1 is Cyan = 0.07, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 164 | 176 | 161 | - |
| CMYK | 0.07 | 0 | 0.09 | 0.31 |
| HSL | 108º | 0.09% | 0.66% | - |
| HSV(B) | 108º | 0.09% | 0.69% | - |
| XYZ | 37.27 | 41.52 | 39.77 | - |
| YUV | 170.7 | 122.52 | 123.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 176 | 161 | 0.07 | 0 | 0.09 | 0.31 | 108 | 0.09 | 0.66 |
| Hex | A4 | B0 | A1 | 7 | 0 | 9 | 1F | 6C | 9 | 42 |
| Octal | 244 | 260 | 241 | 7 | 0 | 11 | 37 | 154 | 11 | 102 |
| Binary | 10100100 | 10110000 | 10100001 | 111 | 0 | 1001 | 11111 | 1101100 | 1001 | 1000010 |
Color Harmonies of #A4B0A1
Complementary color
Monochromatic Colors of #A4B0A1
Black with #A4B0A1
Text Example
Text Example
White with #A4B0A1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A4B0A1; }
p { color: rgb(164,176,161); }
H1.HeaderClassName
{
color: #A4B0A1;
}
.AnyTagClassName
{
color: #A4B0A1;
}
</style>
background-color css
<style>
a { background-color: #A4B0A1; }
a { background-color: rgb(164,176,161); }
div.DivClassName
{
background-color: #A4B0A1;
}
.BgClassName
{
background-color: #A4B0A1;
}
</style>
border-color css
<style>
span { border-color: #A4B0A1; }
span { border-color: rgb(164,176,161); }
td.TdClassName
{
border-color: #A4B0A1;
}
.TagClassName
{
border-color: #A4B0A1;
}
</style>