Shades of Turkish Rose #AB7177
Tints of Turkish Rose #AB7177
RGB
CMYK
RGB Variations
Color information
#AB7177 (or 0xAB7177) is known color: Turkish Rose. HEX triplet: AB, 71 and 77. RGB value is (171,113,119). Sum of RGB (Red+Green+Blue) = 171+113+119=403 (53% of max value = 765). Red value is 171 (67.19% from 255 or 42.43% from 403); Green value is 113 (44.53% from 255 or 28.04% from 403); Blue value is 119 (46.88% from 255 or 29.53% from 403); Max value from RGB is 171 - color contains mainly: red. Hex color #AB7177 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AB7177 is #548E88. Grayscale: #838383. Windows color (decimal): -5541513 or 7827883. OLE color: 7827883.
HSL color Cylindrical-coordinate representation of color #AB7177: hue angle of 353.79º 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 #AB7177 is Cyan = 0, Magento = 0.34, Yellow = 0.30 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 113 | 119 | - |
| CMYK | 0 | 0.34 | 0.30 | 0.33 |
| HSL | 353.79º | 0.26% | 0.56% | - |
| HSV(B) | 353.79º | 0.34% | 0.67% | - |
| XYZ | 26.03 | 21.8 | 20.29 | - |
| YUV | 131.03 | 121.22 | 156.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 113 | 119 | 0 | 0.34 | 0.30 | 0.33 | 353.79 | 0.26 | 0.56 |
| Hex | AB | 71 | 77 | 0 | 22 | 1E | 21 | 162 | 1A | 38 |
| Octal | 253 | 161 | 167 | 0 | 42 | 36 | 41 | 542 | 32 | 70 |
| Binary | 10101011 | 1110001 | 1110111 | 0 | 100010 | 11110 | 100001 | 101100010 | 11010 | 111000 |
Color Harmonies of #AB7177
Complementary color
Monochromatic Colors of #AB7177
Black with #AB7177
Text Example
Text Example
White with #AB7177
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB7177; }
p { color: rgb(171,113,119); }
H1.HeaderClassName
{
color: #AB7177;
}
.AnyTagClassName
{
color: #AB7177;
}
</style>
background-color css
<style>
a { background-color: #AB7177; }
a { background-color: rgb(171,113,119); }
div.DivClassName
{
background-color: #AB7177;
}
.BgClassName
{
background-color: #AB7177;
}
</style>
border-color css
<style>
span { border-color: #AB7177; }
span { border-color: rgb(171,113,119); }
td.TdClassName
{
border-color: #AB7177;
}
.TagClassName
{
border-color: #AB7177;
}
</style>