Shades of Rainee #ABC0A9
Tints of Rainee #ABC0A9
RGB
CMYK
RGB Variations
Color information
#ABC0A9 (or 0xABC0A9) is known color: Rainee. HEX triplet: AB, C0 and A9. RGB value is (171,192,169). Sum of RGB (Red+Green+Blue) = 171+192+169=532 (70% of max value = 765). Red value is 171 (67.19% from 255 or 32.14% from 532); Green value is 192 (75.39% from 255 or 36.09% from 532); Blue value is 169 (66.41% from 255 or 31.77% from 532); Max value from RGB is 192 - color contains mainly: green. Hex color #ABC0A9 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ABC0A9 is #543F56. Grayscale: #B7B7B7. Windows color (decimal): -5521239 or 11124907. OLE color: 11124907.
HSL color Cylindrical-coordinate representation of color #ABC0A9: hue angle of 114.78º degrees, saturation: 0.15, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #ABC0A9 is Cyan = 0.11, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 171 | 192 | 169 | - |
| CMYK | 0.11 | 0 | 0.12 | 0.25 |
| HSL | 114.78º | 0.15% | 0.71% | - |
| HSV(B) | 114.78º | 0.12% | 0.75% | - |
| XYZ | 42.81 | 49.22 | 44.78 | - |
| YUV | 183.1 | 120.04 | 119.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 192 | 169 | 0.11 | 0 | 0.12 | 0.25 | 114.78 | 0.15 | 0.71 |
| Hex | AB | C0 | A9 | B | 0 | C | 19 | 73 | F | 47 |
| Octal | 253 | 300 | 251 | 13 | 0 | 14 | 31 | 163 | 17 | 107 |
| Binary | 10101011 | 11000000 | 10101001 | 1011 | 0 | 1100 | 11001 | 1110011 | 1111 | 1000111 |
Color Harmonies of #ABC0A9
Complementary color
Monochromatic Colors of #ABC0A9
Black with #ABC0A9
Text Example
Text Example
White with #ABC0A9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ABC0A9; }
p { color: rgb(171,192,169); }
H1.HeaderClassName
{
color: #ABC0A9;
}
.AnyTagClassName
{
color: #ABC0A9;
}
</style>
background-color css
<style>
a { background-color: #ABC0A9; }
a { background-color: rgb(171,192,169); }
div.DivClassName
{
background-color: #ABC0A9;
}
.BgClassName
{
background-color: #ABC0A9;
}
</style>
border-color css
<style>
span { border-color: #ABC0A9; }
span { border-color: rgb(171,192,169); }
td.TdClassName
{
border-color: #ABC0A9;
}
.TagClassName
{
border-color: #ABC0A9;
}
</style>