Shades of Turkish Rose #AC6D73
Tints of Turkish Rose #AC6D73
RGB
CMYK
RGB Variations
Color information
#AC6D73 (or 0xAC6D73) is known color: Turkish Rose. HEX triplet: AC, 6D and 73. RGB value is (172,109,115). Sum of RGB (Red+Green+Blue) = 172+109+115=396 (52% of max value = 765). Red value is 172 (67.58% from 255 or 43.43% from 396); Green value is 109 (42.97% from 255 or 27.53% from 396); Blue value is 115 (45.31% from 255 or 29.04% from 396); Max value from RGB is 172 - color contains mainly: red. Hex color #AC6D73 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AC6D73 is #53928C. Grayscale: #808080. Windows color (decimal): -5477005 or 7564716. OLE color: 7564716.
HSL color Cylindrical-coordinate representation of color #AC6D73: hue angle of 354.29º 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 #AC6D73 is Cyan = 0, Magento = 0.37, Yellow = 0.33 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 109 | 115 | - |
| CMYK | 0 | 0.37 | 0.33 | 0.33 |
| HSL | 354.29º | 0.28% | 0.55% | - |
| HSV(B) | 354.29º | 0.37% | 0.67% | - |
| XYZ | 25.58 | 20.95 | 18.91 | - |
| YUV | 128.52 | 120.37 | 159.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 109 | 115 | 0 | 0.37 | 0.33 | 0.33 | 354.29 | 0.28 | 0.55 |
| Hex | AC | 6D | 73 | 0 | 25 | 21 | 21 | 162 | 1C | 37 |
| Octal | 254 | 155 | 163 | 0 | 45 | 41 | 41 | 542 | 34 | 67 |
| Binary | 10101100 | 1101101 | 1110011 | 0 | 100101 | 100001 | 100001 | 101100010 | 11100 | 110111 |
Color Harmonies of #AC6D73
Complementary color
Monochromatic Colors of #AC6D73
Black with #AC6D73
Text Example
Text Example
White with #AC6D73
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC6D73; }
p { color: rgb(172,109,115); }
H1.HeaderClassName
{
color: #AC6D73;
}
.AnyTagClassName
{
color: #AC6D73;
}
</style>
background-color css
<style>
a { background-color: #AC6D73; }
a { background-color: rgb(172,109,115); }
div.DivClassName
{
background-color: #AC6D73;
}
.BgClassName
{
background-color: #AC6D73;
}
</style>
border-color css
<style>
span { border-color: #AC6D73; }
span { border-color: rgb(172,109,115); }
td.TdClassName
{
border-color: #AC6D73;
}
.TagClassName
{
border-color: #AC6D73;
}
</style>