Shades of Turkish Rose #AC787C
Tints of Turkish Rose #AC787C
RGB
CMYK
RGB Variations
Color information
#AC787C (or 0xAC787C) is known color: Turkish Rose. HEX triplet: AC, 78 and 7C. RGB value is (172,120,124). Sum of RGB (Red+Green+Blue) = 172+120+124=416 (55% of max value = 765). Red value is 172 (67.58% from 255 or 41.35% from 416); Green value is 120 (47.27% from 255 or 28.85% from 416); Blue value is 124 (48.83% from 255 or 29.81% from 416); Max value from RGB is 172 - color contains mainly: red. Hex color #AC787C is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AC787C is #538783. Grayscale: #888888. Windows color (decimal): -5474180 or 8157356. OLE color: 8157356.
HSL color Cylindrical-coordinate representation of color #AC787C: hue angle of 355.38º degrees, saturation: 0.24, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #AC787C is Cyan = 0, Magento = 0.30, Yellow = 0.28 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 120 | 124 | - |
| CMYK | 0 | 0.30 | 0.28 | 0.33 |
| HSL | 355.38º | 0.24% | 0.57% | - |
| HSV(B) | 355.38º | 0.3% | 0.67% | - |
| XYZ | 27.37 | 23.66 | 22.19 | - |
| YUV | 136 | 121.23 | 153.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 120 | 124 | 0 | 0.30 | 0.28 | 0.33 | 355.38 | 0.24 | 0.57 |
| Hex | AC | 78 | 7C | 0 | 1E | 1C | 21 | 163 | 18 | 39 |
| Octal | 254 | 170 | 174 | 0 | 36 | 34 | 41 | 543 | 30 | 71 |
| Binary | 10101100 | 1111000 | 1111100 | 0 | 11110 | 11100 | 100001 | 101100011 | 11000 | 111001 |
Color Harmonies of #AC787C
Complementary color
Monochromatic Colors of #AC787C
Black with #AC787C
Text Example
Text Example
White with #AC787C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC787C; }
p { color: rgb(172,120,124); }
H1.HeaderClassName
{
color: #AC787C;
}
.AnyTagClassName
{
color: #AC787C;
}
</style>
background-color css
<style>
a { background-color: #AC787C; }
a { background-color: rgb(172,120,124); }
div.DivClassName
{
background-color: #AC787C;
}
.BgClassName
{
background-color: #AC787C;
}
</style>
border-color css
<style>
span { border-color: #AC787C; }
span { border-color: rgb(172,120,124); }
td.TdClassName
{
border-color: #AC787C;
}
.TagClassName
{
border-color: #AC787C;
}
</style>