Shades of Turkish Rose #A16C7B
Tints of Turkish Rose #A16C7B
RGB
CMYK
RGB Variations
Color information
#A16C7B (or 0xA16C7B) is known color: Turkish Rose. HEX triplet: A1, 6C and 7B. RGB value is (161,108,123). Sum of RGB (Red+Green+Blue) = 161+108+123=392 (51% of max value = 765). Red value is 161 (63.28% from 255 or 41.07% from 392); Green value is 108 (42.58% from 255 or 27.55% from 392); Blue value is 123 (48.44% from 255 or 31.38% from 392); Max value from RGB is 161 - color contains mainly: red. Hex color #A16C7B is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A16C7B is #5E9384. Grayscale: #7D7D7D. Windows color (decimal): -6198149 or 8088737. OLE color: 8088737.
HSL color Cylindrical-coordinate representation of color #A16C7B: hue angle of 343.02º degrees, saturation: 0.22, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #A16C7B is Cyan = 0, Magento = 0.33, Yellow = 0.24 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 161 | 108 | 123 | - |
| CMYK | 0 | 0.33 | 0.24 | 0.37 |
| HSL | 343.02º | 0.22% | 0.53% | - |
| HSV(B) | 343.02º | 0.33% | 0.63% | - |
| XYZ | 23.64 | 19.73 | 21.3 | - |
| YUV | 125.56 | 126.56 | 153.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 108 | 123 | 0 | 0.33 | 0.24 | 0.37 | 343.02 | 0.22 | 0.53 |
| Hex | A1 | 6C | 7B | 0 | 21 | 18 | 25 | 157 | 16 | 35 |
| Octal | 241 | 154 | 173 | 0 | 41 | 30 | 45 | 527 | 26 | 65 |
| Binary | 10100001 | 1101100 | 1111011 | 0 | 100001 | 11000 | 100101 | 101010111 | 10110 | 110101 |
Color Harmonies of #A16C7B
Complementary color
Monochromatic Colors of #A16C7B
Black with #A16C7B
Text Example
Text Example
White with #A16C7B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A16C7B; }
p { color: rgb(161,108,123); }
H1.HeaderClassName
{
color: #A16C7B;
}
.AnyTagClassName
{
color: #A16C7B;
}
</style>
background-color css
<style>
a { background-color: #A16C7B; }
a { background-color: rgb(161,108,123); }
div.DivClassName
{
background-color: #A16C7B;
}
.BgClassName
{
background-color: #A16C7B;
}
</style>
border-color css
<style>
span { border-color: #A16C7B; }
span { border-color: rgb(161,108,123); }
td.TdClassName
{
border-color: #A16C7B;
}
.TagClassName
{
border-color: #A16C7B;
}
</style>