Shades of Spring Rain #A7B1A5
Tints of Spring Rain #A7B1A5
RGB
CMYK
RGB Variations
Color information
#A7B1A5 (or 0xA7B1A5) is known color: Spring Rain. HEX triplet: A7, B1 and A5. RGB value is (167,177,165). Sum of RGB (Red+Green+Blue) = 167+177+165=509 (67% of max value = 765). Red value is 167 (65.62% from 255 or 32.81% from 509); Green value is 177 (69.53% from 255 or 34.77% from 509); Blue value is 165 (64.84% from 255 or 32.42% from 509); Max value from RGB is 177 - color contains mainly: green. Hex color #A7B1A5 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A7B1A5 is #584E5A. Grayscale: #ACACAC. Windows color (decimal): -5787227 or 10858919. OLE color: 10858919.
HSL color Cylindrical-coordinate representation of color #A7B1A5: hue angle of 110º degrees, saturation: 0.07, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #A7B1A5 is Cyan = 0.06, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 167 | 177 | 165 | - |
| CMYK | 0.06 | 0 | 0.07 | 0.31 |
| HSL | 110º | 0.07% | 0.67% | - |
| HSV(B) | 110º | 0.07% | 0.69% | - |
| XYZ | 38.45 | 42.38 | 41.75 | - |
| YUV | 172.64 | 123.69 | 123.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 167 | 177 | 165 | 0.06 | 0 | 0.07 | 0.31 | 110 | 0.07 | 0.67 |
| Hex | A7 | B1 | A5 | 6 | 0 | 7 | 1F | 6E | 7 | 43 |
| Octal | 247 | 261 | 245 | 6 | 0 | 7 | 37 | 156 | 7 | 103 |
| Binary | 10100111 | 10110001 | 10100101 | 110 | 0 | 111 | 11111 | 1101110 | 111 | 1000011 |
Color Harmonies of #A7B1A5
Complementary color
Monochromatic Colors of #A7B1A5
Black with #A7B1A5
Text Example
Text Example
White with #A7B1A5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A7B1A5; }
p { color: rgb(167,177,165); }
H1.HeaderClassName
{
color: #A7B1A5;
}
.AnyTagClassName
{
color: #A7B1A5;
}
</style>
background-color css
<style>
a { background-color: #A7B1A5; }
a { background-color: rgb(167,177,165); }
div.DivClassName
{
background-color: #A7B1A5;
}
.BgClassName
{
background-color: #A7B1A5;
}
</style>
border-color css
<style>
span { border-color: #A7B1A5; }
span { border-color: rgb(167,177,165); }
td.TdClassName
{
border-color: #A7B1A5;
}
.TagClassName
{
border-color: #A7B1A5;
}
</style>