Shades of Turkish Rose #AB747C
Tints of Turkish Rose #AB747C
RGB
CMYK
RGB Variations
Color information
#AB747C (or 0xAB747C) is known color: Turkish Rose. HEX triplet: AB, 74 and 7C. RGB value is (171,116,124). Sum of RGB (Red+Green+Blue) = 171+116+124=411 (54% of max value = 765). Red value is 171 (67.19% from 255 or 41.61% from 411); Green value is 116 (45.70% from 255 or 28.22% from 411); Blue value is 124 (48.83% from 255 or 30.17% from 411); Max value from RGB is 171 - color contains mainly: red. Hex color #AB747C is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AB747C is #548B83. Grayscale: #858585. Windows color (decimal): -5540740 or 8156331. OLE color: 8156331.
HSL color Cylindrical-coordinate representation of color #AB747C: hue angle of 351.27º degrees, saturation: 0.25, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #AB747C is Cyan = 0, Magento = 0.32, Yellow = 0.27 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 116 | 124 | - |
| CMYK | 0 | 0.32 | 0.27 | 0.33 |
| HSL | 351.27º | 0.25% | 0.56% | - |
| HSV(B) | 351.27º | 0.32% | 0.67% | - |
| XYZ | 26.68 | 22.6 | 22.03 | - |
| YUV | 133.36 | 122.72 | 154.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 116 | 124 | 0 | 0.32 | 0.27 | 0.33 | 351.27 | 0.25 | 0.56 |
| Hex | AB | 74 | 7C | 0 | 20 | 1B | 21 | 15F | 19 | 38 |
| Octal | 253 | 164 | 174 | 0 | 40 | 33 | 41 | 537 | 31 | 70 |
| Binary | 10101011 | 1110100 | 1111100 | 0 | 100000 | 11011 | 100001 | 101011111 | 11001 | 111000 |
Color Harmonies of #AB747C
Complementary color
Monochromatic Colors of #AB747C
Black with #AB747C
Text Example
Text Example
White with #AB747C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB747C; }
p { color: rgb(171,116,124); }
H1.HeaderClassName
{
color: #AB747C;
}
.AnyTagClassName
{
color: #AB747C;
}
</style>
background-color css
<style>
a { background-color: #AB747C; }
a { background-color: rgb(171,116,124); }
div.DivClassName
{
background-color: #AB747C;
}
.BgClassName
{
background-color: #AB747C;
}
</style>
border-color css
<style>
span { border-color: #AB747C; }
span { border-color: rgb(171,116,124); }
td.TdClassName
{
border-color: #AB747C;
}
.TagClassName
{
border-color: #AB747C;
}
</style>