Shades of Turkish Rose #AB787E
Tints of Turkish Rose #AB787E
RGB
CMYK
RGB Variations
Color information
#AB787E (or 0xAB787E) is known color: Turkish Rose. HEX triplet: AB, 78 and 7E. RGB value is (171,120,126). Sum of RGB (Red+Green+Blue) = 171+120+126=417 (55% of max value = 765). Red value is 171 (67.19% from 255 or 41.01% from 417); Green value is 120 (47.27% from 255 or 28.78% from 417); Blue value is 126 (49.61% from 255 or 30.22% from 417); Max value from RGB is 171 - color contains mainly: red. Hex color #AB787E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AB787E is #548781. Grayscale: #878787. Windows color (decimal): -5539714 or 8288427. OLE color: 8288427.
HSL color Cylindrical-coordinate representation of color #AB787E: hue angle of 352.94º degrees, saturation: 0.23, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #AB787E is Cyan = 0, Magento = 0.30, Yellow = 0.26 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 120 | 126 | - |
| CMYK | 0 | 0.30 | 0.26 | 0.33 |
| HSL | 352.94º | 0.23% | 0.57% | - |
| HSV(B) | 352.94º | 0.3% | 0.67% | - |
| XYZ | 27.28 | 23.6 | 22.86 | - |
| YUV | 135.93 | 122.4 | 153.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 120 | 126 | 0 | 0.30 | 0.26 | 0.33 | 352.94 | 0.23 | 0.57 |
| Hex | AB | 78 | 7E | 0 | 1E | 1A | 21 | 161 | 17 | 39 |
| Octal | 253 | 170 | 176 | 0 | 36 | 32 | 41 | 541 | 27 | 71 |
| Binary | 10101011 | 1111000 | 1111110 | 0 | 11110 | 11010 | 100001 | 101100001 | 10111 | 111001 |
Color Harmonies of #AB787E
Complementary color
Monochromatic Colors of #AB787E
Black with #AB787E
Text Example
Text Example
White with #AB787E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB787E; }
p { color: rgb(171,120,126); }
H1.HeaderClassName
{
color: #AB787E;
}
.AnyTagClassName
{
color: #AB787E;
}
</style>
background-color css
<style>
a { background-color: #AB787E; }
a { background-color: rgb(171,120,126); }
div.DivClassName
{
background-color: #AB787E;
}
.BgClassName
{
background-color: #AB787E;
}
</style>
border-color css
<style>
span { border-color: #AB787E; }
span { border-color: rgb(171,120,126); }
td.TdClassName
{
border-color: #AB787E;
}
.TagClassName
{
border-color: #AB787E;
}
</style>