Shades of Turkish Rose #AB7576
Tints of Turkish Rose #AB7576
RGB
CMYK
RGB Variations
Color information
#AB7576 (or 0xAB7576) is known color: Turkish Rose. HEX triplet: AB, 75 and 76. RGB value is (171,117,118). Sum of RGB (Red+Green+Blue) = 171+117+118=406 (53% of max value = 765). Red value is 171 (67.19% from 255 or 42.12% from 406); Green value is 117 (46.09% from 255 or 28.82% from 406); Blue value is 118 (46.48% from 255 or 29.06% from 406); Max value from RGB is 171 - color contains mainly: red. Hex color #AB7576 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AB7576 is #548A89. Grayscale: #858585. Windows color (decimal): -5540490 or 7763371. OLE color: 7763371.
HSL color Cylindrical-coordinate representation of color #AB7576: hue angle of 358.89º degrees, saturation: 0.24, 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 #AB7576 is Cyan = 0, Magento = 0.32, Yellow = 0.31 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 117 | 118 | - |
| CMYK | 0 | 0.32 | 0.31 | 0.33 |
| HSL | 358.89º | 0.24% | 0.56% | - |
| HSV(B) | 358.89º | 0.32% | 0.67% | - |
| XYZ | 26.43 | 22.69 | 20.13 | - |
| YUV | 133.26 | 119.39 | 154.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 117 | 118 | 0 | 0.32 | 0.31 | 0.33 | 358.89 | 0.24 | 0.56 |
| Hex | AB | 75 | 76 | 0 | 20 | 1F | 21 | 167 | 18 | 38 |
| Octal | 253 | 165 | 166 | 0 | 40 | 37 | 41 | 547 | 30 | 70 |
| Binary | 10101011 | 1110101 | 1110110 | 0 | 100000 | 11111 | 100001 | 101100111 | 11000 | 111000 |
Color Harmonies of #AB7576
Complementary color
Monochromatic Colors of #AB7576
Black with #AB7576
Text Example
Text Example
White with #AB7576
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB7576; }
p { color: rgb(171,117,118); }
H1.HeaderClassName
{
color: #AB7576;
}
.AnyTagClassName
{
color: #AB7576;
}
</style>
background-color css
<style>
a { background-color: #AB7576; }
a { background-color: rgb(171,117,118); }
div.DivClassName
{
background-color: #AB7576;
}
.BgClassName
{
background-color: #AB7576;
}
</style>
border-color css
<style>
span { border-color: #AB7576; }
span { border-color: rgb(171,117,118); }
td.TdClassName
{
border-color: #AB7576;
}
.TagClassName
{
border-color: #AB7576;
}
</style>