Shades of Spring Rain #ABBAA4
Tints of Spring Rain #ABBAA4
RGB
CMYK
RGB Variations
Color information
#ABBAA4 (or 0xABBAA4) is known color: Spring Rain. HEX triplet: AB, BA and A4. RGB value is (171,186,164). Sum of RGB (Red+Green+Blue) = 171+186+164=521 (69% of max value = 765). Red value is 171 (67.19% from 255 or 32.82% from 521); Green value is 186 (73.05% from 255 or 35.70% from 521); Blue value is 164 (64.45% from 255 or 31.48% from 521); Max value from RGB is 186 - color contains mainly: green. Hex color #ABBAA4 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ABBAA4 is #54455B. Grayscale: #B3B3B3. Windows color (decimal): -5522780 or 10795691. OLE color: 10795691.
HSL color Cylindrical-coordinate representation of color #ABBAA4: hue angle of 100.91º degrees, saturation: 0.14, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #ABBAA4 is Cyan = 0.08, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 171 | 186 | 164 | - |
| CMYK | 0.08 | 0 | 0.12 | 0.27 |
| HSL | 100.91º | 0.14% | 0.69% | - |
| HSV(B) | 100.91º | 0.12% | 0.73% | - |
| XYZ | 41.05 | 46.46 | 41.93 | - |
| YUV | 179.01 | 119.53 | 122.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 186 | 164 | 0.08 | 0 | 0.12 | 0.27 | 100.91 | 0.14 | 0.69 |
| Hex | AB | BA | A4 | 8 | 0 | C | 1B | 65 | E | 45 |
| Octal | 253 | 272 | 244 | 10 | 0 | 14 | 33 | 145 | 16 | 105 |
| Binary | 10101011 | 10111010 | 10100100 | 1000 | 0 | 1100 | 11011 | 1100101 | 1110 | 1000101 |
Color Harmonies of #ABBAA4
Complementary color
Monochromatic Colors of #ABBAA4
Black with #ABBAA4
Text Example
Text Example
White with #ABBAA4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ABBAA4; }
p { color: rgb(171,186,164); }
H1.HeaderClassName
{
color: #ABBAA4;
}
.AnyTagClassName
{
color: #ABBAA4;
}
</style>
background-color css
<style>
a { background-color: #ABBAA4; }
a { background-color: rgb(171,186,164); }
div.DivClassName
{
background-color: #ABBAA4;
}
.BgClassName
{
background-color: #ABBAA4;
}
</style>
border-color css
<style>
span { border-color: #ABBAA4; }
span { border-color: rgb(171,186,164); }
td.TdClassName
{
border-color: #ABBAA4;
}
.TagClassName
{
border-color: #ABBAA4;
}
</style>