Shades of Turkish Rose #AC6878
Tints of Turkish Rose #AC6878
RGB
CMYK
RGB Variations
Color information
#AC6878 (or 0xAC6878) is known color: Turkish Rose. HEX triplet: AC, 68 and 78. RGB value is (172,104,120). Sum of RGB (Red+Green+Blue) = 172+104+120=396 (52% of max value = 765). Red value is 172 (67.58% from 255 or 43.43% from 396); Green value is 104 (41.02% from 255 or 26.26% from 396); Blue value is 120 (47.27% from 255 or 30.30% from 396); Max value from RGB is 172 - color contains mainly: red. Hex color #AC6878 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AC6878 is #539787. Grayscale: #7E7E7E. Windows color (decimal): -5478280 or 7891116. OLE color: 7891116.
HSL color Cylindrical-coordinate representation of color #AC6878: hue angle of 345.88º 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 #AC6878 is Cyan = 0, Magento = 0.40, Yellow = 0.30 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 104 | 120 | - |
| CMYK | 0 | 0.40 | 0.30 | 0.33 |
| HSL | 345.88º | 0.29% | 0.54% | - |
| HSV(B) | 345.88º | 0.4% | 0.67% | - |
| XYZ | 25.35 | 20.03 | 20.3 | - |
| YUV | 126.16 | 124.53 | 160.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 104 | 120 | 0 | 0.40 | 0.30 | 0.33 | 345.88 | 0.29 | 0.54 |
| Hex | AC | 68 | 78 | 0 | 28 | 1E | 21 | 15A | 1D | 36 |
| Octal | 254 | 150 | 170 | 0 | 50 | 36 | 41 | 532 | 35 | 66 |
| Binary | 10101100 | 1101000 | 1111000 | 0 | 101000 | 11110 | 100001 | 101011010 | 11101 | 110110 |
Color Harmonies of #AC6878
Complementary color
Monochromatic Colors of #AC6878
Black with #AC6878
Text Example
Text Example
White with #AC6878
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC6878; }
p { color: rgb(172,104,120); }
H1.HeaderClassName
{
color: #AC6878;
}
.AnyTagClassName
{
color: #AC6878;
}
</style>
background-color css
<style>
a { background-color: #AC6878; }
a { background-color: rgb(172,104,120); }
div.DivClassName
{
background-color: #AC6878;
}
.BgClassName
{
background-color: #AC6878;
}
</style>
border-color css
<style>
span { border-color: #AC6878; }
span { border-color: rgb(172,104,120); }
td.TdClassName
{
border-color: #AC6878;
}
.TagClassName
{
border-color: #AC6878;
}
</style>