Shades of Turkish Rose #A1747C
Tints of Turkish Rose #A1747C
RGB
CMYK
RGB Variations
Color information
#A1747C (or 0xA1747C) is known color: Turkish Rose. HEX triplet: A1, 74 and 7C. RGB value is (161,116,124). Sum of RGB (Red+Green+Blue) = 161+116+124=401 (53% of max value = 765). Red value is 161 (63.28% from 255 or 40.15% from 401); Green value is 116 (45.70% from 255 or 28.93% from 401); Blue value is 124 (48.83% from 255 or 30.92% from 401); Max value from RGB is 161 - color contains mainly: red. Hex color #A1747C is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A1747C is #5E8B83. Grayscale: #828282. Windows color (decimal): -6196100 or 8156321. OLE color: 8156321.
HSL color Cylindrical-coordinate representation of color #A1747C: hue angle of 349.33º degrees, saturation: 0.19, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #A1747C is Cyan = 0, Magento = 0.28, Yellow = 0.23 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 161 | 116 | 124 | - |
| CMYK | 0 | 0.28 | 0.23 | 0.37 |
| HSL | 349.33º | 0.19% | 0.54% | - |
| HSV(B) | 349.33º | 0.28% | 0.63% | - |
| XYZ | 24.58 | 21.52 | 21.93 | - |
| YUV | 130.37 | 124.41 | 149.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 116 | 124 | 0 | 0.28 | 0.23 | 0.37 | 349.33 | 0.19 | 0.54 |
| Hex | A1 | 74 | 7C | 0 | 1C | 17 | 25 | 15D | 13 | 36 |
| Octal | 241 | 164 | 174 | 0 | 34 | 27 | 45 | 535 | 23 | 66 |
| Binary | 10100001 | 1110100 | 1111100 | 0 | 11100 | 10111 | 100101 | 101011101 | 10011 | 110110 |
Color Harmonies of #A1747C
Complementary color
Monochromatic Colors of #A1747C
Black with #A1747C
Text Example
Text Example
White with #A1747C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A1747C; }
p { color: rgb(161,116,124); }
H1.HeaderClassName
{
color: #A1747C;
}
.AnyTagClassName
{
color: #A1747C;
}
</style>
background-color css
<style>
a { background-color: #A1747C; }
a { background-color: rgb(161,116,124); }
div.DivClassName
{
background-color: #A1747C;
}
.BgClassName
{
background-color: #A1747C;
}
</style>
border-color css
<style>
span { border-color: #A1747C; }
span { border-color: rgb(161,116,124); }
td.TdClassName
{
border-color: #A1747C;
}
.TagClassName
{
border-color: #A1747C;
}
</style>