Shades of Spring Rain #A4B89F
Tints of Spring Rain #A4B89F
RGB
CMYK
RGB Variations
Color information
#A4B89F (or 0xA4B89F) is known color: Spring Rain. HEX triplet: A4, B8 and 9F. RGB value is (164,184,159). Sum of RGB (Red+Green+Blue) = 164+184+159=507 (67% of max value = 765). Red value is 164 (64.45% from 255 or 32.35% from 507); Green value is 184 (72.27% from 255 or 36.29% from 507); Blue value is 159 (62.5% from 255 or 31.36% from 507); Max value from RGB is 184 - color contains mainly: green. Hex color #A4B89F is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A4B89F is #5B4760. Grayscale: #AFAFAF. Windows color (decimal): -5982049 or 10467492. OLE color: 10467492.
HSL color Cylindrical-coordinate representation of color #A4B89F: hue angle of 108º degrees, saturation: 0.15, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #A4B89F is Cyan = 0.11, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 164 | 184 | 159 | - |
| CMYK | 0.11 | 0 | 0.14 | 0.28 |
| HSL | 108º | 0.15% | 0.67% | - |
| HSV(B) | 108º | 0.14% | 0.72% | - |
| XYZ | 38.71 | 44.68 | 39.38 | - |
| YUV | 175.17 | 118.87 | 120.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 184 | 159 | 0.11 | 0 | 0.14 | 0.28 | 108 | 0.15 | 0.67 |
| Hex | A4 | B8 | 9F | B | 0 | E | 1C | 6C | F | 43 |
| Octal | 244 | 270 | 237 | 13 | 0 | 16 | 34 | 154 | 17 | 103 |
| Binary | 10100100 | 10111000 | 10011111 | 1011 | 0 | 1110 | 11100 | 1101100 | 1111 | 1000011 |
Color Harmonies of #A4B89F
Complementary color
Monochromatic Colors of #A4B89F
Black with #A4B89F
Text Example
Text Example
White with #A4B89F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A4B89F; }
p { color: rgb(164,184,159); }
H1.HeaderClassName
{
color: #A4B89F;
}
.AnyTagClassName
{
color: #A4B89F;
}
</style>
background-color css
<style>
a { background-color: #A4B89F; }
a { background-color: rgb(164,184,159); }
div.DivClassName
{
background-color: #A4B89F;
}
.BgClassName
{
background-color: #A4B89F;
}
</style>
border-color css
<style>
span { border-color: #A4B89F; }
span { border-color: rgb(164,184,159); }
td.TdClassName
{
border-color: #A4B89F;
}
.TagClassName
{
border-color: #A4B89F;
}
</style>