Shades of Turkish Rose #AC646D
Tints of Turkish Rose #AC646D
RGB
CMYK
RGB Variations
Color information
#AC646D (or 0xAC646D) is known color: Turkish Rose. HEX triplet: AC, 64 and 6D. RGB value is (172,100,109). Sum of RGB (Red+Green+Blue) = 172+100+109=381 (50% of max value = 765). Red value is 172 (67.58% from 255 or 45.14% from 381); Green value is 100 (39.45% from 255 or 26.25% from 381); Blue value is 109 (42.97% from 255 or 28.61% from 381); Max value from RGB is 172 - color contains mainly: red. Hex color #AC646D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AC646D is #539B92. Grayscale: #7A7A7A. Windows color (decimal): -5479315 or 7169196. OLE color: 7169196.
HSL color Cylindrical-coordinate representation of color #AC646D: hue angle of 352.5º degrees, saturation: 0.3, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #AC646D is Cyan = 0, Magento = 0.42, Yellow = 0.37 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 100 | 109 | - |
| CMYK | 0 | 0.42 | 0.37 | 0.33 |
| HSL | 352.5º | 0.3% | 0.53% | - |
| HSV(B) | 352.5º | 0.42% | 0.67% | - |
| XYZ | 24.33 | 18.99 | 16.85 | - |
| YUV | 122.55 | 120.35 | 163.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 100 | 109 | 0 | 0.42 | 0.37 | 0.33 | 352.5 | 0.3 | 0.53 |
| Hex | AC | 64 | 6D | 0 | 2A | 25 | 21 | 160 | 1E | 35 |
| Octal | 254 | 144 | 155 | 0 | 52 | 45 | 41 | 540 | 36 | 65 |
| Binary | 10101100 | 1100100 | 1101101 | 0 | 101010 | 100101 | 100001 | 101100000 | 11110 | 110101 |
Color Harmonies of #AC646D
Complementary color
Monochromatic Colors of #AC646D
Black with #AC646D
Text Example
Text Example
White with #AC646D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC646D; }
p { color: rgb(172,100,109); }
H1.HeaderClassName
{
color: #AC646D;
}
.AnyTagClassName
{
color: #AC646D;
}
</style>
background-color css
<style>
a { background-color: #AC646D; }
a { background-color: rgb(172,100,109); }
div.DivClassName
{
background-color: #AC646D;
}
.BgClassName
{
background-color: #AC646D;
}
</style>
border-color css
<style>
span { border-color: #AC646D; }
span { border-color: rgb(172,100,109); }
td.TdClassName
{
border-color: #AC646D;
}
.TagClassName
{
border-color: #AC646D;
}
</style>