Shades of Turkish Rose #AB6870
Tints of Turkish Rose #AB6870
RGB
CMYK
RGB Variations
Color information
#AB6870 (or 0xAB6870) is known color: Turkish Rose. HEX triplet: AB, 68 and 70. RGB value is (171,104,112). Sum of RGB (Red+Green+Blue) = 171+104+112=387 (51% of max value = 765). Red value is 171 (67.19% from 255 or 44.19% from 387); Green value is 104 (41.02% from 255 or 26.87% from 387); Blue value is 112 (44.14% from 255 or 28.94% from 387); Max value from RGB is 171 - color contains mainly: red. Hex color #AB6870 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AB6870 is #54978F. Grayscale: #7C7C7C. Windows color (decimal): -5543824 or 7366827. OLE color: 7366827.
HSL color Cylindrical-coordinate representation of color #AB6870: hue angle of 352.84º degrees, saturation: 0.29, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #AB6870 is Cyan = 0, Magento = 0.39, Yellow = 0.35 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 104 | 112 | - |
| CMYK | 0 | 0.39 | 0.35 | 0.33 |
| HSL | 352.84º | 0.29% | 0.54% | - |
| HSV(B) | 352.84º | 0.39% | 0.67% | - |
| XYZ | 24.67 | 19.73 | 17.84 | - |
| YUV | 124.95 | 120.7 | 160.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 104 | 112 | 0 | 0.39 | 0.35 | 0.33 | 352.84 | 0.29 | 0.54 |
| Hex | AB | 68 | 70 | 0 | 27 | 23 | 21 | 161 | 1D | 36 |
| Octal | 253 | 150 | 160 | 0 | 47 | 43 | 41 | 541 | 35 | 66 |
| Binary | 10101011 | 1101000 | 1110000 | 0 | 100111 | 100011 | 100001 | 101100001 | 11101 | 110110 |
Color Harmonies of #AB6870
Complementary color
Monochromatic Colors of #AB6870
Black with #AB6870
Text Example
Text Example
White with #AB6870
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB6870; }
p { color: rgb(171,104,112); }
H1.HeaderClassName
{
color: #AB6870;
}
.AnyTagClassName
{
color: #AB6870;
}
</style>
background-color css
<style>
a { background-color: #AB6870; }
a { background-color: rgb(171,104,112); }
div.DivClassName
{
background-color: #AB6870;
}
.BgClassName
{
background-color: #AB6870;
}
</style>
border-color css
<style>
span { border-color: #AB6870; }
span { border-color: rgb(171,104,112); }
td.TdClassName
{
border-color: #AB6870;
}
.TagClassName
{
border-color: #AB6870;
}
</style>