Shades of Turkish Rose #AB707C
Tints of Turkish Rose #AB707C
RGB
CMYK
RGB Variations
Color information
#AB707C (or 0xAB707C) is known color: Turkish Rose. HEX triplet: AB, 70 and 7C. RGB value is (171,112,124). Sum of RGB (Red+Green+Blue) = 171+112+124=407 (53% of max value = 765). Red value is 171 (67.19% from 255 or 42.01% from 407); Green value is 112 (44.14% from 255 or 27.52% from 407); Blue value is 124 (48.83% from 255 or 30.47% from 407); Max value from RGB is 171 - color contains mainly: red. Hex color #AB707C is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AB707C is #548F83. Grayscale: #838383. Windows color (decimal): -5541764 or 8155307. OLE color: 8155307.
HSL color Cylindrical-coordinate representation of color #AB707C: hue angle of 347.8º degrees, saturation: 0.26, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #AB707C is Cyan = 0, Magento = 0.35, Yellow = 0.27 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 112 | 124 | - |
| CMYK | 0 | 0.35 | 0.27 | 0.33 |
| HSL | 347.8º | 0.26% | 0.55% | - |
| HSV(B) | 347.8º | 0.35% | 0.67% | - |
| XYZ | 26.23 | 21.7 | 21.88 | - |
| YUV | 131.01 | 124.05 | 156.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 112 | 124 | 0 | 0.35 | 0.27 | 0.33 | 347.8 | 0.26 | 0.55 |
| Hex | AB | 70 | 7C | 0 | 23 | 1B | 21 | 15C | 1A | 37 |
| Octal | 253 | 160 | 174 | 0 | 43 | 33 | 41 | 534 | 32 | 67 |
| Binary | 10101011 | 1110000 | 1111100 | 0 | 100011 | 11011 | 100001 | 101011100 | 11010 | 110111 |
Color Harmonies of #AB707C
Complementary color
Monochromatic Colors of #AB707C
Black with #AB707C
Text Example
Text Example
White with #AB707C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB707C; }
p { color: rgb(171,112,124); }
H1.HeaderClassName
{
color: #AB707C;
}
.AnyTagClassName
{
color: #AB707C;
}
</style>
background-color css
<style>
a { background-color: #AB707C; }
a { background-color: rgb(171,112,124); }
div.DivClassName
{
background-color: #AB707C;
}
.BgClassName
{
background-color: #AB707C;
}
</style>
border-color css
<style>
span { border-color: #AB707C; }
span { border-color: rgb(171,112,124); }
td.TdClassName
{
border-color: #AB707C;
}
.TagClassName
{
border-color: #AB707C;
}
</style>