Shades of Turkish Rose #AB727C
Tints of Turkish Rose #AB727C
RGB
CMYK
RGB Variations
Color information
#AB727C (or 0xAB727C) is known color: Turkish Rose. HEX triplet: AB, 72 and 7C. RGB value is (171,114,124). Sum of RGB (Red+Green+Blue) = 171+114+124=409 (54% of max value = 765). Red value is 171 (67.19% from 255 or 41.81% from 409); Green value is 114 (44.92% from 255 or 27.87% from 409); Blue value is 124 (48.83% from 255 or 30.32% from 409); Max value from RGB is 171 - color contains mainly: red. Hex color #AB727C is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AB727C is #548D83. Grayscale: #848484. Windows color (decimal): -5541252 or 8155819. OLE color: 8155819.
HSL color Cylindrical-coordinate representation of color #AB727C: hue angle of 349.47º degrees, saturation: 0.25, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #AB727C is Cyan = 0, Magento = 0.33, Yellow = 0.27 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 114 | 124 | - |
| CMYK | 0 | 0.33 | 0.27 | 0.33 |
| HSL | 349.47º | 0.25% | 0.56% | - |
| HSV(B) | 349.47º | 0.33% | 0.67% | - |
| XYZ | 26.45 | 22.15 | 21.95 | - |
| YUV | 132.18 | 123.38 | 155.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 114 | 124 | 0 | 0.33 | 0.27 | 0.33 | 349.47 | 0.25 | 0.56 |
| Hex | AB | 72 | 7C | 0 | 21 | 1B | 21 | 15D | 19 | 38 |
| Octal | 253 | 162 | 174 | 0 | 41 | 33 | 41 | 535 | 31 | 70 |
| Binary | 10101011 | 1110010 | 1111100 | 0 | 100001 | 11011 | 100001 | 101011101 | 11001 | 111000 |
Color Harmonies of #AB727C
Complementary color
Monochromatic Colors of #AB727C
Black with #AB727C
Text Example
Text Example
White with #AB727C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB727C; }
p { color: rgb(171,114,124); }
H1.HeaderClassName
{
color: #AB727C;
}
.AnyTagClassName
{
color: #AB727C;
}
</style>
background-color css
<style>
a { background-color: #AB727C; }
a { background-color: rgb(171,114,124); }
div.DivClassName
{
background-color: #AB727C;
}
.BgClassName
{
background-color: #AB727C;
}
</style>
border-color css
<style>
span { border-color: #AB727C; }
span { border-color: rgb(171,114,124); }
td.TdClassName
{
border-color: #AB727C;
}
.TagClassName
{
border-color: #AB727C;
}
</style>