Shades of Turkish Rose #AB7E80
Tints of Turkish Rose #AB7E80
RGB
CMYK
RGB Variations
Color information
#AB7E80 (or 0xAB7E80) is known color: Turkish Rose. HEX triplet: AB, 7E and 80. RGB value is (171,126,128). Sum of RGB (Red+Green+Blue) = 171+126+128=425 (56% of max value = 765). Red value is 171 (67.19% from 255 or 40.24% from 425); Green value is 126 (49.61% from 255 or 29.65% from 425); Blue value is 128 (50.39% from 255 or 30.12% from 425); Max value from RGB is 171 - color contains mainly: red. Hex color #AB7E80 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AB7E80 is #54817F. Grayscale: #8B8B8B. Windows color (decimal): -5538176 or 8421035. OLE color: 8421035.
HSL color Cylindrical-coordinate representation of color #AB7E80: hue angle of 357.33º 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 #AB7E80 is Cyan = 0, Magento = 0.26, Yellow = 0.25 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 126 | 128 | - |
| CMYK | 0 | 0.26 | 0.25 | 0.33 |
| HSL | 357.33º | 0.21% | 0.58% | - |
| HSV(B) | 357.33º | 0.26% | 0.67% | - |
| XYZ | 28.15 | 25.14 | 23.79 | - |
| YUV | 139.68 | 121.41 | 150.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 126 | 128 | 0 | 0.26 | 0.25 | 0.33 | 357.33 | 0.21 | 0.58 |
| Hex | AB | 7E | 80 | 0 | 1A | 19 | 21 | 165 | 15 | 3A |
| Octal | 253 | 176 | 200 | 0 | 32 | 31 | 41 | 545 | 25 | 72 |
| Binary | 10101011 | 1111110 | 10000000 | 0 | 11010 | 11001 | 100001 | 101100101 | 10101 | 111010 |
Color Harmonies of #AB7E80
Complementary color
Monochromatic Colors of #AB7E80
Black with #AB7E80
Text Example
Text Example
White with #AB7E80
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB7E80; }
p { color: rgb(171,126,128); }
H1.HeaderClassName
{
color: #AB7E80;
}
.AnyTagClassName
{
color: #AB7E80;
}
</style>
background-color css
<style>
a { background-color: #AB7E80; }
a { background-color: rgb(171,126,128); }
div.DivClassName
{
background-color: #AB7E80;
}
.BgClassName
{
background-color: #AB7E80;
}
</style>
border-color css
<style>
span { border-color: #AB7E80; }
span { border-color: rgb(171,126,128); }
td.TdClassName
{
border-color: #AB7E80;
}
.TagClassName
{
border-color: #AB7E80;
}
</style>