Shades of Turkish Rose #A1707E
Tints of Turkish Rose #A1707E
RGB
CMYK
RGB Variations
Color information
#A1707E (or 0xA1707E) is known color: Turkish Rose. HEX triplet: A1, 70 and 7E. RGB value is (161,112,126). Sum of RGB (Red+Green+Blue) = 161+112+126=399 (52% of max value = 765). Red value is 161 (63.28% from 255 or 40.35% from 399); Green value is 112 (44.14% from 255 or 28.07% from 399); Blue value is 126 (49.61% from 255 or 31.58% from 399); Max value from RGB is 161 - color contains mainly: red. Hex color #A1707E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A1707E is #5E8F81. Grayscale: #808080. Windows color (decimal): -6197122 or 8286369. OLE color: 8286369.
HSL color Cylindrical-coordinate representation of color #A1707E: hue angle of 342.86º degrees, saturation: 0.21, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #A1707E is Cyan = 0, Magento = 0.30, Yellow = 0.22 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 161 | 112 | 126 | - |
| CMYK | 0 | 0.30 | 0.22 | 0.37 |
| HSL | 342.86º | 0.21% | 0.54% | - |
| HSV(B) | 342.86º | 0.3% | 0.63% | - |
| XYZ | 24.26 | 20.67 | 22.45 | - |
| YUV | 128.25 | 126.73 | 151.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 112 | 126 | 0 | 0.30 | 0.22 | 0.37 | 342.86 | 0.21 | 0.54 |
| Hex | A1 | 70 | 7E | 0 | 1E | 16 | 25 | 157 | 15 | 36 |
| Octal | 241 | 160 | 176 | 0 | 36 | 26 | 45 | 527 | 25 | 66 |
| Binary | 10100001 | 1110000 | 1111110 | 0 | 11110 | 10110 | 100101 | 101010111 | 10101 | 110110 |
Color Harmonies of #A1707E
Complementary color
Monochromatic Colors of #A1707E
Black with #A1707E
Text Example
Text Example
White with #A1707E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A1707E; }
p { color: rgb(161,112,126); }
H1.HeaderClassName
{
color: #A1707E;
}
.AnyTagClassName
{
color: #A1707E;
}
</style>
background-color css
<style>
a { background-color: #A1707E; }
a { background-color: rgb(161,112,126); }
div.DivClassName
{
background-color: #A1707E;
}
.BgClassName
{
background-color: #A1707E;
}
</style>
border-color css
<style>
span { border-color: #A1707E; }
span { border-color: rgb(161,112,126); }
td.TdClassName
{
border-color: #A1707E;
}
.TagClassName
{
border-color: #A1707E;
}
</style>