Shades of Spring Rain #A7B1A4
Tints of Spring Rain #A7B1A4
RGB
CMYK
RGB Variations
Color information
#A7B1A4 (or 0xA7B1A4) is known color: Spring Rain. HEX triplet: A7, B1 and A4. RGB value is (167,177,164). Sum of RGB (Red+Green+Blue) = 167+177+164=508 (67% of max value = 765). Red value is 167 (65.62% from 255 or 32.87% from 508); Green value is 177 (69.53% from 255 or 34.84% from 508); Blue value is 164 (64.45% from 255 or 32.28% from 508); Max value from RGB is 177 - color contains mainly: green. Hex color #A7B1A4 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A7B1A4 is #584E5B. Grayscale: #ACACAC. Windows color (decimal): -5787228 or 10793383. OLE color: 10793383.
HSL color Cylindrical-coordinate representation of color #A7B1A4: hue angle of 106.15º degrees, saturation: 0.08, 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 #A7B1A4 is Cyan = 0.06, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 167 | 177 | 164 | - |
| CMYK | 0.06 | 0 | 0.07 | 0.31 |
| HSL | 106.15º | 0.08% | 0.67% | - |
| HSV(B) | 106.15º | 0.07% | 0.69% | - |
| XYZ | 38.36 | 42.34 | 41.27 | - |
| YUV | 172.53 | 123.19 | 124.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 167 | 177 | 164 | 0.06 | 0 | 0.07 | 0.31 | 106.15 | 0.08 | 0.67 |
| Hex | A7 | B1 | A4 | 6 | 0 | 7 | 1F | 6A | 8 | 43 |
| Octal | 247 | 261 | 244 | 6 | 0 | 7 | 37 | 152 | 10 | 103 |
| Binary | 10100111 | 10110001 | 10100100 | 110 | 0 | 111 | 11111 | 1101010 | 1000 | 1000011 |
Color Harmonies of #A7B1A4
Complementary color
Monochromatic Colors of #A7B1A4
Black with #A7B1A4
Text Example
Text Example
White with #A7B1A4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A7B1A4; }
p { color: rgb(167,177,164); }
H1.HeaderClassName
{
color: #A7B1A4;
}
.AnyTagClassName
{
color: #A7B1A4;
}
</style>
background-color css
<style>
a { background-color: #A7B1A4; }
a { background-color: rgb(167,177,164); }
div.DivClassName
{
background-color: #A7B1A4;
}
.BgClassName
{
background-color: #A7B1A4;
}
</style>
border-color css
<style>
span { border-color: #A7B1A4; }
span { border-color: rgb(167,177,164); }
td.TdClassName
{
border-color: #A7B1A4;
}
.TagClassName
{
border-color: #A7B1A4;
}
</style>