Shades of Turkish Rose #AC676C
Tints of Turkish Rose #AC676C
RGB
CMYK
RGB Variations
Color information
#AC676C (or 0xAC676C) is known color: Turkish Rose. HEX triplet: AC, 67 and 6C. RGB value is (172,103,108). Sum of RGB (Red+Green+Blue) = 172+103+108=383 (50% of max value = 765). Red value is 172 (67.58% from 255 or 44.91% from 383); Green value is 103 (40.62% from 255 or 26.89% from 383); Blue value is 108 (42.58% from 255 or 28.20% from 383); Max value from RGB is 172 - color contains mainly: red. Hex color #AC676C is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AC676C is #539893. Grayscale: #7C7C7C. Windows color (decimal): -5478548 or 7104428. OLE color: 7104428.
HSL color Cylindrical-coordinate representation of color #AC676C: hue angle of 355.65º degrees, saturation: 0.29, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #AC676C is Cyan = 0, Magento = 0.40, Yellow = 0.37 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 103 | 108 | - |
| CMYK | 0 | 0.40 | 0.37 | 0.33 |
| HSL | 355.65º | 0.29% | 0.54% | - |
| HSV(B) | 355.65º | 0.4% | 0.67% | - |
| XYZ | 24.57 | 19.55 | 16.67 | - |
| YUV | 124.2 | 118.86 | 162.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 103 | 108 | 0 | 0.40 | 0.37 | 0.33 | 355.65 | 0.29 | 0.54 |
| Hex | AC | 67 | 6C | 0 | 28 | 25 | 21 | 164 | 1D | 36 |
| Octal | 254 | 147 | 154 | 0 | 50 | 45 | 41 | 544 | 35 | 66 |
| Binary | 10101100 | 1100111 | 1101100 | 0 | 101000 | 100101 | 100001 | 101100100 | 11101 | 110110 |
Color Harmonies of #AC676C
Complementary color
Monochromatic Colors of #AC676C
Black with #AC676C
Text Example
Text Example
White with #AC676C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC676C; }
p { color: rgb(172,103,108); }
H1.HeaderClassName
{
color: #AC676C;
}
.AnyTagClassName
{
color: #AC676C;
}
</style>
background-color css
<style>
a { background-color: #AC676C; }
a { background-color: rgb(172,103,108); }
div.DivClassName
{
background-color: #AC676C;
}
.BgClassName
{
background-color: #AC676C;
}
</style>
border-color css
<style>
span { border-color: #AC676C; }
span { border-color: rgb(172,103,108); }
td.TdClassName
{
border-color: #AC676C;
}
.TagClassName
{
border-color: #AC676C;
}
</style>