Shades of Spring Rain #A4B7A4
Tints of Spring Rain #A4B7A4
RGB
CMYK
RGB Variations
Color information
#A4B7A4 (or 0xA4B7A4) is known color: Spring Rain. HEX triplet: A4, B7 and A4. RGB value is (164,183,164). Sum of RGB (Red+Green+Blue) = 164+183+164=511 (67% of max value = 765). Red value is 164 (64.45% from 255 or 32.09% from 511); Green value is 183 (71.88% from 255 or 35.81% from 511); Blue value is 164 (64.45% from 255 or 32.09% from 511); Max value from RGB is 183 - color contains mainly: green. Hex color #A4B7A4 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A4B7A4 is #5B485B. Grayscale: #AFAFAF. Windows color (decimal): -5982300 or 10794916. OLE color: 10794916.
HSL color Cylindrical-coordinate representation of color #A4B7A4: hue angle of 120º degrees, saturation: 0.12, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #A4B7A4 is Cyan = 0.10, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 164 | 183 | 164 | - |
| CMYK | 0.10 | 0 | 0.10 | 0.28 |
| HSL | 120º | 0.12% | 0.68% | - |
| HSV(B) | 120º | 0.1% | 0.72% | - |
| XYZ | 38.94 | 44.44 | 41.65 | - |
| YUV | 175.15 | 121.71 | 120.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 183 | 164 | 0.10 | 0 | 0.10 | 0.28 | 120 | 0.12 | 0.68 |
| Hex | A4 | B7 | A4 | A | 0 | A | 1C | 78 | C | 44 |
| Octal | 244 | 267 | 244 | 12 | 0 | 12 | 34 | 170 | 14 | 104 |
| Binary | 10100100 | 10110111 | 10100100 | 1010 | 0 | 1010 | 11100 | 1111000 | 1100 | 1000100 |
Color Harmonies of #A4B7A4
Complementary color
Monochromatic Colors of #A4B7A4
Black with #A4B7A4
Text Example
Text Example
White with #A4B7A4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A4B7A4; }
p { color: rgb(164,183,164); }
H1.HeaderClassName
{
color: #A4B7A4;
}
.AnyTagClassName
{
color: #A4B7A4;
}
</style>
background-color css
<style>
a { background-color: #A4B7A4; }
a { background-color: rgb(164,183,164); }
div.DivClassName
{
background-color: #A4B7A4;
}
.BgClassName
{
background-color: #A4B7A4;
}
</style>
border-color css
<style>
span { border-color: #A4B7A4; }
span { border-color: rgb(164,183,164); }
td.TdClassName
{
border-color: #A4B7A4;
}
.TagClassName
{
border-color: #A4B7A4;
}
</style>