Shades of Turkish Rose #AC6877
Tints of Turkish Rose #AC6877
RGB
CMYK
RGB Variations
Color information
#AC6877 (or 0xAC6877) is known color: Turkish Rose. HEX triplet: AC, 68 and 77. RGB value is (172,104,119). Sum of RGB (Red+Green+Blue) = 172+104+119=395 (52% of max value = 765). Red value is 172 (67.58% from 255 or 43.54% from 395); Green value is 104 (41.02% from 255 or 26.33% from 395); Blue value is 119 (46.88% from 255 or 30.13% from 395); Max value from RGB is 172 - color contains mainly: red. Hex color #AC6877 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AC6877 is #539788. Grayscale: #7E7E7E. Windows color (decimal): -5478281 or 7825580. OLE color: 7825580.
HSL color Cylindrical-coordinate representation of color #AC6877: hue angle of 346.76º 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 #AC6877 is Cyan = 0, Magento = 0.40, Yellow = 0.31 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 104 | 119 | - |
| CMYK | 0 | 0.40 | 0.31 | 0.33 |
| HSL | 346.76º | 0.29% | 0.54% | - |
| HSV(B) | 346.76º | 0.4% | 0.67% | - |
| XYZ | 25.29 | 20 | 19.98 | - |
| YUV | 126.04 | 124.03 | 160.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 104 | 119 | 0 | 0.40 | 0.31 | 0.33 | 346.76 | 0.29 | 0.54 |
| Hex | AC | 68 | 77 | 0 | 28 | 1F | 21 | 15B | 1D | 36 |
| Octal | 254 | 150 | 167 | 0 | 50 | 37 | 41 | 533 | 35 | 66 |
| Binary | 10101100 | 1101000 | 1110111 | 0 | 101000 | 11111 | 100001 | 101011011 | 11101 | 110110 |
Color Harmonies of #AC6877
Complementary color
Monochromatic Colors of #AC6877
Black with #AC6877
Text Example
Text Example
White with #AC6877
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC6877; }
p { color: rgb(172,104,119); }
H1.HeaderClassName
{
color: #AC6877;
}
.AnyTagClassName
{
color: #AC6877;
}
</style>
background-color css
<style>
a { background-color: #AC6877; }
a { background-color: rgb(172,104,119); }
div.DivClassName
{
background-color: #AC6877;
}
.BgClassName
{
background-color: #AC6877;
}
</style>
border-color css
<style>
span { border-color: #AC6877; }
span { border-color: rgb(172,104,119); }
td.TdClassName
{
border-color: #AC6877;
}
.TagClassName
{
border-color: #AC6877;
}
</style>