Shades of Turkish Rose #AC6E71
Tints of Turkish Rose #AC6E71
RGB
CMYK
RGB Variations
Color information
#AC6E71 (or 0xAC6E71) is known color: Turkish Rose. HEX triplet: AC, 6E and 71. RGB value is (172,110,113). Sum of RGB (Red+Green+Blue) = 172+110+113=395 (52% of max value = 765). Red value is 172 (67.58% from 255 or 43.54% from 395); Green value is 110 (43.36% from 255 or 27.85% from 395); Blue value is 113 (44.53% from 255 or 28.61% from 395); Max value from RGB is 172 - color contains mainly: red. Hex color #AC6E71 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AC6E71 is #53918E. Grayscale: #808080. Windows color (decimal): -5476751 or 7433900. OLE color: 7433900.
HSL color Cylindrical-coordinate representation of color #AC6E71: hue angle of 357.1º degrees, saturation: 0.27, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #AC6E71 is Cyan = 0, Magento = 0.36, Yellow = 0.34 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 110 | 113 | - |
| CMYK | 0 | 0.36 | 0.34 | 0.33 |
| HSL | 357.1º | 0.27% | 0.55% | - |
| HSV(B) | 357.1º | 0.36% | 0.67% | - |
| XYZ | 25.57 | 21.11 | 18.35 | - |
| YUV | 128.88 | 119.04 | 158.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 110 | 113 | 0 | 0.36 | 0.34 | 0.33 | 357.1 | 0.27 | 0.55 |
| Hex | AC | 6E | 71 | 0 | 24 | 22 | 21 | 165 | 1B | 37 |
| Octal | 254 | 156 | 161 | 0 | 44 | 42 | 41 | 545 | 33 | 67 |
| Binary | 10101100 | 1101110 | 1110001 | 0 | 100100 | 100010 | 100001 | 101100101 | 11011 | 110111 |
Color Harmonies of #AC6E71
Complementary color
Monochromatic Colors of #AC6E71
Black with #AC6E71
Text Example
Text Example
White with #AC6E71
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC6E71; }
p { color: rgb(172,110,113); }
H1.HeaderClassName
{
color: #AC6E71;
}
.AnyTagClassName
{
color: #AC6E71;
}
</style>
background-color css
<style>
a { background-color: #AC6E71; }
a { background-color: rgb(172,110,113); }
div.DivClassName
{
background-color: #AC6E71;
}
.BgClassName
{
background-color: #AC6E71;
}
</style>
border-color css
<style>
span { border-color: #AC6E71; }
span { border-color: rgb(172,110,113); }
td.TdClassName
{
border-color: #AC6E71;
}
.TagClassName
{
border-color: #AC6E71;
}
</style>