Shades of Turkish Rose #AB7F80
Tints of Turkish Rose #AB7F80
RGB
CMYK
RGB Variations
Color information
#AB7F80 (or 0xAB7F80) is known color: Turkish Rose. HEX triplet: AB, 7F and 80. RGB value is (171,127,128). Sum of RGB (Red+Green+Blue) = 171+127+128=426 (56% of max value = 765). Red value is 171 (67.19% from 255 or 40.14% from 426); Green value is 127 (50% from 255 or 29.81% from 426); Blue value is 128 (50.39% from 255 or 30.05% from 426); Max value from RGB is 171 - color contains mainly: red. Hex color #AB7F80 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AB7F80 is #54807F. Grayscale: #8C8C8C. Windows color (decimal): -5537920 or 8421291. OLE color: 8421291.
HSL color Cylindrical-coordinate representation of color #AB7F80: hue angle of 358.64º degrees, saturation: 0.21, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #AB7F80 is Cyan = 0, Magento = 0.26, Yellow = 0.25 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 127 | 128 | - |
| CMYK | 0 | 0.26 | 0.25 | 0.33 |
| HSL | 358.64º | 0.21% | 0.58% | - |
| HSV(B) | 358.64º | 0.26% | 0.67% | - |
| XYZ | 28.28 | 25.4 | 23.83 | - |
| YUV | 140.27 | 121.08 | 149.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 127 | 128 | 0 | 0.26 | 0.25 | 0.33 | 358.64 | 0.21 | 0.58 |
| Hex | AB | 7F | 80 | 0 | 1A | 19 | 21 | 167 | 15 | 3A |
| Octal | 253 | 177 | 200 | 0 | 32 | 31 | 41 | 547 | 25 | 72 |
| Binary | 10101011 | 1111111 | 10000000 | 0 | 11010 | 11001 | 100001 | 101100111 | 10101 | 111010 |
Color Harmonies of #AB7F80
Complementary color
Monochromatic Colors of #AB7F80
Black with #AB7F80
Text Example
Text Example
White with #AB7F80
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB7F80; }
p { color: rgb(171,127,128); }
H1.HeaderClassName
{
color: #AB7F80;
}
.AnyTagClassName
{
color: #AB7F80;
}
</style>
background-color css
<style>
a { background-color: #AB7F80; }
a { background-color: rgb(171,127,128); }
div.DivClassName
{
background-color: #AB7F80;
}
.BgClassName
{
background-color: #AB7F80;
}
</style>
border-color css
<style>
span { border-color: #AB7F80; }
span { border-color: rgb(171,127,128); }
td.TdClassName
{
border-color: #AB7F80;
}
.TagClassName
{
border-color: #AB7F80;
}
</style>