Shades of Turkish Rose #A1737B
Tints of Turkish Rose #A1737B
RGB
CMYK
RGB Variations
Color information
#A1737B (or 0xA1737B) is known color: Turkish Rose. HEX triplet: A1, 73 and 7B. RGB value is (161,115,123). Sum of RGB (Red+Green+Blue) = 161+115+123=399 (52% of max value = 765). Red value is 161 (63.28% from 255 or 40.35% from 399); Green value is 115 (45.31% from 255 or 28.82% from 399); Blue value is 123 (48.44% from 255 or 30.83% from 399); Max value from RGB is 161 - color contains mainly: red. Hex color #A1737B is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A1737B is #5E8C84. Grayscale: #818181. Windows color (decimal): -6196357 or 8090529. OLE color: 8090529.
HSL color Cylindrical-coordinate representation of color #A1737B: hue angle of 349.57º degrees, saturation: 0.2, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #A1737B is Cyan = 0, Magento = 0.29, Yellow = 0.24 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 161 | 115 | 123 | - |
| CMYK | 0 | 0.29 | 0.24 | 0.37 |
| HSL | 349.57º | 0.2% | 0.54% | - |
| HSV(B) | 349.57º | 0.29% | 0.63% | - |
| XYZ | 24.4 | 21.27 | 21.56 | - |
| YUV | 129.67 | 124.24 | 150.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 115 | 123 | 0 | 0.29 | 0.24 | 0.37 | 349.57 | 0.2 | 0.54 |
| Hex | A1 | 73 | 7B | 0 | 1D | 18 | 25 | 15E | 14 | 36 |
| Octal | 241 | 163 | 173 | 0 | 35 | 30 | 45 | 536 | 24 | 66 |
| Binary | 10100001 | 1110011 | 1111011 | 0 | 11101 | 11000 | 100101 | 101011110 | 10100 | 110110 |
Color Harmonies of #A1737B
Complementary color
Monochromatic Colors of #A1737B
Black with #A1737B
Text Example
Text Example
White with #A1737B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A1737B; }
p { color: rgb(161,115,123); }
H1.HeaderClassName
{
color: #A1737B;
}
.AnyTagClassName
{
color: #A1737B;
}
</style>
background-color css
<style>
a { background-color: #A1737B; }
a { background-color: rgb(161,115,123); }
div.DivClassName
{
background-color: #A1737B;
}
.BgClassName
{
background-color: #A1737B;
}
</style>
border-color css
<style>
span { border-color: #A1737B; }
span { border-color: rgb(161,115,123); }
td.TdClassName
{
border-color: #A1737B;
}
.TagClassName
{
border-color: #A1737B;
}
</style>