Shades of Turkish Rose #AC696C
Tints of Turkish Rose #AC696C
RGB
CMYK
RGB Variations
Color information
#AC696C (or 0xAC696C) is known color: Turkish Rose. HEX triplet: AC, 69 and 6C. RGB value is (172,105,108). Sum of RGB (Red+Green+Blue) = 172+105+108=385 (50% of max value = 765). Red value is 172 (67.58% from 255 or 44.68% from 385); Green value is 105 (41.41% from 255 or 27.27% from 385); Blue value is 108 (42.58% from 255 or 28.05% from 385); Max value from RGB is 172 - color contains mainly: red. Hex color #AC696C is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AC696C is #539693. Grayscale: #7D7D7D. Windows color (decimal): -5478036 or 7104940. OLE color: 7104940.
HSL color Cylindrical-coordinate representation of color #AC696C: hue angle of 357.31º degrees, saturation: 0.29, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #AC696C is Cyan = 0, Magento = 0.39, Yellow = 0.37 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 105 | 108 | - |
| CMYK | 0 | 0.39 | 0.37 | 0.33 |
| HSL | 357.31º | 0.29% | 0.54% | - |
| HSV(B) | 357.31º | 0.39% | 0.67% | - |
| XYZ | 24.77 | 19.96 | 16.73 | - |
| YUV | 125.38 | 118.2 | 161.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 105 | 108 | 0 | 0.39 | 0.37 | 0.33 | 357.31 | 0.29 | 0.54 |
| Hex | AC | 69 | 6C | 0 | 27 | 25 | 21 | 165 | 1D | 36 |
| Octal | 254 | 151 | 154 | 0 | 47 | 45 | 41 | 545 | 35 | 66 |
| Binary | 10101100 | 1101001 | 1101100 | 0 | 100111 | 100101 | 100001 | 101100101 | 11101 | 110110 |
Color Harmonies of #AC696C
Complementary color
Monochromatic Colors of #AC696C
Black with #AC696C
Text Example
Text Example
White with #AC696C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC696C; }
p { color: rgb(172,105,108); }
H1.HeaderClassName
{
color: #AC696C;
}
.AnyTagClassName
{
color: #AC696C;
}
</style>
background-color css
<style>
a { background-color: #AC696C; }
a { background-color: rgb(172,105,108); }
div.DivClassName
{
background-color: #AC696C;
}
.BgClassName
{
background-color: #AC696C;
}
</style>
border-color css
<style>
span { border-color: #AC696C; }
span { border-color: rgb(172,105,108); }
td.TdClassName
{
border-color: #AC696C;
}
.TagClassName
{
border-color: #AC696C;
}
</style>