Shades of Spring Rain #A5B0A1
Tints of Spring Rain #A5B0A1
RGB
CMYK
RGB Variations
Color information
#A5B0A1 (or 0xA5B0A1) is known color: Spring Rain. HEX triplet: A5, B0 and A1. RGB value is (165,176,161). Sum of RGB (Red+Green+Blue) = 165+176+161=502 (66% of max value = 765). Red value is 165 (64.84% from 255 or 32.87% from 502); Green value is 176 (69.14% from 255 or 35.06% from 502); Blue value is 161 (63.28% from 255 or 32.07% from 502); Max value from RGB is 176 - color contains mainly: green. Hex color #A5B0A1 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A5B0A1 is #5A4F5E. Grayscale: #ABABAB. Windows color (decimal): -5918559 or 10596517. OLE color: 10596517.
HSL color Cylindrical-coordinate representation of color #A5B0A1: hue angle of 104º 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 #A5B0A1 is Cyan = 0.06, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 165 | 176 | 161 | - |
| CMYK | 0.06 | 0 | 0.09 | 0.31 |
| HSL | 104º | 0.09% | 0.66% | - |
| HSV(B) | 104º | 0.09% | 0.69% | - |
| XYZ | 37.48 | 41.62 | 39.78 | - |
| YUV | 171 | 122.36 | 123.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 176 | 161 | 0.06 | 0 | 0.09 | 0.31 | 104 | 0.09 | 0.66 |
| Hex | A5 | B0 | A1 | 6 | 0 | 9 | 1F | 68 | 9 | 42 |
| Octal | 245 | 260 | 241 | 6 | 0 | 11 | 37 | 150 | 11 | 102 |
| Binary | 10100101 | 10110000 | 10100001 | 110 | 0 | 1001 | 11111 | 1101000 | 1001 | 1000010 |
Color Harmonies of #A5B0A1
Complementary color
Monochromatic Colors of #A5B0A1
Black with #A5B0A1
Text Example
Text Example
White with #A5B0A1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A5B0A1; }
p { color: rgb(165,176,161); }
H1.HeaderClassName
{
color: #A5B0A1;
}
.AnyTagClassName
{
color: #A5B0A1;
}
</style>
background-color css
<style>
a { background-color: #A5B0A1; }
a { background-color: rgb(165,176,161); }
div.DivClassName
{
background-color: #A5B0A1;
}
.BgClassName
{
background-color: #A5B0A1;
}
</style>
border-color css
<style>
span { border-color: #A5B0A1; }
span { border-color: rgb(165,176,161); }
td.TdClassName
{
border-color: #A5B0A1;
}
.TagClassName
{
border-color: #A5B0A1;
}
</style>