Shades of Turkish Rose #AB787D
Tints of Turkish Rose #AB787D
RGB
CMYK
RGB Variations
Color information
#AB787D (or 0xAB787D) is known color: Turkish Rose. HEX triplet: AB, 78 and 7D. RGB value is (171,120,125). Sum of RGB (Red+Green+Blue) = 171+120+125=416 (55% of max value = 765). Red value is 171 (67.19% from 255 or 41.11% from 416); Green value is 120 (47.27% from 255 or 28.85% from 416); Blue value is 125 (49.22% from 255 or 30.05% from 416); Max value from RGB is 171 - color contains mainly: red. Hex color #AB787D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AB787D is #548782. Grayscale: #878787. Windows color (decimal): -5539715 or 8222891. OLE color: 8222891.
HSL color Cylindrical-coordinate representation of color #AB787D: hue angle of 354.12º 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 #AB787D is Cyan = 0, Magento = 0.30, Yellow = 0.27 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 120 | 125 | - |
| CMYK | 0 | 0.30 | 0.27 | 0.33 |
| HSL | 354.12º | 0.23% | 0.57% | - |
| HSV(B) | 354.12º | 0.3% | 0.67% | - |
| XYZ | 27.21 | 23.57 | 22.52 | - |
| YUV | 135.82 | 121.9 | 153.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 120 | 125 | 0 | 0.30 | 0.27 | 0.33 | 354.12 | 0.23 | 0.57 |
| Hex | AB | 78 | 7D | 0 | 1E | 1B | 21 | 162 | 17 | 39 |
| Octal | 253 | 170 | 175 | 0 | 36 | 33 | 41 | 542 | 27 | 71 |
| Binary | 10101011 | 1111000 | 1111101 | 0 | 11110 | 11011 | 100001 | 101100010 | 10111 | 111001 |
Color Harmonies of #AB787D
Complementary color
Monochromatic Colors of #AB787D
Black with #AB787D
Text Example
Text Example
White with #AB787D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB787D; }
p { color: rgb(171,120,125); }
H1.HeaderClassName
{
color: #AB787D;
}
.AnyTagClassName
{
color: #AB787D;
}
</style>
background-color css
<style>
a { background-color: #AB787D; }
a { background-color: rgb(171,120,125); }
div.DivClassName
{
background-color: #AB787D;
}
.BgClassName
{
background-color: #AB787D;
}
</style>
border-color css
<style>
span { border-color: #AB787D; }
span { border-color: rgb(171,120,125); }
td.TdClassName
{
border-color: #AB787D;
}
.TagClassName
{
border-color: #AB787D;
}
</style>