Shades of Turkish Rose #A16F7B
Tints of Turkish Rose #A16F7B
RGB
CMYK
RGB Variations
Color information
#A16F7B (or 0xA16F7B) is known color: Turkish Rose. HEX triplet: A1, 6F and 7B. RGB value is (161,111,123). Sum of RGB (Red+Green+Blue) = 161+111+123=395 (52% of max value = 765). Red value is 161 (63.28% from 255 or 40.76% from 395); Green value is 111 (43.75% from 255 or 28.10% from 395); Blue value is 123 (48.44% from 255 or 31.14% from 395); Max value from RGB is 161 - color contains mainly: red. Hex color #A16F7B is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A16F7B is #5E9084. Grayscale: #7F7F7F. Windows color (decimal): -6197381 or 8089505. OLE color: 8089505.
HSL color Cylindrical-coordinate representation of color #A16F7B: hue angle of 345.6º 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 #A16F7B is Cyan = 0, Magento = 0.31, Yellow = 0.24 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 161 | 111 | 123 | - |
| CMYK | 0 | 0.31 | 0.24 | 0.37 |
| HSL | 345.6º | 0.21% | 0.53% | - |
| HSV(B) | 345.6º | 0.31% | 0.63% | - |
| XYZ | 23.96 | 20.38 | 21.41 | - |
| YUV | 127.32 | 125.57 | 152.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 111 | 123 | 0 | 0.31 | 0.24 | 0.37 | 345.6 | 0.21 | 0.53 |
| Hex | A1 | 6F | 7B | 0 | 1F | 18 | 25 | 15A | 15 | 35 |
| Octal | 241 | 157 | 173 | 0 | 37 | 30 | 45 | 532 | 25 | 65 |
| Binary | 10100001 | 1101111 | 1111011 | 0 | 11111 | 11000 | 100101 | 101011010 | 10101 | 110101 |
Color Harmonies of #A16F7B
Complementary color
Monochromatic Colors of #A16F7B
Black with #A16F7B
Text Example
Text Example
White with #A16F7B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A16F7B; }
p { color: rgb(161,111,123); }
H1.HeaderClassName
{
color: #A16F7B;
}
.AnyTagClassName
{
color: #A16F7B;
}
</style>
background-color css
<style>
a { background-color: #A16F7B; }
a { background-color: rgb(161,111,123); }
div.DivClassName
{
background-color: #A16F7B;
}
.BgClassName
{
background-color: #A16F7B;
}
</style>
border-color css
<style>
span { border-color: #A16F7B; }
span { border-color: rgb(161,111,123); }
td.TdClassName
{
border-color: #A16F7B;
}
.TagClassName
{
border-color: #A16F7B;
}
</style>