Shades of Turkish Rose #AC6D76
Tints of Turkish Rose #AC6D76
RGB
CMYK
RGB Variations
Color information
#AC6D76 (or 0xAC6D76) is known color: Turkish Rose. HEX triplet: AC, 6D and 76. RGB value is (172,109,118). Sum of RGB (Red+Green+Blue) = 172+109+118=399 (52% of max value = 765). Red value is 172 (67.58% from 255 or 43.11% from 399); Green value is 109 (42.97% from 255 or 27.32% from 399); Blue value is 118 (46.48% from 255 or 29.57% from 399); Max value from RGB is 172 - color contains mainly: red. Hex color #AC6D76 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AC6D76 is #539289. Grayscale: #808080. Windows color (decimal): -5477002 or 7761324. OLE color: 7761324.
HSL color Cylindrical-coordinate representation of color #AC6D76: hue angle of 351.43º 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 #AC6D76 is Cyan = 0, Magento = 0.37, Yellow = 0.31 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 109 | 118 | - |
| CMYK | 0 | 0.37 | 0.31 | 0.33 |
| HSL | 351.43º | 0.28% | 0.55% | - |
| HSV(B) | 351.43º | 0.37% | 0.67% | - |
| XYZ | 25.75 | 21.02 | 19.84 | - |
| YUV | 128.86 | 121.87 | 158.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 109 | 118 | 0 | 0.37 | 0.31 | 0.33 | 351.43 | 0.28 | 0.55 |
| Hex | AC | 6D | 76 | 0 | 25 | 1F | 21 | 15F | 1C | 37 |
| Octal | 254 | 155 | 166 | 0 | 45 | 37 | 41 | 537 | 34 | 67 |
| Binary | 10101100 | 1101101 | 1110110 | 0 | 100101 | 11111 | 100001 | 101011111 | 11100 | 110111 |
Color Harmonies of #AC6D76
Complementary color
Monochromatic Colors of #AC6D76
Black with #AC6D76
Text Example
Text Example
White with #AC6D76
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC6D76; }
p { color: rgb(172,109,118); }
H1.HeaderClassName
{
color: #AC6D76;
}
.AnyTagClassName
{
color: #AC6D76;
}
</style>
background-color css
<style>
a { background-color: #AC6D76; }
a { background-color: rgb(172,109,118); }
div.DivClassName
{
background-color: #AC6D76;
}
.BgClassName
{
background-color: #AC6D76;
}
</style>
border-color css
<style>
span { border-color: #AC6D76; }
span { border-color: rgb(172,109,118); }
td.TdClassName
{
border-color: #AC6D76;
}
.TagClassName
{
border-color: #AC6D76;
}
</style>