Shades of Turkish Rose #AC6873
Tints of Turkish Rose #AC6873
RGB
CMYK
RGB Variations
Color information
#AC6873 (or 0xAC6873) is known color: Turkish Rose. HEX triplet: AC, 68 and 73. RGB value is (172,104,115). Sum of RGB (Red+Green+Blue) = 172+104+115=391 (51% of max value = 765). Red value is 172 (67.58% from 255 or 43.99% from 391); Green value is 104 (41.02% from 255 or 26.60% from 391); Blue value is 115 (45.31% from 255 or 29.41% from 391); Max value from RGB is 172 - color contains mainly: red. Hex color #AC6873 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AC6873 is #53978C. Grayscale: #7D7D7D. Windows color (decimal): -5478285 or 7563436. OLE color: 7563436.
HSL color Cylindrical-coordinate representation of color #AC6873: hue angle of 350.29º degrees, saturation: 0.29, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #AC6873 is Cyan = 0, Magento = 0.40, Yellow = 0.33 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 104 | 115 | - |
| CMYK | 0 | 0.40 | 0.33 | 0.33 |
| HSL | 350.29º | 0.29% | 0.54% | - |
| HSV(B) | 350.29º | 0.4% | 0.67% | - |
| XYZ | 25.06 | 19.91 | 18.74 | - |
| YUV | 125.59 | 122.03 | 161.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 104 | 115 | 0 | 0.40 | 0.33 | 0.33 | 350.29 | 0.29 | 0.54 |
| Hex | AC | 68 | 73 | 0 | 28 | 21 | 21 | 15E | 1D | 36 |
| Octal | 254 | 150 | 163 | 0 | 50 | 41 | 41 | 536 | 35 | 66 |
| Binary | 10101100 | 1101000 | 1110011 | 0 | 101000 | 100001 | 100001 | 101011110 | 11101 | 110110 |
Color Harmonies of #AC6873
Complementary color
Monochromatic Colors of #AC6873
Black with #AC6873
Text Example
Text Example
White with #AC6873
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC6873; }
p { color: rgb(172,104,115); }
H1.HeaderClassName
{
color: #AC6873;
}
.AnyTagClassName
{
color: #AC6873;
}
</style>
background-color css
<style>
a { background-color: #AC6873; }
a { background-color: rgb(172,104,115); }
div.DivClassName
{
background-color: #AC6873;
}
.BgClassName
{
background-color: #AC6873;
}
</style>
border-color css
<style>
span { border-color: #AC6873; }
span { border-color: rgb(172,104,115); }
td.TdClassName
{
border-color: #AC6873;
}
.TagClassName
{
border-color: #AC6873;
}
</style>