Shades of Turkish Rose #AB757C
Tints of Turkish Rose #AB757C
RGB
CMYK
RGB Variations
Color information
#AB757C (or 0xAB757C) is known color: Turkish Rose. HEX triplet: AB, 75 and 7C. RGB value is (171,117,124). Sum of RGB (Red+Green+Blue) = 171+117+124=412 (54% of max value = 765). Red value is 171 (67.19% from 255 or 41.50% from 412); Green value is 117 (46.09% from 255 or 28.40% from 412); Blue value is 124 (48.83% from 255 or 30.10% from 412); Max value from RGB is 171 - color contains mainly: red. Hex color #AB757C is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AB757C is #548A83. Grayscale: #858585. Windows color (decimal): -5540484 or 8156587. OLE color: 8156587.
HSL color Cylindrical-coordinate representation of color #AB757C: hue angle of 352.22º 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 #AB757C is Cyan = 0, Magento = 0.32, Yellow = 0.27 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 117 | 124 | - |
| CMYK | 0 | 0.32 | 0.27 | 0.33 |
| HSL | 352.22º | 0.24% | 0.56% | - |
| HSV(B) | 352.22º | 0.32% | 0.67% | - |
| XYZ | 26.79 | 22.84 | 22.06 | - |
| YUV | 133.94 | 122.39 | 154.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 117 | 124 | 0 | 0.32 | 0.27 | 0.33 | 352.22 | 0.24 | 0.56 |
| Hex | AB | 75 | 7C | 0 | 20 | 1B | 21 | 160 | 18 | 38 |
| Octal | 253 | 165 | 174 | 0 | 40 | 33 | 41 | 540 | 30 | 70 |
| Binary | 10101011 | 1110101 | 1111100 | 0 | 100000 | 11011 | 100001 | 101100000 | 11000 | 111000 |
Color Harmonies of #AB757C
Complementary color
Monochromatic Colors of #AB757C
Black with #AB757C
Text Example
Text Example
White with #AB757C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB757C; }
p { color: rgb(171,117,124); }
H1.HeaderClassName
{
color: #AB757C;
}
.AnyTagClassName
{
color: #AB757C;
}
</style>
background-color css
<style>
a { background-color: #AB757C; }
a { background-color: rgb(171,117,124); }
div.DivClassName
{
background-color: #AB757C;
}
.BgClassName
{
background-color: #AB757C;
}
</style>
border-color css
<style>
span { border-color: #AB757C; }
span { border-color: rgb(171,117,124); }
td.TdClassName
{
border-color: #AB757C;
}
.TagClassName
{
border-color: #AB757C;
}
</style>