Shades of Turkish Rose #AC646F
Tints of Turkish Rose #AC646F
RGB
CMYK
RGB Variations
Color information
#AC646F (or 0xAC646F) is known color: Turkish Rose. HEX triplet: AC, 64 and 6F. RGB value is (172,100,111). Sum of RGB (Red+Green+Blue) = 172+100+111=383 (50% of max value = 765). Red value is 172 (67.58% from 255 or 44.91% from 383); Green value is 100 (39.45% from 255 or 26.11% from 383); Blue value is 111 (43.75% from 255 or 28.98% from 383); Max value from RGB is 172 - color contains mainly: red. Hex color #AC646F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AC646F is #539B90. Grayscale: #7A7A7A. Windows color (decimal): -5479313 or 7300268. OLE color: 7300268.
HSL color Cylindrical-coordinate representation of color #AC646F: hue angle of 350.83º 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 #AC646F is Cyan = 0, Magento = 0.42, Yellow = 0.35 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 100 | 111 | - |
| CMYK | 0 | 0.42 | 0.35 | 0.33 |
| HSL | 350.83º | 0.3% | 0.53% | - |
| HSV(B) | 350.83º | 0.42% | 0.67% | - |
| XYZ | 24.44 | 19.03 | 17.42 | - |
| YUV | 122.78 | 121.35 | 163.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 100 | 111 | 0 | 0.42 | 0.35 | 0.33 | 350.83 | 0.3 | 0.53 |
| Hex | AC | 64 | 6F | 0 | 2A | 23 | 21 | 15F | 1E | 35 |
| Octal | 254 | 144 | 157 | 0 | 52 | 43 | 41 | 537 | 36 | 65 |
| Binary | 10101100 | 1100100 | 1101111 | 0 | 101010 | 100011 | 100001 | 101011111 | 11110 | 110101 |
Color Harmonies of #AC646F
Complementary color
Monochromatic Colors of #AC646F
Black with #AC646F
Text Example
Text Example
White with #AC646F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC646F; }
p { color: rgb(172,100,111); }
H1.HeaderClassName
{
color: #AC646F;
}
.AnyTagClassName
{
color: #AC646F;
}
</style>
background-color css
<style>
a { background-color: #AC646F; }
a { background-color: rgb(172,100,111); }
div.DivClassName
{
background-color: #AC646F;
}
.BgClassName
{
background-color: #AC646F;
}
</style>
border-color css
<style>
span { border-color: #AC646F; }
span { border-color: rgb(172,100,111); }
td.TdClassName
{
border-color: #AC646F;
}
.TagClassName
{
border-color: #AC646F;
}
</style>