Shades of Turkish Rose #AB6072
Tints of Turkish Rose #AB6072
RGB
CMYK
RGB Variations
Color information
#AB6072 (or 0xAB6072) is known color: Turkish Rose. HEX triplet: AB, 60 and 72. RGB value is (171,96,114). Sum of RGB (Red+Green+Blue) = 171+96+114=381 (50% of max value = 765). Red value is 171 (67.19% from 255 or 44.88% from 381); Green value is 96 (37.89% from 255 or 25.20% from 381); Blue value is 114 (44.92% from 255 or 29.92% from 381); Max value from RGB is 171 - color contains mainly: red. Hex color #AB6072 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AB6072 is #549F8D. Grayscale: #787878. Windows color (decimal): -5545870 or 7495851. OLE color: 7495851.
HSL color Cylindrical-coordinate representation of color #AB6072: hue angle of 345.6º degrees, saturation: 0.31, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #AB6072 is Cyan = 0, Magento = 0.44, Yellow = 0.33 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 96 | 114 | - |
| CMYK | 0 | 0.44 | 0.33 | 0.33 |
| HSL | 345.6º | 0.31% | 0.52% | - |
| HSV(B) | 345.6º | 0.44% | 0.67% | - |
| XYZ | 24.01 | 18.24 | 18.17 | - |
| YUV | 120.48 | 124.35 | 164.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 96 | 114 | 0 | 0.44 | 0.33 | 0.33 | 345.6 | 0.31 | 0.52 |
| Hex | AB | 60 | 72 | 0 | 2C | 21 | 21 | 15A | 1F | 34 |
| Octal | 253 | 140 | 162 | 0 | 54 | 41 | 41 | 532 | 37 | 64 |
| Binary | 10101011 | 1100000 | 1110010 | 0 | 101100 | 100001 | 100001 | 101011010 | 11111 | 110100 |
Color Harmonies of #AB6072
Complementary color
Monochromatic Colors of #AB6072
Black with #AB6072
Text Example
Text Example
White with #AB6072
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB6072; }
p { color: rgb(171,96,114); }
H1.HeaderClassName
{
color: #AB6072;
}
.AnyTagClassName
{
color: #AB6072;
}
</style>
background-color css
<style>
a { background-color: #AB6072; }
a { background-color: rgb(171,96,114); }
div.DivClassName
{
background-color: #AB6072;
}
.BgClassName
{
background-color: #AB6072;
}
</style>
border-color css
<style>
span { border-color: #AB6072; }
span { border-color: rgb(171,96,114); }
td.TdClassName
{
border-color: #AB6072;
}
.TagClassName
{
border-color: #AB6072;
}
</style>