Shades of Turkish Rose #AC656C
Tints of Turkish Rose #AC656C
RGB
CMYK
RGB Variations
Color information
#AC656C (or 0xAC656C) is known color: Turkish Rose. HEX triplet: AC, 65 and 6C. RGB value is (172,101,108). Sum of RGB (Red+Green+Blue) = 172+101+108=381 (50% of max value = 765). Red value is 172 (67.58% from 255 or 45.14% from 381); Green value is 101 (39.84% from 255 or 26.51% from 381); Blue value is 108 (42.58% from 255 or 28.35% from 381); Max value from RGB is 172 - color contains mainly: red. Hex color #AC656C is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AC656C is #539A93. Grayscale: #7B7B7B. Windows color (decimal): -5479060 or 7103916. OLE color: 7103916.
HSL color Cylindrical-coordinate representation of color #AC656C: hue angle of 354.08º degrees, saturation: 0.3, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #AC656C is Cyan = 0, Magento = 0.41, Yellow = 0.37 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 101 | 108 | - |
| CMYK | 0 | 0.41 | 0.37 | 0.33 |
| HSL | 354.08º | 0.3% | 0.54% | - |
| HSV(B) | 354.08º | 0.41% | 0.67% | - |
| XYZ | 24.37 | 19.16 | 16.6 | - |
| YUV | 123.03 | 119.52 | 162.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 101 | 108 | 0 | 0.41 | 0.37 | 0.33 | 354.08 | 0.3 | 0.54 |
| Hex | AC | 65 | 6C | 0 | 29 | 25 | 21 | 162 | 1E | 36 |
| Octal | 254 | 145 | 154 | 0 | 51 | 45 | 41 | 542 | 36 | 66 |
| Binary | 10101100 | 1100101 | 1101100 | 0 | 101001 | 100101 | 100001 | 101100010 | 11110 | 110110 |
Color Harmonies of #AC656C
Complementary color
Monochromatic Colors of #AC656C
Black with #AC656C
Text Example
Text Example
White with #AC656C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC656C; }
p { color: rgb(172,101,108); }
H1.HeaderClassName
{
color: #AC656C;
}
.AnyTagClassName
{
color: #AC656C;
}
</style>
background-color css
<style>
a { background-color: #AC656C; }
a { background-color: rgb(172,101,108); }
div.DivClassName
{
background-color: #AC656C;
}
.BgClassName
{
background-color: #AC656C;
}
</style>
border-color css
<style>
span { border-color: #AC656C; }
span { border-color: rgb(172,101,108); }
td.TdClassName
{
border-color: #AC656C;
}
.TagClassName
{
border-color: #AC656C;
}
</style>