Shades of Spring Rain #A4BAA3
Tints of Spring Rain #A4BAA3
RGB
CMYK
RGB Variations
Color information
#A4BAA3 (or 0xA4BAA3) is known color: Spring Rain. HEX triplet: A4, BA and A3. RGB value is (164,186,163). Sum of RGB (Red+Green+Blue) = 164+186+163=513 (67% of max value = 765). Red value is 164 (64.45% from 255 or 31.97% from 513); Green value is 186 (73.05% from 255 or 36.26% from 513); Blue value is 163 (64.06% from 255 or 31.77% from 513); Max value from RGB is 186 - color contains mainly: green. Hex color #A4BAA3 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A4BAA3 is #5B455C. Grayscale: #B0B0B0. Windows color (decimal): -5981533 or 10730148. OLE color: 10730148.
HSL color Cylindrical-coordinate representation of color #A4BAA3: hue angle of 117.39º degrees, saturation: 0.14, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #A4BAA3 is Cyan = 0.12, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 164 | 186 | 163 | - |
| CMYK | 0.12 | 0 | 0.12 | 0.27 |
| HSL | 117.39º | 0.14% | 0.68% | - |
| HSV(B) | 117.39º | 0.12% | 0.73% | - |
| XYZ | 39.48 | 45.65 | 41.38 | - |
| YUV | 176.8 | 120.21 | 118.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 186 | 163 | 0.12 | 0 | 0.12 | 0.27 | 117.39 | 0.14 | 0.68 |
| Hex | A4 | BA | A3 | C | 0 | C | 1B | 75 | E | 44 |
| Octal | 244 | 272 | 243 | 14 | 0 | 14 | 33 | 165 | 16 | 104 |
| Binary | 10100100 | 10111010 | 10100011 | 1100 | 0 | 1100 | 11011 | 1110101 | 1110 | 1000100 |
Color Harmonies of #A4BAA3
Complementary color
Monochromatic Colors of #A4BAA3
Black with #A4BAA3
Text Example
Text Example
White with #A4BAA3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A4BAA3; }
p { color: rgb(164,186,163); }
H1.HeaderClassName
{
color: #A4BAA3;
}
.AnyTagClassName
{
color: #A4BAA3;
}
</style>
background-color css
<style>
a { background-color: #A4BAA3; }
a { background-color: rgb(164,186,163); }
div.DivClassName
{
background-color: #A4BAA3;
}
.BgClassName
{
background-color: #A4BAA3;
}
</style>
border-color css
<style>
span { border-color: #A4BAA3; }
span { border-color: rgb(164,186,163); }
td.TdClassName
{
border-color: #A4BAA3;
}
.TagClassName
{
border-color: #A4BAA3;
}
</style>