Shades of Turkish Rose #AC757C
Tints of Turkish Rose #AC757C
RGB
CMYK
RGB Variations
Color information
#AC757C (or 0xAC757C) is known color: Turkish Rose. HEX triplet: AC, 75 and 7C. RGB value is (172,117,124). Sum of RGB (Red+Green+Blue) = 172+117+124=413 (54% of max value = 765). Red value is 172 (67.58% from 255 or 41.65% from 413); Green value is 117 (46.09% from 255 or 28.33% from 413); Blue value is 124 (48.83% from 255 or 30.02% from 413); Max value from RGB is 172 - color contains mainly: red. Hex color #AC757C is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AC757C is #538A83. Grayscale: #868686. Windows color (decimal): -5474948 or 8156588. OLE color: 8156588.
HSL color Cylindrical-coordinate representation of color #AC757C: hue angle of 352.36º degrees, saturation: 0.25, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #AC757C is Cyan = 0, Magento = 0.32, Yellow = 0.28 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 117 | 124 | - |
| CMYK | 0 | 0.32 | 0.28 | 0.33 |
| HSL | 352.36º | 0.25% | 0.57% | - |
| HSV(B) | 352.36º | 0.32% | 0.67% | - |
| XYZ | 27.01 | 22.95 | 22.07 | - |
| YUV | 134.24 | 122.22 | 154.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 117 | 124 | 0 | 0.32 | 0.28 | 0.33 | 352.36 | 0.25 | 0.57 |
| Hex | AC | 75 | 7C | 0 | 20 | 1C | 21 | 160 | 19 | 39 |
| Octal | 254 | 165 | 174 | 0 | 40 | 34 | 41 | 540 | 31 | 71 |
| Binary | 10101100 | 1110101 | 1111100 | 0 | 100000 | 11100 | 100001 | 101100000 | 11001 | 111001 |
Color Harmonies of #AC757C
Complementary color
Monochromatic Colors of #AC757C
Black with #AC757C
Text Example
Text Example
White with #AC757C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC757C; }
p { color: rgb(172,117,124); }
H1.HeaderClassName
{
color: #AC757C;
}
.AnyTagClassName
{
color: #AC757C;
}
</style>
background-color css
<style>
a { background-color: #AC757C; }
a { background-color: rgb(172,117,124); }
div.DivClassName
{
background-color: #AC757C;
}
.BgClassName
{
background-color: #AC757C;
}
</style>
border-color css
<style>
span { border-color: #AC757C; }
span { border-color: rgb(172,117,124); }
td.TdClassName
{
border-color: #AC757C;
}
.TagClassName
{
border-color: #AC757C;
}
</style>