Shades of Spring Rain #ABBAA6
Tints of Spring Rain #ABBAA6
RGB
CMYK
RGB Variations
Color information
#ABBAA6 (or 0xABBAA6) is known color: Spring Rain. HEX triplet: AB, BA and A6. RGB value is (171,186,166). Sum of RGB (Red+Green+Blue) = 171+186+166=523 (69% of max value = 765). Red value is 171 (67.19% from 255 or 32.70% from 523); Green value is 186 (73.05% from 255 or 35.56% from 523); Blue value is 166 (65.23% from 255 or 31.74% from 523); Max value from RGB is 186 - color contains mainly: green. Hex color #ABBAA6 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ABBAA6 is #544559. Grayscale: #B3B3B3. Windows color (decimal): -5522778 or 10926763. OLE color: 10926763.
HSL color Cylindrical-coordinate representation of color #ABBAA6: hue angle of 105º degrees, saturation: 0.13, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #ABBAA6 is Cyan = 0.08, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 171 | 186 | 166 | - |
| CMYK | 0.08 | 0 | 0.11 | 0.27 |
| HSL | 105º | 0.13% | 0.69% | - |
| HSV(B) | 105º | 0.11% | 0.73% | - |
| XYZ | 41.24 | 46.53 | 42.88 | - |
| YUV | 179.24 | 120.53 | 122.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 186 | 166 | 0.08 | 0 | 0.11 | 0.27 | 105 | 0.13 | 0.69 |
| Hex | AB | BA | A6 | 8 | 0 | B | 1B | 69 | D | 45 |
| Octal | 253 | 272 | 246 | 10 | 0 | 13 | 33 | 151 | 15 | 105 |
| Binary | 10101011 | 10111010 | 10100110 | 1000 | 0 | 1011 | 11011 | 1101001 | 1101 | 1000101 |
Color Harmonies of #ABBAA6
Complementary color
Monochromatic Colors of #ABBAA6
Black with #ABBAA6
Text Example
Text Example
White with #ABBAA6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ABBAA6; }
p { color: rgb(171,186,166); }
H1.HeaderClassName
{
color: #ABBAA6;
}
.AnyTagClassName
{
color: #ABBAA6;
}
</style>
background-color css
<style>
a { background-color: #ABBAA6; }
a { background-color: rgb(171,186,166); }
div.DivClassName
{
background-color: #ABBAA6;
}
.BgClassName
{
background-color: #ABBAA6;
}
</style>
border-color css
<style>
span { border-color: #ABBAA6; }
span { border-color: rgb(171,186,166); }
td.TdClassName
{
border-color: #ABBAA6;
}
.TagClassName
{
border-color: #ABBAA6;
}
</style>