Shades of Turkish Rose #AC646C
Tints of Turkish Rose #AC646C
RGB
CMYK
RGB Variations
Color information
#AC646C (or 0xAC646C) is known color: Turkish Rose. HEX triplet: AC, 64 and 6C. RGB value is (172,100,108). Sum of RGB (Red+Green+Blue) = 172+100+108=380 (50% of max value = 765). Red value is 172 (67.58% from 255 or 45.26% from 380); Green value is 100 (39.45% from 255 or 26.32% from 380); Blue value is 108 (42.58% from 255 or 28.42% from 380); Max value from RGB is 172 - color contains mainly: red. Hex color #AC646C is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AC646C is #539B93. Grayscale: #7A7A7A. Windows color (decimal): -5479316 or 7103660. OLE color: 7103660.
HSL color Cylindrical-coordinate representation of color #AC646C: hue angle of 353.33º 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 #AC646C is Cyan = 0, Magento = 0.42, Yellow = 0.37 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 100 | 108 | - |
| CMYK | 0 | 0.42 | 0.37 | 0.33 |
| HSL | 353.33º | 0.3% | 0.53% | - |
| HSV(B) | 353.33º | 0.42% | 0.67% | - |
| XYZ | 24.28 | 18.97 | 16.57 | - |
| YUV | 122.44 | 119.85 | 163.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 100 | 108 | 0 | 0.42 | 0.37 | 0.33 | 353.33 | 0.3 | 0.53 |
| Hex | AC | 64 | 6C | 0 | 2A | 25 | 21 | 161 | 1E | 35 |
| Octal | 254 | 144 | 154 | 0 | 52 | 45 | 41 | 541 | 36 | 65 |
| Binary | 10101100 | 1100100 | 1101100 | 0 | 101010 | 100101 | 100001 | 101100001 | 11110 | 110101 |
Color Harmonies of #AC646C
Complementary color
Monochromatic Colors of #AC646C
Black with #AC646C
Text Example
Text Example
White with #AC646C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC646C; }
p { color: rgb(172,100,108); }
H1.HeaderClassName
{
color: #AC646C;
}
.AnyTagClassName
{
color: #AC646C;
}
</style>
background-color css
<style>
a { background-color: #AC646C; }
a { background-color: rgb(172,100,108); }
div.DivClassName
{
background-color: #AC646C;
}
.BgClassName
{
background-color: #AC646C;
}
</style>
border-color css
<style>
span { border-color: #AC646C; }
span { border-color: rgb(172,100,108); }
td.TdClassName
{
border-color: #AC646C;
}
.TagClassName
{
border-color: #AC646C;
}
</style>