Shades of Turkish Rose #AC6576
Tints of Turkish Rose #AC6576
RGB
CMYK
RGB Variations
Color information
#AC6576 (or 0xAC6576) is known color: Turkish Rose. HEX triplet: AC, 65 and 76. RGB value is (172,101,118). Sum of RGB (Red+Green+Blue) = 172+101+118=391 (51% of max value = 765). Red value is 172 (67.58% from 255 or 43.99% from 391); Green value is 101 (39.84% from 255 or 25.83% from 391); Blue value is 118 (46.48% from 255 or 30.18% from 391); Max value from RGB is 172 - color contains mainly: red. Hex color #AC6576 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AC6576 is #539A89. Grayscale: #7C7C7C. Windows color (decimal): -5479050 or 7759276. OLE color: 7759276.
HSL color Cylindrical-coordinate representation of color #AC6576: hue angle of 345.63º 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 #AC6576 is Cyan = 0, Magento = 0.41, Yellow = 0.31 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 101 | 118 | - |
| CMYK | 0 | 0.41 | 0.31 | 0.33 |
| HSL | 345.63º | 0.3% | 0.54% | - |
| HSV(B) | 345.63º | 0.41% | 0.67% | - |
| XYZ | 24.94 | 19.39 | 19.57 | - |
| YUV | 124.17 | 124.52 | 162.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 101 | 118 | 0 | 0.41 | 0.31 | 0.33 | 345.63 | 0.3 | 0.54 |
| Hex | AC | 65 | 76 | 0 | 29 | 1F | 21 | 15A | 1E | 36 |
| Octal | 254 | 145 | 166 | 0 | 51 | 37 | 41 | 532 | 36 | 66 |
| Binary | 10101100 | 1100101 | 1110110 | 0 | 101001 | 11111 | 100001 | 101011010 | 11110 | 110110 |
Color Harmonies of #AC6576
Complementary color
Monochromatic Colors of #AC6576
Black with #AC6576
Text Example
Text Example
White with #AC6576
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC6576; }
p { color: rgb(172,101,118); }
H1.HeaderClassName
{
color: #AC6576;
}
.AnyTagClassName
{
color: #AC6576;
}
</style>
background-color css
<style>
a { background-color: #AC6576; }
a { background-color: rgb(172,101,118); }
div.DivClassName
{
background-color: #AC6576;
}
.BgClassName
{
background-color: #AC6576;
}
</style>
border-color css
<style>
span { border-color: #AC6576; }
span { border-color: rgb(172,101,118); }
td.TdClassName
{
border-color: #AC6576;
}
.TagClassName
{
border-color: #AC6576;
}
</style>