Shades of Turkish Rose #AC6473
Tints of Turkish Rose #AC6473
RGB
CMYK
RGB Variations
Color information
#AC6473 (or 0xAC6473) is known color: Turkish Rose. HEX triplet: AC, 64 and 73. RGB value is (172,100,115). Sum of RGB (Red+Green+Blue) = 172+100+115=387 (51% of max value = 765). Red value is 172 (67.58% from 255 or 44.44% from 387); Green value is 100 (39.45% from 255 or 25.84% from 387); Blue value is 115 (45.31% from 255 or 29.72% from 387); Max value from RGB is 172 - color contains mainly: red. Hex color #AC6473 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AC6473 is #539B8C. Grayscale: #7B7B7B. Windows color (decimal): -5479309 or 7562412. OLE color: 7562412.
HSL color Cylindrical-coordinate representation of color #AC6473: hue angle of 347.5º degrees, saturation: 0.3, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #AC6473 is Cyan = 0, Magento = 0.42, Yellow = 0.33 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 100 | 115 | - |
| CMYK | 0 | 0.42 | 0.33 | 0.33 |
| HSL | 347.5º | 0.3% | 0.53% | - |
| HSV(B) | 347.5º | 0.42% | 0.67% | - |
| XYZ | 24.66 | 19.12 | 18.61 | - |
| YUV | 123.24 | 123.35 | 162.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 100 | 115 | 0 | 0.42 | 0.33 | 0.33 | 347.5 | 0.3 | 0.53 |
| Hex | AC | 64 | 73 | 0 | 2A | 21 | 21 | 15C | 1E | 35 |
| Octal | 254 | 144 | 163 | 0 | 52 | 41 | 41 | 534 | 36 | 65 |
| Binary | 10101100 | 1100100 | 1110011 | 0 | 101010 | 100001 | 100001 | 101011100 | 11110 | 110101 |
Color Harmonies of #AC6473
Complementary color
Monochromatic Colors of #AC6473
Black with #AC6473
Text Example
Text Example
White with #AC6473
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC6473; }
p { color: rgb(172,100,115); }
H1.HeaderClassName
{
color: #AC6473;
}
.AnyTagClassName
{
color: #AC6473;
}
</style>
background-color css
<style>
a { background-color: #AC6473; }
a { background-color: rgb(172,100,115); }
div.DivClassName
{
background-color: #AC6473;
}
.BgClassName
{
background-color: #AC6473;
}
</style>
border-color css
<style>
span { border-color: #AC6473; }
span { border-color: rgb(172,100,115); }
td.TdClassName
{
border-color: #AC6473;
}
.TagClassName
{
border-color: #AC6473;
}
</style>