Shades of Turkish Rose #AB747E
Tints of Turkish Rose #AB747E
RGB
CMYK
RGB Variations
Color information
#AB747E (or 0xAB747E) is known color: Turkish Rose. HEX triplet: AB, 74 and 7E. RGB value is (171,116,126). Sum of RGB (Red+Green+Blue) = 171+116+126=413 (54% of max value = 765). Red value is 171 (67.19% from 255 or 41.40% from 413); Green value is 116 (45.70% from 255 or 28.09% from 413); Blue value is 126 (49.61% from 255 or 30.51% from 413); Max value from RGB is 171 - color contains mainly: red. Hex color #AB747E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AB747E is #548B81. Grayscale: #858585. Windows color (decimal): -5540738 or 8287403. OLE color: 8287403.
HSL color Cylindrical-coordinate representation of color #AB747E: hue angle of 349.09º 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 #AB747E is Cyan = 0, Magento = 0.32, Yellow = 0.26 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 116 | 126 | - |
| CMYK | 0 | 0.32 | 0.26 | 0.33 |
| HSL | 349.09º | 0.25% | 0.56% | - |
| HSV(B) | 349.09º | 0.32% | 0.67% | - |
| XYZ | 26.81 | 22.66 | 22.7 | - |
| YUV | 133.59 | 123.72 | 154.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 116 | 126 | 0 | 0.32 | 0.26 | 0.33 | 349.09 | 0.25 | 0.56 |
| Hex | AB | 74 | 7E | 0 | 20 | 1A | 21 | 15D | 19 | 38 |
| Octal | 253 | 164 | 176 | 0 | 40 | 32 | 41 | 535 | 31 | 70 |
| Binary | 10101011 | 1110100 | 1111110 | 0 | 100000 | 11010 | 100001 | 101011101 | 11001 | 111000 |
Color Harmonies of #AB747E
Complementary color
Monochromatic Colors of #AB747E
Black with #AB747E
Text Example
Text Example
White with #AB747E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB747E; }
p { color: rgb(171,116,126); }
H1.HeaderClassName
{
color: #AB747E;
}
.AnyTagClassName
{
color: #AB747E;
}
</style>
background-color css
<style>
a { background-color: #AB747E; }
a { background-color: rgb(171,116,126); }
div.DivClassName
{
background-color: #AB747E;
}
.BgClassName
{
background-color: #AB747E;
}
</style>
border-color css
<style>
span { border-color: #AB747E; }
span { border-color: rgb(171,116,126); }
td.TdClassName
{
border-color: #AB747E;
}
.TagClassName
{
border-color: #AB747E;
}
</style>