Shades of Rainee #ABC6A7
Tints of Rainee #ABC6A7
RGB
CMYK
RGB Variations
Color information
#ABC6A7 (or 0xABC6A7) is known color: Rainee. HEX triplet: AB, C6 and A7. RGB value is (171,198,167). Sum of RGB (Red+Green+Blue) = 171+198+167=536 (70% of max value = 765). Red value is 171 (67.19% from 255 or 31.90% from 536); Green value is 198 (77.73% from 255 or 36.94% from 536); Blue value is 167 (65.62% from 255 or 31.16% from 536); Max value from RGB is 198 - color contains mainly: green. Hex color #ABC6A7 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ABC6A7 is #543958. Grayscale: #BABABA. Windows color (decimal): -5519705 or 10995371. OLE color: 10995371.
HSL color Cylindrical-coordinate representation of color #ABC6A7: hue angle of 112.26º degrees, saturation: 0.21, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #ABC6A7 is Cyan = 0.14, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 171 | 198 | 167 | - |
| CMYK | 0.14 | 0 | 0.16 | 0.22 |
| HSL | 112.26º | 0.21% | 0.72% | - |
| HSV(B) | 112.26º | 0.16% | 0.78% | - |
| XYZ | 43.96 | 51.84 | 44.25 | - |
| YUV | 186.39 | 117.05 | 117.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 198 | 167 | 0.14 | 0 | 0.16 | 0.22 | 112.26 | 0.21 | 0.72 |
| Hex | AB | C6 | A7 | E | 0 | 10 | 16 | 70 | 15 | 48 |
| Octal | 253 | 306 | 247 | 16 | 0 | 20 | 26 | 160 | 25 | 110 |
| Binary | 10101011 | 11000110 | 10100111 | 1110 | 0 | 10000 | 10110 | 1110000 | 10101 | 1001000 |
Color Harmonies of #ABC6A7
Complementary color
Monochromatic Colors of #ABC6A7
Black with #ABC6A7
Text Example
Text Example
White with #ABC6A7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ABC6A7; }
p { color: rgb(171,198,167); }
H1.HeaderClassName
{
color: #ABC6A7;
}
.AnyTagClassName
{
color: #ABC6A7;
}
</style>
background-color css
<style>
a { background-color: #ABC6A7; }
a { background-color: rgb(171,198,167); }
div.DivClassName
{
background-color: #ABC6A7;
}
.BgClassName
{
background-color: #ABC6A7;
}
</style>
border-color css
<style>
span { border-color: #ABC6A7; }
span { border-color: rgb(171,198,167); }
td.TdClassName
{
border-color: #ABC6A7;
}
.TagClassName
{
border-color: #ABC6A7;
}
</style>