Shades of Turkish Rose #AC6674
Tints of Turkish Rose #AC6674
RGB
CMYK
RGB Variations
Color information
#AC6674 (or 0xAC6674) is known color: Turkish Rose. HEX triplet: AC, 66 and 74. RGB value is (172,102,116). Sum of RGB (Red+Green+Blue) = 172+102+116=390 (51% of max value = 765). Red value is 172 (67.58% from 255 or 44.10% from 390); Green value is 102 (40.23% from 255 or 26.15% from 390); Blue value is 116 (45.70% from 255 or 29.74% from 390); Max value from RGB is 172 - color contains mainly: red. Hex color #AC6674 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AC6674 is #53998B. Grayscale: #7C7C7C. Windows color (decimal): -5478796 or 7628460. OLE color: 7628460.
HSL color Cylindrical-coordinate representation of color #AC6674: hue angle of 348º 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 #AC6674 is Cyan = 0, Magento = 0.41, Yellow = 0.33 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 102 | 116 | - |
| CMYK | 0 | 0.41 | 0.33 | 0.33 |
| HSL | 348º | 0.3% | 0.54% | - |
| HSV(B) | 348º | 0.41% | 0.67% | - |
| XYZ | 24.92 | 19.53 | 18.98 | - |
| YUV | 124.53 | 123.19 | 161.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 102 | 116 | 0 | 0.41 | 0.33 | 0.33 | 348 | 0.3 | 0.54 |
| Hex | AC | 66 | 74 | 0 | 29 | 21 | 21 | 15C | 1E | 36 |
| Octal | 254 | 146 | 164 | 0 | 51 | 41 | 41 | 534 | 36 | 66 |
| Binary | 10101100 | 1100110 | 1110100 | 0 | 101001 | 100001 | 100001 | 101011100 | 11110 | 110110 |
Color Harmonies of #AC6674
Complementary color
Monochromatic Colors of #AC6674
Black with #AC6674
Text Example
Text Example
White with #AC6674
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC6674; }
p { color: rgb(172,102,116); }
H1.HeaderClassName
{
color: #AC6674;
}
.AnyTagClassName
{
color: #AC6674;
}
</style>
background-color css
<style>
a { background-color: #AC6674; }
a { background-color: rgb(172,102,116); }
div.DivClassName
{
background-color: #AC6674;
}
.BgClassName
{
background-color: #AC6674;
}
</style>
border-color css
<style>
span { border-color: #AC6674; }
span { border-color: rgb(172,102,116); }
td.TdClassName
{
border-color: #AC6674;
}
.TagClassName
{
border-color: #AC6674;
}
</style>