Shades of Turkish Rose #AB6973
Tints of Turkish Rose #AB6973
RGB
CMYK
RGB Variations
Color information
#AB6973 (or 0xAB6973) is known color: Turkish Rose. HEX triplet: AB, 69 and 73. RGB value is (171,105,115). Sum of RGB (Red+Green+Blue) = 171+105+115=391 (51% of max value = 765). Red value is 171 (67.19% from 255 or 43.73% from 391); Green value is 105 (41.41% from 255 or 26.85% from 391); Blue value is 115 (45.31% from 255 or 29.41% from 391); Max value from RGB is 171 - color contains mainly: red. Hex color #AB6973 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AB6973 is #54968C. Grayscale: #7D7D7D. Windows color (decimal): -5543565 or 7563691. OLE color: 7563691.
HSL color Cylindrical-coordinate representation of color #AB6973: hue angle of 350.91º degrees, saturation: 0.28, 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 #AB6973 is Cyan = 0, Magento = 0.39, Yellow = 0.33 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 105 | 115 | - |
| CMYK | 0 | 0.39 | 0.33 | 0.33 |
| HSL | 350.91º | 0.28% | 0.54% | - |
| HSV(B) | 350.91º | 0.39% | 0.67% | - |
| XYZ | 24.94 | 20 | 18.77 | - |
| YUV | 125.87 | 121.87 | 160.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 105 | 115 | 0 | 0.39 | 0.33 | 0.33 | 350.91 | 0.28 | 0.54 |
| Hex | AB | 69 | 73 | 0 | 27 | 21 | 21 | 15F | 1C | 36 |
| Octal | 253 | 151 | 163 | 0 | 47 | 41 | 41 | 537 | 34 | 66 |
| Binary | 10101011 | 1101001 | 1110011 | 0 | 100111 | 100001 | 100001 | 101011111 | 11100 | 110110 |
Color Harmonies of #AB6973
Complementary color
Monochromatic Colors of #AB6973
Black with #AB6973
Text Example
Text Example
White with #AB6973
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB6973; }
p { color: rgb(171,105,115); }
H1.HeaderClassName
{
color: #AB6973;
}
.AnyTagClassName
{
color: #AB6973;
}
</style>
background-color css
<style>
a { background-color: #AB6973; }
a { background-color: rgb(171,105,115); }
div.DivClassName
{
background-color: #AB6973;
}
.BgClassName
{
background-color: #AB6973;
}
</style>
border-color css
<style>
span { border-color: #AB6973; }
span { border-color: rgb(171,105,115); }
td.TdClassName
{
border-color: #AB6973;
}
.TagClassName
{
border-color: #AB6973;
}
</style>