Shades of Turkish Rose #AC6166
Tints of Turkish Rose #AC6166
RGB
CMYK
RGB Variations
Color information
#AC6166 (or 0xAC6166) is known color: Turkish Rose. HEX triplet: AC, 61 and 66. RGB value is (172,97,102). Sum of RGB (Red+Green+Blue) = 172+97+102=371 (49% of max value = 765). Red value is 172 (67.58% from 255 or 46.36% from 371); Green value is 97 (38.28% from 255 or 26.15% from 371); Blue value is 102 (40.23% from 255 or 27.49% from 371); Max value from RGB is 172 - color contains mainly: red. Hex color #AC6166 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AC6166 is #539E99. Grayscale: #787878. Windows color (decimal): -5480090 or 6709676. OLE color: 6709676.
HSL color Cylindrical-coordinate representation of color #AC6166: hue angle of 356º degrees, saturation: 0.31, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #AC6166 is Cyan = 0, Magento = 0.44, Yellow = 0.41 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 97 | 102 | - |
| CMYK | 0 | 0.44 | 0.41 | 0.33 |
| HSL | 356º | 0.31% | 0.53% | - |
| HSV(B) | 356º | 0.44% | 0.67% | - |
| XYZ | 23.69 | 18.28 | 14.85 | - |
| YUV | 120 | 117.85 | 165.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 97 | 102 | 0 | 0.44 | 0.41 | 0.33 | 356 | 0.31 | 0.53 |
| Hex | AC | 61 | 66 | 0 | 2C | 29 | 21 | 164 | 1F | 35 |
| Octal | 254 | 141 | 146 | 0 | 54 | 51 | 41 | 544 | 37 | 65 |
| Binary | 10101100 | 1100001 | 1100110 | 0 | 101100 | 101001 | 100001 | 101100100 | 11111 | 110101 |
Color Harmonies of #AC6166
Complementary color
Monochromatic Colors of #AC6166
Black with #AC6166
Text Example
Text Example
White with #AC6166
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC6166; }
p { color: rgb(172,97,102); }
H1.HeaderClassName
{
color: #AC6166;
}
.AnyTagClassName
{
color: #AC6166;
}
</style>
background-color css
<style>
a { background-color: #AC6166; }
a { background-color: rgb(172,97,102); }
div.DivClassName
{
background-color: #AC6166;
}
.BgClassName
{
background-color: #AC6166;
}
</style>
border-color css
<style>
span { border-color: #AC6166; }
span { border-color: rgb(172,97,102); }
td.TdClassName
{
border-color: #AC6166;
}
.TagClassName
{
border-color: #AC6166;
}
</style>