Shades of Turkish Rose #AB6877
Tints of Turkish Rose #AB6877
RGB
CMYK
RGB Variations
Color information
#AB6877 (or 0xAB6877) is known color: Turkish Rose. HEX triplet: AB, 68 and 77. RGB value is (171,104,119). Sum of RGB (Red+Green+Blue) = 171+104+119=394 (52% of max value = 765). Red value is 171 (67.19% from 255 or 43.40% from 394); Green value is 104 (41.02% from 255 or 26.40% from 394); Blue value is 119 (46.88% from 255 or 30.20% from 394); Max value from RGB is 171 - color contains mainly: red. Hex color #AB6877 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AB6877 is #549788. Grayscale: #7D7D7D. Windows color (decimal): -5543817 or 7825579. OLE color: 7825579.
HSL color Cylindrical-coordinate representation of color #AB6877: hue angle of 346.57º 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 #AB6877 is Cyan = 0, Magento = 0.39, Yellow = 0.30 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 104 | 119 | - |
| CMYK | 0 | 0.39 | 0.30 | 0.33 |
| HSL | 346.57º | 0.29% | 0.54% | - |
| HSV(B) | 346.57º | 0.39% | 0.67% | - |
| XYZ | 25.07 | 19.89 | 19.97 | - |
| YUV | 125.74 | 124.2 | 160.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 104 | 119 | 0 | 0.39 | 0.30 | 0.33 | 346.57 | 0.29 | 0.54 |
| Hex | AB | 68 | 77 | 0 | 27 | 1E | 21 | 15B | 1D | 36 |
| Octal | 253 | 150 | 167 | 0 | 47 | 36 | 41 | 533 | 35 | 66 |
| Binary | 10101011 | 1101000 | 1110111 | 0 | 100111 | 11110 | 100001 | 101011011 | 11101 | 110110 |
Color Harmonies of #AB6877
Complementary color
Monochromatic Colors of #AB6877
Black with #AB6877
Text Example
Text Example
White with #AB6877
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB6877; }
p { color: rgb(171,104,119); }
H1.HeaderClassName
{
color: #AB6877;
}
.AnyTagClassName
{
color: #AB6877;
}
</style>
background-color css
<style>
a { background-color: #AB6877; }
a { background-color: rgb(171,104,119); }
div.DivClassName
{
background-color: #AB6877;
}
.BgClassName
{
background-color: #AB6877;
}
</style>
border-color css
<style>
span { border-color: #AB6877; }
span { border-color: rgb(171,104,119); }
td.TdClassName
{
border-color: #AB6877;
}
.TagClassName
{
border-color: #AB6877;
}
</style>