Shades of Turkish Rose #AC6870
Tints of Turkish Rose #AC6870
RGB
CMYK
RGB Variations
Color information
#AC6870 (or 0xAC6870) is known color: Turkish Rose. HEX triplet: AC, 68 and 70. RGB value is (172,104,112). Sum of RGB (Red+Green+Blue) = 172+104+112=388 (51% of max value = 765). Red value is 172 (67.58% from 255 or 44.33% from 388); Green value is 104 (41.02% from 255 or 26.80% from 388); Blue value is 112 (44.14% from 255 or 28.87% from 388); Max value from RGB is 172 - color contains mainly: red. Hex color #AC6870 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AC6870 is #53978F. Grayscale: #7D7D7D. Windows color (decimal): -5478288 or 7366828. OLE color: 7366828.
HSL color Cylindrical-coordinate representation of color #AC6870: hue angle of 352.94º degrees, saturation: 0.29, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #AC6870 is Cyan = 0, Magento = 0.40, Yellow = 0.35 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 104 | 112 | - |
| CMYK | 0 | 0.40 | 0.35 | 0.33 |
| HSL | 352.94º | 0.29% | 0.54% | - |
| HSV(B) | 352.94º | 0.4% | 0.67% | - |
| XYZ | 24.89 | 19.84 | 17.85 | - |
| YUV | 125.24 | 120.53 | 161.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 104 | 112 | 0 | 0.40 | 0.35 | 0.33 | 352.94 | 0.29 | 0.54 |
| Hex | AC | 68 | 70 | 0 | 28 | 23 | 21 | 161 | 1D | 36 |
| Octal | 254 | 150 | 160 | 0 | 50 | 43 | 41 | 541 | 35 | 66 |
| Binary | 10101100 | 1101000 | 1110000 | 0 | 101000 | 100011 | 100001 | 101100001 | 11101 | 110110 |
Color Harmonies of #AC6870
Complementary color
Monochromatic Colors of #AC6870
Black with #AC6870
Text Example
Text Example
White with #AC6870
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC6870; }
p { color: rgb(172,104,112); }
H1.HeaderClassName
{
color: #AC6870;
}
.AnyTagClassName
{
color: #AC6870;
}
</style>
background-color css
<style>
a { background-color: #AC6870; }
a { background-color: rgb(172,104,112); }
div.DivClassName
{
background-color: #AC6870;
}
.BgClassName
{
background-color: #AC6870;
}
</style>
border-color css
<style>
span { border-color: #AC6870; }
span { border-color: rgb(172,104,112); }
td.TdClassName
{
border-color: #AC6870;
}
.TagClassName
{
border-color: #AC6870;
}
</style>