Shades of Spring Rain #A4BAA0
Tints of Spring Rain #A4BAA0
RGB
CMYK
RGB Variations
Color information
#A4BAA0 (or 0xA4BAA0) is known color: Spring Rain. HEX triplet: A4, BA and A0. RGB value is (164,186,160). Sum of RGB (Red+Green+Blue) = 164+186+160=510 (67% of max value = 765). Red value is 164 (64.45% from 255 or 32.16% from 510); Green value is 186 (73.05% from 255 or 36.47% from 510); Blue value is 160 (62.89% from 255 or 31.37% from 510); Max value from RGB is 186 - color contains mainly: green. Hex color #A4BAA0 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A4BAA0 is #5B455F. Grayscale: #B0B0B0. Windows color (decimal): -5981536 or 10533540. OLE color: 10533540.
HSL color Cylindrical-coordinate representation of color #A4BAA0: hue angle of 110.77º degrees, saturation: 0.16, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #A4BAA0 is Cyan = 0.12, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 164 | 186 | 160 | - |
| CMYK | 0.12 | 0 | 0.14 | 0.27 |
| HSL | 110.77º | 0.16% | 0.68% | - |
| HSV(B) | 110.77º | 0.14% | 0.73% | - |
| XYZ | 39.21 | 45.55 | 39.98 | - |
| YUV | 176.46 | 118.71 | 119.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 186 | 160 | 0.12 | 0 | 0.14 | 0.27 | 110.77 | 0.16 | 0.68 |
| Hex | A4 | BA | A0 | C | 0 | E | 1B | 6F | 10 | 44 |
| Octal | 244 | 272 | 240 | 14 | 0 | 16 | 33 | 157 | 20 | 104 |
| Binary | 10100100 | 10111010 | 10100000 | 1100 | 0 | 1110 | 11011 | 1101111 | 10000 | 1000100 |
Color Harmonies of #A4BAA0
Complementary color
Monochromatic Colors of #A4BAA0
Black with #A4BAA0
Text Example
Text Example
White with #A4BAA0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A4BAA0; }
p { color: rgb(164,186,160); }
H1.HeaderClassName
{
color: #A4BAA0;
}
.AnyTagClassName
{
color: #A4BAA0;
}
</style>
background-color css
<style>
a { background-color: #A4BAA0; }
a { background-color: rgb(164,186,160); }
div.DivClassName
{
background-color: #A4BAA0;
}
.BgClassName
{
background-color: #A4BAA0;
}
</style>
border-color css
<style>
span { border-color: #A4BAA0; }
span { border-color: rgb(164,186,160); }
td.TdClassName
{
border-color: #A4BAA0;
}
.TagClassName
{
border-color: #A4BAA0;
}
</style>