Shades of Turkish Rose #AB6874
Tints of Turkish Rose #AB6874
RGB
CMYK
RGB Variations
Color information
#AB6874 (or 0xAB6874) is known color: Turkish Rose. HEX triplet: AB, 68 and 74. RGB value is (171,104,116). Sum of RGB (Red+Green+Blue) = 171+104+116=391 (51% of max value = 765). Red value is 171 (67.19% from 255 or 43.73% from 391); Green value is 104 (41.02% from 255 or 26.60% from 391); Blue value is 116 (45.70% from 255 or 29.67% from 391); Max value from RGB is 171 - color contains mainly: red. Hex color #AB6874 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AB6874 is #54978B. Grayscale: #7D7D7D. Windows color (decimal): -5543820 or 7628971. OLE color: 7628971.
HSL color Cylindrical-coordinate representation of color #AB6874: hue angle of 349.25º 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 #AB6874 is Cyan = 0, Magento = 0.39, Yellow = 0.32 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 104 | 116 | - |
| CMYK | 0 | 0.39 | 0.32 | 0.33 |
| HSL | 349.25º | 0.29% | 0.54% | - |
| HSV(B) | 349.25º | 0.39% | 0.67% | - |
| XYZ | 24.9 | 19.82 | 19.04 | - |
| YUV | 125.4 | 122.7 | 160.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 104 | 116 | 0 | 0.39 | 0.32 | 0.33 | 349.25 | 0.29 | 0.54 |
| Hex | AB | 68 | 74 | 0 | 27 | 20 | 21 | 15D | 1D | 36 |
| Octal | 253 | 150 | 164 | 0 | 47 | 40 | 41 | 535 | 35 | 66 |
| Binary | 10101011 | 1101000 | 1110100 | 0 | 100111 | 100000 | 100001 | 101011101 | 11101 | 110110 |
Color Harmonies of #AB6874
Complementary color
Monochromatic Colors of #AB6874
Black with #AB6874
Text Example
Text Example
White with #AB6874
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB6874; }
p { color: rgb(171,104,116); }
H1.HeaderClassName
{
color: #AB6874;
}
.AnyTagClassName
{
color: #AB6874;
}
</style>
background-color css
<style>
a { background-color: #AB6874; }
a { background-color: rgb(171,104,116); }
div.DivClassName
{
background-color: #AB6874;
}
.BgClassName
{
background-color: #AB6874;
}
</style>
border-color css
<style>
span { border-color: #AB6874; }
span { border-color: rgb(171,104,116); }
td.TdClassName
{
border-color: #AB6874;
}
.TagClassName
{
border-color: #AB6874;
}
</style>