Shades of Turkish Rose #AC6573
Tints of Turkish Rose #AC6573
RGB
CMYK
RGB Variations
Color information
#AC6573 (or 0xAC6573) is known color: Turkish Rose. HEX triplet: AC, 65 and 73. RGB value is (172,101,115). Sum of RGB (Red+Green+Blue) = 172+101+115=388 (51% of max value = 765). Red value is 172 (67.58% from 255 or 44.33% from 388); Green value is 101 (39.84% from 255 or 26.03% from 388); Blue value is 115 (45.31% from 255 or 29.64% from 388); Max value from RGB is 172 - color contains mainly: red. Hex color #AC6573 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AC6573 is #539A8C. Grayscale: #7B7B7B. Windows color (decimal): -5479053 or 7562668. OLE color: 7562668.
HSL color Cylindrical-coordinate representation of color #AC6573: hue angle of 348.17º 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 #AC6573 is Cyan = 0, Magento = 0.41, Yellow = 0.33 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 101 | 115 | - |
| CMYK | 0 | 0.41 | 0.33 | 0.33 |
| HSL | 348.17º | 0.3% | 0.54% | - |
| HSV(B) | 348.17º | 0.41% | 0.67% | - |
| XYZ | 24.76 | 19.32 | 18.64 | - |
| YUV | 123.83 | 123.02 | 162.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 101 | 115 | 0 | 0.41 | 0.33 | 0.33 | 348.17 | 0.3 | 0.54 |
| Hex | AC | 65 | 73 | 0 | 29 | 21 | 21 | 15C | 1E | 36 |
| Octal | 254 | 145 | 163 | 0 | 51 | 41 | 41 | 534 | 36 | 66 |
| Binary | 10101100 | 1100101 | 1110011 | 0 | 101001 | 100001 | 100001 | 101011100 | 11110 | 110110 |
Color Harmonies of #AC6573
Complementary color
Monochromatic Colors of #AC6573
Black with #AC6573
Text Example
Text Example
White with #AC6573
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC6573; }
p { color: rgb(172,101,115); }
H1.HeaderClassName
{
color: #AC6573;
}
.AnyTagClassName
{
color: #AC6573;
}
</style>
background-color css
<style>
a { background-color: #AC6573; }
a { background-color: rgb(172,101,115); }
div.DivClassName
{
background-color: #AC6573;
}
.BgClassName
{
background-color: #AC6573;
}
</style>
border-color css
<style>
span { border-color: #AC6573; }
span { border-color: rgb(172,101,115); }
td.TdClassName
{
border-color: #AC6573;
}
.TagClassName
{
border-color: #AC6573;
}
</style>