Shades of Spring Rain #A4B79C
Tints of Spring Rain #A4B79C
RGB
CMYK
RGB Variations
Color information
#A4B79C (or 0xA4B79C) is known color: Spring Rain. HEX triplet: A4, B7 and 9C. RGB value is (164,183,156). Sum of RGB (Red+Green+Blue) = 164+183+156=503 (66% of max value = 765). Red value is 164 (64.45% from 255 or 32.60% from 503); Green value is 183 (71.88% from 255 or 36.38% from 503); Blue value is 156 (61.33% from 255 or 31.01% from 503); Max value from RGB is 183 - color contains mainly: green. Hex color #A4B79C is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A4B79C is #5B4863. Grayscale: #AEAEAE. Windows color (decimal): -5982308 or 10270628. OLE color: 10270628.
HSL color Cylindrical-coordinate representation of color #A4B79C: hue angle of 102.22º degrees, saturation: 0.16, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #A4B79C is Cyan = 0.10, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 164 | 183 | 156 | - |
| CMYK | 0.10 | 0 | 0.15 | 0.28 |
| HSL | 102.22º | 0.16% | 0.66% | - |
| HSV(B) | 102.22º | 0.15% | 0.72% | - |
| XYZ | 38.24 | 44.16 | 37.96 | - |
| YUV | 174.24 | 117.71 | 120.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 183 | 156 | 0.10 | 0 | 0.15 | 0.28 | 102.22 | 0.16 | 0.66 |
| Hex | A4 | B7 | 9C | A | 0 | F | 1C | 66 | 10 | 42 |
| Octal | 244 | 267 | 234 | 12 | 0 | 17 | 34 | 146 | 20 | 102 |
| Binary | 10100100 | 10110111 | 10011100 | 1010 | 0 | 1111 | 11100 | 1100110 | 10000 | 1000010 |
Color Harmonies of #A4B79C
Complementary color
Monochromatic Colors of #A4B79C
Black with #A4B79C
Text Example
Text Example
White with #A4B79C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A4B79C; }
p { color: rgb(164,183,156); }
H1.HeaderClassName
{
color: #A4B79C;
}
.AnyTagClassName
{
color: #A4B79C;
}
</style>
background-color css
<style>
a { background-color: #A4B79C; }
a { background-color: rgb(164,183,156); }
div.DivClassName
{
background-color: #A4B79C;
}
.BgClassName
{
background-color: #A4B79C;
}
</style>
border-color css
<style>
span { border-color: #A4B79C; }
span { border-color: rgb(164,183,156); }
td.TdClassName
{
border-color: #A4B79C;
}
.TagClassName
{
border-color: #A4B79C;
}
</style>