Shades of Turkish Rose #A16D79
Tints of Turkish Rose #A16D79
RGB
CMYK
RGB Variations
Color information
#A16D79 (or 0xA16D79) is known color: Turkish Rose. HEX triplet: A1, 6D and 79. RGB value is (161,109,121). Sum of RGB (Red+Green+Blue) = 161+109+121=391 (51% of max value = 765). Red value is 161 (63.28% from 255 or 41.18% from 391); Green value is 109 (42.97% from 255 or 27.88% from 391); Blue value is 121 (47.66% from 255 or 30.95% from 391); Max value from RGB is 161 - color contains mainly: red. Hex color #A16D79 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A16D79 is #5E9286. Grayscale: #7D7D7D. Windows color (decimal): -6197895 or 7957921. OLE color: 7957921.
HSL color Cylindrical-coordinate representation of color #A16D79: hue angle of 346.15º 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 #A16D79 is Cyan = 0, Magento = 0.32, Yellow = 0.25 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 161 | 109 | 121 | - |
| CMYK | 0 | 0.32 | 0.25 | 0.37 |
| HSL | 346.15º | 0.22% | 0.53% | - |
| HSV(B) | 346.15º | 0.32% | 0.63% | - |
| XYZ | 23.62 | 19.89 | 20.68 | - |
| YUV | 125.92 | 125.23 | 153.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 109 | 121 | 0 | 0.32 | 0.25 | 0.37 | 346.15 | 0.22 | 0.53 |
| Hex | A1 | 6D | 79 | 0 | 20 | 19 | 25 | 15A | 16 | 35 |
| Octal | 241 | 155 | 171 | 0 | 40 | 31 | 45 | 532 | 26 | 65 |
| Binary | 10100001 | 1101101 | 1111001 | 0 | 100000 | 11001 | 100101 | 101011010 | 10110 | 110101 |
Color Harmonies of #A16D79
Complementary color
Monochromatic Colors of #A16D79
Black with #A16D79
Text Example
Text Example
White with #A16D79
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A16D79; }
p { color: rgb(161,109,121); }
H1.HeaderClassName
{
color: #A16D79;
}
.AnyTagClassName
{
color: #A16D79;
}
</style>
background-color css
<style>
a { background-color: #A16D79; }
a { background-color: rgb(161,109,121); }
div.DivClassName
{
background-color: #A16D79;
}
.BgClassName
{
background-color: #A16D79;
}
</style>
border-color css
<style>
span { border-color: #A16D79; }
span { border-color: rgb(161,109,121); }
td.TdClassName
{
border-color: #A16D79;
}
.TagClassName
{
border-color: #A16D79;
}
</style>