Shades of Turkish Rose #A16D73
Tints of Turkish Rose #A16D73
RGB
CMYK
RGB Variations
Color information
#A16D73 (or 0xA16D73) is known color: Turkish Rose. HEX triplet: A1, 6D and 73. RGB value is (161,109,115). Sum of RGB (Red+Green+Blue) = 161+109+115=385 (50% of max value = 765). Red value is 161 (63.28% from 255 or 41.82% from 385); Green value is 109 (42.97% from 255 or 28.31% from 385); Blue value is 115 (45.31% from 255 or 29.87% from 385); Max value from RGB is 161 - color contains mainly: red. Hex color #A16D73 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A16D73 is #5E928C. Grayscale: #7D7D7D. Windows color (decimal): -6197901 or 7564705. OLE color: 7564705.
HSL color Cylindrical-coordinate representation of color #A16D73: hue angle of 353.08º degrees, saturation: 0.22, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #A16D73 is Cyan = 0, Magento = 0.32, Yellow = 0.29 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 161 | 109 | 115 | - |
| CMYK | 0 | 0.32 | 0.29 | 0.37 |
| HSL | 353.08º | 0.22% | 0.53% | - |
| HSV(B) | 353.08º | 0.32% | 0.63% | - |
| XYZ | 23.26 | 19.75 | 18.81 | - |
| YUV | 125.23 | 122.23 | 153.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 109 | 115 | 0 | 0.32 | 0.29 | 0.37 | 353.08 | 0.22 | 0.53 |
| Hex | A1 | 6D | 73 | 0 | 20 | 1D | 25 | 161 | 16 | 35 |
| Octal | 241 | 155 | 163 | 0 | 40 | 35 | 45 | 541 | 26 | 65 |
| Binary | 10100001 | 1101101 | 1110011 | 0 | 100000 | 11101 | 100101 | 101100001 | 10110 | 110101 |
Color Harmonies of #A16D73
Complementary color
Monochromatic Colors of #A16D73
Black with #A16D73
Text Example
Text Example
White with #A16D73
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A16D73; }
p { color: rgb(161,109,115); }
H1.HeaderClassName
{
color: #A16D73;
}
.AnyTagClassName
{
color: #A16D73;
}
</style>
background-color css
<style>
a { background-color: #A16D73; }
a { background-color: rgb(161,109,115); }
div.DivClassName
{
background-color: #A16D73;
}
.BgClassName
{
background-color: #A16D73;
}
</style>
border-color css
<style>
span { border-color: #A16D73; }
span { border-color: rgb(161,109,115); }
td.TdClassName
{
border-color: #A16D73;
}
.TagClassName
{
border-color: #A16D73;
}
</style>