Shades of Turkish Rose #A16F79
Tints of Turkish Rose #A16F79
RGB
CMYK
RGB Variations
Color information
#A16F79 (or 0xA16F79) is known color: Turkish Rose. HEX triplet: A1, 6F and 79. RGB value is (161,111,121). Sum of RGB (Red+Green+Blue) = 161+111+121=393 (52% of max value = 765). Red value is 161 (63.28% from 255 or 40.97% from 393); Green value is 111 (43.75% from 255 or 28.24% from 393); Blue value is 121 (47.66% from 255 or 30.79% from 393); Max value from RGB is 161 - color contains mainly: red. Hex color #A16F79 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A16F79 is #5E9086. Grayscale: #7F7F7F. Windows color (decimal): -6197383 or 7958433. OLE color: 7958433.
HSL color Cylindrical-coordinate representation of color #A16F79: hue angle of 348º degrees, saturation: 0.21, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #A16F79 is Cyan = 0, Magento = 0.31, Yellow = 0.25 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 161 | 111 | 121 | - |
| CMYK | 0 | 0.31 | 0.25 | 0.37 |
| HSL | 348º | 0.21% | 0.53% | - |
| HSV(B) | 348º | 0.31% | 0.63% | - |
| XYZ | 23.83 | 20.33 | 20.76 | - |
| YUV | 127.09 | 124.57 | 152.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 111 | 121 | 0 | 0.31 | 0.25 | 0.37 | 348 | 0.21 | 0.53 |
| Hex | A1 | 6F | 79 | 0 | 1F | 19 | 25 | 15C | 15 | 35 |
| Octal | 241 | 157 | 171 | 0 | 37 | 31 | 45 | 534 | 25 | 65 |
| Binary | 10100001 | 1101111 | 1111001 | 0 | 11111 | 11001 | 100101 | 101011100 | 10101 | 110101 |
Color Harmonies of #A16F79
Complementary color
Monochromatic Colors of #A16F79
Black with #A16F79
Text Example
Text Example
White with #A16F79
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A16F79; }
p { color: rgb(161,111,121); }
H1.HeaderClassName
{
color: #A16F79;
}
.AnyTagClassName
{
color: #A16F79;
}
</style>
background-color css
<style>
a { background-color: #A16F79; }
a { background-color: rgb(161,111,121); }
div.DivClassName
{
background-color: #A16F79;
}
.BgClassName
{
background-color: #A16F79;
}
</style>
border-color css
<style>
span { border-color: #A16F79; }
span { border-color: rgb(161,111,121); }
td.TdClassName
{
border-color: #A16F79;
}
.TagClassName
{
border-color: #A16F79;
}
</style>