Shades of Spring Rain #A4B19F
Tints of Spring Rain #A4B19F
RGB
CMYK
RGB Variations
Color information
#A4B19F (or 0xA4B19F) is known color: Spring Rain. HEX triplet: A4, B1 and 9F. RGB value is (164,177,159). Sum of RGB (Red+Green+Blue) = 164+177+159=500 (66% of max value = 765). Red value is 164 (64.45% from 255 or 32.8% from 500); Green value is 177 (69.53% from 255 or 35.4% from 500); Blue value is 159 (62.5% from 255 or 31.8% from 500); Max value from RGB is 177 - color contains mainly: green. Hex color #A4B19F is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A4B19F is #5B4E60. Grayscale: #ABABAB. Windows color (decimal): -5983841 or 10465700. OLE color: 10465700.
HSL color Cylindrical-coordinate representation of color #A4B19F: hue angle of 103.33º degrees, saturation: 0.1, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #A4B19F is Cyan = 0.07, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 164 | 177 | 159 | - |
| CMYK | 0.07 | 0 | 0.10 | 0.31 |
| HSL | 103.33º | 0.1% | 0.66% | - |
| HSV(B) | 103.33º | 0.1% | 0.69% | - |
| XYZ | 37.29 | 41.84 | 38.91 | - |
| YUV | 171.06 | 121.19 | 122.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 177 | 159 | 0.07 | 0 | 0.10 | 0.31 | 103.33 | 0.1 | 0.66 |
| Hex | A4 | B1 | 9F | 7 | 0 | A | 1F | 67 | A | 42 |
| Octal | 244 | 261 | 237 | 7 | 0 | 12 | 37 | 147 | 12 | 102 |
| Binary | 10100100 | 10110001 | 10011111 | 111 | 0 | 1010 | 11111 | 1100111 | 1010 | 1000010 |
Color Harmonies of #A4B19F
Complementary color
Monochromatic Colors of #A4B19F
Black with #A4B19F
Text Example
Text Example
White with #A4B19F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A4B19F; }
p { color: rgb(164,177,159); }
H1.HeaderClassName
{
color: #A4B19F;
}
.AnyTagClassName
{
color: #A4B19F;
}
</style>
background-color css
<style>
a { background-color: #A4B19F; }
a { background-color: rgb(164,177,159); }
div.DivClassName
{
background-color: #A4B19F;
}
.BgClassName
{
background-color: #A4B19F;
}
</style>
border-color css
<style>
span { border-color: #A4B19F; }
span { border-color: rgb(164,177,159); }
td.TdClassName
{
border-color: #A4B19F;
}
.TagClassName
{
border-color: #A4B19F;
}
</style>