Shades of Spring Rain #A4B29C
Tints of Spring Rain #A4B29C
RGB
CMYK
RGB Variations
Color information
#A4B29C (or 0xA4B29C) is known color: Spring Rain. HEX triplet: A4, B2 and 9C. RGB value is (164,178,156). Sum of RGB (Red+Green+Blue) = 164+178+156=498 (65% of max value = 765). Red value is 164 (64.45% from 255 or 32.93% from 498); Green value is 178 (69.92% from 255 or 35.74% from 498); Blue value is 156 (61.33% from 255 or 31.33% from 498); Max value from RGB is 178 - color contains mainly: green. Hex color #A4B29C is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A4B29C is #5B4D63. Grayscale: #ABABAB. Windows color (decimal): -5983588 or 10269348. OLE color: 10269348.
HSL color Cylindrical-coordinate representation of color #A4B29C: hue angle of 98.18º degrees, saturation: 0.12, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #A4B29C is Cyan = 0.08, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 164 | 178 | 156 | - |
| CMYK | 0.08 | 0 | 0.12 | 0.30 |
| HSL | 98.18º | 0.13% | 0.65% | - |
| HSV(B) | 98.18º | 0.12% | 0.7% | - |
| XYZ | 37.23 | 42.13 | 37.62 | - |
| YUV | 171.31 | 119.36 | 122.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 178 | 156 | 0.08 | 0 | 0.12 | 0.30 | 98.18 | 0.13 | 0.65 |
| Hex | A4 | B2 | 9C | 8 | 0 | C | 1E | 62 | C | 41 |
| Octal | 244 | 262 | 234 | 10 | 0 | 14 | 36 | 142 | 14 | 101 |
| Binary | 10100100 | 10110010 | 10011100 | 1000 | 0 | 1100 | 11110 | 1100010 | 1100 | 1000001 |
Color Harmonies of #A4B29C
Complementary color
Monochromatic Colors of #A4B29C
Black with #A4B29C
Text Example
Text Example
White with #A4B29C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A4B29C; }
p { color: rgb(164,178,156); }
H1.HeaderClassName
{
color: #A4B29C;
}
.AnyTagClassName
{
color: #A4B29C;
}
</style>
background-color css
<style>
a { background-color: #A4B29C; }
a { background-color: rgb(164,178,156); }
div.DivClassName
{
background-color: #A4B29C;
}
.BgClassName
{
background-color: #A4B29C;
}
</style>
border-color css
<style>
span { border-color: #A4B29C; }
span { border-color: rgb(164,178,156); }
td.TdClassName
{
border-color: #A4B29C;
}
.TagClassName
{
border-color: #A4B29C;
}
</style>