Shades of Turkish Rose #AC686B
Tints of Turkish Rose #AC686B
RGB
CMYK
RGB Variations
Color information
#AC686B (or 0xAC686B) is known color: Turkish Rose. HEX triplet: AC, 68 and 6B. RGB value is (172,104,107). Sum of RGB (Red+Green+Blue) = 172+104+107=383 (50% of max value = 765). Red value is 172 (67.58% from 255 or 44.91% from 383); Green value is 104 (41.02% from 255 or 27.15% from 383); Blue value is 107 (42.19% from 255 or 27.94% from 383); Max value from RGB is 172 - color contains mainly: red. Hex color #AC686B is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AC686B is #539794. Grayscale: #7C7C7C. Windows color (decimal): -5478293 or 7039148. OLE color: 7039148.
HSL color Cylindrical-coordinate representation of color #AC686B: hue angle of 357.35º 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 #AC686B is Cyan = 0, Magento = 0.40, Yellow = 0.38 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 104 | 107 | - |
| CMYK | 0 | 0.40 | 0.38 | 0.33 |
| HSL | 357.35º | 0.29% | 0.54% | - |
| HSV(B) | 357.35º | 0.4% | 0.67% | - |
| XYZ | 24.62 | 19.73 | 16.42 | - |
| YUV | 124.67 | 118.03 | 161.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 104 | 107 | 0 | 0.40 | 0.38 | 0.33 | 357.35 | 0.29 | 0.54 |
| Hex | AC | 68 | 6B | 0 | 28 | 26 | 21 | 165 | 1D | 36 |
| Octal | 254 | 150 | 153 | 0 | 50 | 46 | 41 | 545 | 35 | 66 |
| Binary | 10101100 | 1101000 | 1101011 | 0 | 101000 | 100110 | 100001 | 101100101 | 11101 | 110110 |
Color Harmonies of #AC686B
Complementary color
Monochromatic Colors of #AC686B
Black with #AC686B
Text Example
Text Example
White with #AC686B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC686B; }
p { color: rgb(172,104,107); }
H1.HeaderClassName
{
color: #AC686B;
}
.AnyTagClassName
{
color: #AC686B;
}
</style>
background-color css
<style>
a { background-color: #AC686B; }
a { background-color: rgb(172,104,107); }
div.DivClassName
{
background-color: #AC686B;
}
.BgClassName
{
background-color: #AC686B;
}
</style>
border-color css
<style>
span { border-color: #AC686B; }
span { border-color: rgb(172,104,107); }
td.TdClassName
{
border-color: #AC686B;
}
.TagClassName
{
border-color: #AC686B;
}
</style>