Shades of Turkish Rose #AC6D74
Tints of Turkish Rose #AC6D74
RGB
CMYK
RGB Variations
Color information
#AC6D74 (or 0xAC6D74) is known color: Turkish Rose. HEX triplet: AC, 6D and 74. RGB value is (172,109,116). Sum of RGB (Red+Green+Blue) = 172+109+116=397 (52% of max value = 765). Red value is 172 (67.58% from 255 or 43.32% from 397); Green value is 109 (42.97% from 255 or 27.46% from 397); Blue value is 116 (45.70% from 255 or 29.22% from 397); Max value from RGB is 172 - color contains mainly: red. Hex color #AC6D74 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AC6D74 is #53928B. Grayscale: #808080. Windows color (decimal): -5477004 or 7630252. OLE color: 7630252.
HSL color Cylindrical-coordinate representation of color #AC6D74: hue angle of 353.33º degrees, saturation: 0.28, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #AC6D74 is Cyan = 0, Magento = 0.37, Yellow = 0.33 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 109 | 116 | - |
| CMYK | 0 | 0.37 | 0.33 | 0.33 |
| HSL | 353.33º | 0.28% | 0.55% | - |
| HSV(B) | 353.33º | 0.37% | 0.67% | - |
| XYZ | 25.63 | 20.97 | 19.22 | - |
| YUV | 128.64 | 120.87 | 158.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 109 | 116 | 0 | 0.37 | 0.33 | 0.33 | 353.33 | 0.28 | 0.55 |
| Hex | AC | 6D | 74 | 0 | 25 | 21 | 21 | 161 | 1C | 37 |
| Octal | 254 | 155 | 164 | 0 | 45 | 41 | 41 | 541 | 34 | 67 |
| Binary | 10101100 | 1101101 | 1110100 | 0 | 100101 | 100001 | 100001 | 101100001 | 11100 | 110111 |
Color Harmonies of #AC6D74
Complementary color
Monochromatic Colors of #AC6D74
Black with #AC6D74
Text Example
Text Example
White with #AC6D74
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC6D74; }
p { color: rgb(172,109,116); }
H1.HeaderClassName
{
color: #AC6D74;
}
.AnyTagClassName
{
color: #AC6D74;
}
</style>
background-color css
<style>
a { background-color: #AC6D74; }
a { background-color: rgb(172,109,116); }
div.DivClassName
{
background-color: #AC6D74;
}
.BgClassName
{
background-color: #AC6D74;
}
</style>
border-color css
<style>
span { border-color: #AC6D74; }
span { border-color: rgb(172,109,116); }
td.TdClassName
{
border-color: #AC6D74;
}
.TagClassName
{
border-color: #AC6D74;
}
</style>