Shades of Turkish Rose #A1707B
Tints of Turkish Rose #A1707B
RGB
CMYK
RGB Variations
Color information
#A1707B (or 0xA1707B) is known color: Turkish Rose. HEX triplet: A1, 70 and 7B. RGB value is (161,112,123). Sum of RGB (Red+Green+Blue) = 161+112+123=396 (52% of max value = 765). Red value is 161 (63.28% from 255 or 40.66% from 396); Green value is 112 (44.14% from 255 or 28.28% from 396); Blue value is 123 (48.44% from 255 or 31.06% from 396); Max value from RGB is 161 - color contains mainly: red. Hex color #A1707B is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A1707B is #5E8F84. Grayscale: #7F7F7F. Windows color (decimal): -6197125 or 8089761. OLE color: 8089761.
HSL color Cylindrical-coordinate representation of color #A1707B: hue angle of 346.53º 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 #A1707B is Cyan = 0, Magento = 0.30, Yellow = 0.24 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 161 | 112 | 123 | - |
| CMYK | 0 | 0.30 | 0.24 | 0.37 |
| HSL | 346.53º | 0.21% | 0.54% | - |
| HSV(B) | 346.53º | 0.3% | 0.63% | - |
| XYZ | 24.07 | 20.6 | 21.45 | - |
| YUV | 127.91 | 125.23 | 151.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 112 | 123 | 0 | 0.30 | 0.24 | 0.37 | 346.53 | 0.21 | 0.54 |
| Hex | A1 | 70 | 7B | 0 | 1E | 18 | 25 | 15B | 15 | 36 |
| Octal | 241 | 160 | 173 | 0 | 36 | 30 | 45 | 533 | 25 | 66 |
| Binary | 10100001 | 1110000 | 1111011 | 0 | 11110 | 11000 | 100101 | 101011011 | 10101 | 110110 |
Color Harmonies of #A1707B
Complementary color
Monochromatic Colors of #A1707B
Black with #A1707B
Text Example
Text Example
White with #A1707B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A1707B; }
p { color: rgb(161,112,123); }
H1.HeaderClassName
{
color: #A1707B;
}
.AnyTagClassName
{
color: #A1707B;
}
</style>
background-color css
<style>
a { background-color: #A1707B; }
a { background-color: rgb(161,112,123); }
div.DivClassName
{
background-color: #A1707B;
}
.BgClassName
{
background-color: #A1707B;
}
</style>
border-color css
<style>
span { border-color: #A1707B; }
span { border-color: rgb(161,112,123); }
td.TdClassName
{
border-color: #A1707B;
}
.TagClassName
{
border-color: #A1707B;
}
</style>