Shades of Turkish Rose #AB8788
Tints of Turkish Rose #AB8788
RGB
CMYK
RGB Variations
Color information
#AB8788 (or 0xAB8788) is known color: Turkish Rose. HEX triplet: AB, 87 and 88. RGB value is (171,135,136). Sum of RGB (Red+Green+Blue) = 171+135+136=442 (58% of max value = 765). Red value is 171 (67.19% from 255 or 38.69% from 442); Green value is 135 (53.12% from 255 or 30.54% from 442); Blue value is 136 (53.52% from 255 or 30.77% from 442); Max value from RGB is 171 - color contains mainly: red. Hex color #AB8788 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AB8788 is #547877. Grayscale: #919191. Windows color (decimal): -5535864 or 8947627. OLE color: 8947627.
HSL color Cylindrical-coordinate representation of color #AB8788: hue angle of 358.33º degrees, saturation: 0.18, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #AB8788 is Cyan = 0, Magento = 0.21, Yellow = 0.20 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 135 | 136 | - |
| CMYK | 0 | 0.21 | 0.20 | 0.33 |
| HSL | 358.33º | 0.18% | 0.6% | - |
| HSV(B) | 358.33º | 0.21% | 0.67% | - |
| XYZ | 29.9 | 27.76 | 27.08 | - |
| YUV | 145.88 | 122.43 | 145.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 135 | 136 | 0 | 0.21 | 0.20 | 0.33 | 358.33 | 0.18 | 0.6 |
| Hex | AB | 87 | 88 | 0 | 15 | 14 | 21 | 166 | 12 | 3C |
| Octal | 253 | 207 | 210 | 0 | 25 | 24 | 41 | 546 | 22 | 74 |
| Binary | 10101011 | 10000111 | 10001000 | 0 | 10101 | 10100 | 100001 | 101100110 | 10010 | 111100 |
Color Harmonies of #AB8788
Complementary color
Monochromatic Colors of #AB8788
Black with #AB8788
Text Example
Text Example
White with #AB8788
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB8788; }
p { color: rgb(171,135,136); }
H1.HeaderClassName
{
color: #AB8788;
}
.AnyTagClassName
{
color: #AB8788;
}
</style>
background-color css
<style>
a { background-color: #AB8788; }
a { background-color: rgb(171,135,136); }
div.DivClassName
{
background-color: #AB8788;
}
.BgClassName
{
background-color: #AB8788;
}
</style>
border-color css
<style>
span { border-color: #AB8788; }
span { border-color: rgb(171,135,136); }
td.TdClassName
{
border-color: #AB8788;
}
.TagClassName
{
border-color: #AB8788;
}
</style>