Shades of Rainee #ABBAA8
Tints of Rainee #ABBAA8
RGB
CMYK
RGB Variations
Color information
#ABBAA8 (or 0xABBAA8) is known color: Rainee. HEX triplet: AB, BA and A8. RGB value is (171,186,168). Sum of RGB (Red+Green+Blue) = 171+186+168=525 (69% of max value = 765). Red value is 171 (67.19% from 255 or 32.57% from 525); Green value is 186 (73.05% from 255 or 35.43% from 525); Blue value is 168 (66.02% from 255 or 32% from 525); Max value from RGB is 186 - color contains mainly: green. Hex color #ABBAA8 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ABBAA8 is #544557. Grayscale: #B3B3B3. Windows color (decimal): -5522776 or 11057835. OLE color: 11057835.
HSL color Cylindrical-coordinate representation of color #ABBAA8: hue angle of 110º degrees, saturation: 0.12, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #ABBAA8 is Cyan = 0.08, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 171 | 186 | 168 | - |
| CMYK | 0.08 | 0 | 0.10 | 0.27 |
| HSL | 110º | 0.12% | 0.69% | - |
| HSV(B) | 110º | 0.1% | 0.73% | - |
| XYZ | 41.42 | 46.6 | 43.86 | - |
| YUV | 179.46 | 121.53 | 121.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 186 | 168 | 0.08 | 0 | 0.10 | 0.27 | 110 | 0.12 | 0.69 |
| Hex | AB | BA | A8 | 8 | 0 | A | 1B | 6E | C | 45 |
| Octal | 253 | 272 | 250 | 10 | 0 | 12 | 33 | 156 | 14 | 105 |
| Binary | 10101011 | 10111010 | 10101000 | 1000 | 0 | 1010 | 11011 | 1101110 | 1100 | 1000101 |
Color Harmonies of #ABBAA8
Complementary color
Monochromatic Colors of #ABBAA8
Black with #ABBAA8
Text Example
Text Example
White with #ABBAA8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ABBAA8; }
p { color: rgb(171,186,168); }
H1.HeaderClassName
{
color: #ABBAA8;
}
.AnyTagClassName
{
color: #ABBAA8;
}
</style>
background-color css
<style>
a { background-color: #ABBAA8; }
a { background-color: rgb(171,186,168); }
div.DivClassName
{
background-color: #ABBAA8;
}
.BgClassName
{
background-color: #ABBAA8;
}
</style>
border-color css
<style>
span { border-color: #ABBAA8; }
span { border-color: rgb(171,186,168); }
td.TdClassName
{
border-color: #ABBAA8;
}
.TagClassName
{
border-color: #ABBAA8;
}
</style>