Shades of Turkish Rose #A16D74
Tints of Turkish Rose #A16D74
RGB
CMYK
RGB Variations
Color information
#A16D74 (or 0xA16D74) is known color: Turkish Rose. HEX triplet: A1, 6D and 74. RGB value is (161,109,116). Sum of RGB (Red+Green+Blue) = 161+109+116=386 (51% of max value = 765). Red value is 161 (63.28% from 255 or 41.71% from 386); Green value is 109 (42.97% from 255 or 28.24% from 386); Blue value is 116 (45.70% from 255 or 30.05% from 386); Max value from RGB is 161 - color contains mainly: red. Hex color #A16D74 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A16D74 is #5E928B. Grayscale: #7D7D7D. Windows color (decimal): -6197900 or 7630241. OLE color: 7630241.
HSL color Cylindrical-coordinate representation of color #A16D74: hue angle of 351.92º 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 #A16D74 is Cyan = 0, Magento = 0.32, Yellow = 0.28 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 161 | 109 | 116 | - |
| CMYK | 0 | 0.32 | 0.28 | 0.37 |
| HSL | 351.92º | 0.22% | 0.53% | - |
| HSV(B) | 351.92º | 0.32% | 0.63% | - |
| XYZ | 23.32 | 19.78 | 19.11 | - |
| YUV | 125.35 | 122.73 | 153.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 109 | 116 | 0 | 0.32 | 0.28 | 0.37 | 351.92 | 0.22 | 0.53 |
| Hex | A1 | 6D | 74 | 0 | 20 | 1C | 25 | 160 | 16 | 35 |
| Octal | 241 | 155 | 164 | 0 | 40 | 34 | 45 | 540 | 26 | 65 |
| Binary | 10100001 | 1101101 | 1110100 | 0 | 100000 | 11100 | 100101 | 101100000 | 10110 | 110101 |
Color Harmonies of #A16D74
Complementary color
Monochromatic Colors of #A16D74
Black with #A16D74
Text Example
Text Example
White with #A16D74
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A16D74; }
p { color: rgb(161,109,116); }
H1.HeaderClassName
{
color: #A16D74;
}
.AnyTagClassName
{
color: #A16D74;
}
</style>
background-color css
<style>
a { background-color: #A16D74; }
a { background-color: rgb(161,109,116); }
div.DivClassName
{
background-color: #A16D74;
}
.BgClassName
{
background-color: #A16D74;
}
</style>
border-color css
<style>
span { border-color: #A16D74; }
span { border-color: rgb(161,109,116); }
td.TdClassName
{
border-color: #A16D74;
}
.TagClassName
{
border-color: #A16D74;
}
</style>