Shades of Turkish Rose #A16D7B
Tints of Turkish Rose #A16D7B
RGB
CMYK
RGB Variations
Color information
#A16D7B (or 0xA16D7B) is known color: Turkish Rose. HEX triplet: A1, 6D and 7B. RGB value is (161,109,123). Sum of RGB (Red+Green+Blue) = 161+109+123=393 (52% of max value = 765). Red value is 161 (63.28% from 255 or 40.97% from 393); Green value is 109 (42.97% from 255 or 27.74% from 393); Blue value is 123 (48.44% from 255 or 31.30% from 393); Max value from RGB is 161 - color contains mainly: red. Hex color #A16D7B is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A16D7B is #5E9284. Grayscale: #7E7E7E. Windows color (decimal): -6197893 or 8088993. OLE color: 8088993.
HSL color Cylindrical-coordinate representation of color #A16D7B: hue angle of 343.85º 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 #A16D7B is Cyan = 0, Magento = 0.32, Yellow = 0.24 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 161 | 109 | 123 | - |
| CMYK | 0 | 0.32 | 0.24 | 0.37 |
| HSL | 343.85º | 0.22% | 0.53% | - |
| HSV(B) | 343.85º | 0.32% | 0.63% | - |
| XYZ | 23.74 | 19.94 | 21.34 | - |
| YUV | 126.14 | 126.23 | 152.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 109 | 123 | 0 | 0.32 | 0.24 | 0.37 | 343.85 | 0.22 | 0.53 |
| Hex | A1 | 6D | 7B | 0 | 20 | 18 | 25 | 158 | 16 | 35 |
| Octal | 241 | 155 | 173 | 0 | 40 | 30 | 45 | 530 | 26 | 65 |
| Binary | 10100001 | 1101101 | 1111011 | 0 | 100000 | 11000 | 100101 | 101011000 | 10110 | 110101 |
Color Harmonies of #A16D7B
Complementary color
Monochromatic Colors of #A16D7B
Black with #A16D7B
Text Example
Text Example
White with #A16D7B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A16D7B; }
p { color: rgb(161,109,123); }
H1.HeaderClassName
{
color: #A16D7B;
}
.AnyTagClassName
{
color: #A16D7B;
}
</style>
background-color css
<style>
a { background-color: #A16D7B; }
a { background-color: rgb(161,109,123); }
div.DivClassName
{
background-color: #A16D7B;
}
.BgClassName
{
background-color: #A16D7B;
}
</style>
border-color css
<style>
span { border-color: #A16D7B; }
span { border-color: rgb(161,109,123); }
td.TdClassName
{
border-color: #A16D7B;
}
.TagClassName
{
border-color: #A16D7B;
}
</style>