Shades of Turkish Rose #A16E6F
Tints of Turkish Rose #A16E6F
RGB
CMYK
RGB Variations
Color information
#A16E6F (or 0xA16E6F) is known color: Turkish Rose. HEX triplet: A1, 6E and 6F. RGB value is (161,110,111). Sum of RGB (Red+Green+Blue) = 161+110+111=382 (50% of max value = 765). Red value is 161 (63.28% from 255 or 42.15% from 382); Green value is 110 (43.36% from 255 or 28.80% from 382); Blue value is 111 (43.75% from 255 or 29.06% from 382); Max value from RGB is 161 - color contains mainly: red. Hex color #A16E6F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A16E6F is #5E9190. Grayscale: #7D7D7D. Windows color (decimal): -6197649 or 7302817. OLE color: 7302817.
HSL color Cylindrical-coordinate representation of color #A16E6F: hue angle of 358.82º degrees, saturation: 0.21, 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 #A16E6F is Cyan = 0, Magento = 0.32, Yellow = 0.31 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 161 | 110 | 111 | - |
| CMYK | 0 | 0.32 | 0.31 | 0.37 |
| HSL | 358.82º | 0.21% | 0.53% | - |
| HSV(B) | 358.82º | 0.32% | 0.63% | - |
| XYZ | 23.14 | 19.88 | 17.66 | - |
| YUV | 125.36 | 119.9 | 153.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 110 | 111 | 0 | 0.32 | 0.31 | 0.37 | 358.82 | 0.21 | 0.53 |
| Hex | A1 | 6E | 6F | 0 | 20 | 1F | 25 | 167 | 15 | 35 |
| Octal | 241 | 156 | 157 | 0 | 40 | 37 | 45 | 547 | 25 | 65 |
| Binary | 10100001 | 1101110 | 1101111 | 0 | 100000 | 11111 | 100101 | 101100111 | 10101 | 110101 |
Color Harmonies of #A16E6F
Complementary color
Monochromatic Colors of #A16E6F
Black with #A16E6F
Text Example
Text Example
White with #A16E6F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A16E6F; }
p { color: rgb(161,110,111); }
H1.HeaderClassName
{
color: #A16E6F;
}
.AnyTagClassName
{
color: #A16E6F;
}
</style>
background-color css
<style>
a { background-color: #A16E6F; }
a { background-color: rgb(161,110,111); }
div.DivClassName
{
background-color: #A16E6F;
}
.BgClassName
{
background-color: #A16E6F;
}
</style>
border-color css
<style>
span { border-color: #A16E6F; }
span { border-color: rgb(161,110,111); }
td.TdClassName
{
border-color: #A16E6F;
}
.TagClassName
{
border-color: #A16E6F;
}
</style>