Shades of Turkish Rose #AB7172
Tints of Turkish Rose #AB7172
RGB
CMYK
RGB Variations
Color information
#AB7172 (or 0xAB7172) is known color: Turkish Rose. HEX triplet: AB, 71 and 72. RGB value is (171,113,114). Sum of RGB (Red+Green+Blue) = 171+113+114=398 (52% of max value = 765). Red value is 171 (67.19% from 255 or 42.96% from 398); Green value is 113 (44.53% from 255 or 28.39% from 398); Blue value is 114 (44.92% from 255 or 28.64% from 398); Max value from RGB is 171 - color contains mainly: red. Hex color #AB7172 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AB7172 is #548E8D. Grayscale: #828282. Windows color (decimal): -5541518 or 7500203. OLE color: 7500203.
HSL color Cylindrical-coordinate representation of color #AB7172: hue angle of 358.97º degrees, saturation: 0.26, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #AB7172 is Cyan = 0, Magento = 0.34, Yellow = 0.33 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 113 | 114 | - |
| CMYK | 0 | 0.34 | 0.33 | 0.33 |
| HSL | 358.97º | 0.26% | 0.56% | - |
| HSV(B) | 358.97º | 0.34% | 0.67% | - |
| XYZ | 25.74 | 21.68 | 18.75 | - |
| YUV | 130.46 | 118.72 | 156.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 113 | 114 | 0 | 0.34 | 0.33 | 0.33 | 358.97 | 0.26 | 0.56 |
| Hex | AB | 71 | 72 | 0 | 22 | 21 | 21 | 167 | 1A | 38 |
| Octal | 253 | 161 | 162 | 0 | 42 | 41 | 41 | 547 | 32 | 70 |
| Binary | 10101011 | 1110001 | 1110010 | 0 | 100010 | 100001 | 100001 | 101100111 | 11010 | 111000 |
Color Harmonies of #AB7172
Complementary color
Monochromatic Colors of #AB7172
Black with #AB7172
Text Example
Text Example
White with #AB7172
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB7172; }
p { color: rgb(171,113,114); }
H1.HeaderClassName
{
color: #AB7172;
}
.AnyTagClassName
{
color: #AB7172;
}
</style>
background-color css
<style>
a { background-color: #AB7172; }
a { background-color: rgb(171,113,114); }
div.DivClassName
{
background-color: #AB7172;
}
.BgClassName
{
background-color: #AB7172;
}
</style>
border-color css
<style>
span { border-color: #AB7172; }
span { border-color: rgb(171,113,114); }
td.TdClassName
{
border-color: #AB7172;
}
.TagClassName
{
border-color: #AB7172;
}
</style>