Shades of Turkish Rose #A1747F
Tints of Turkish Rose #A1747F
RGB
CMYK
RGB Variations
Color information
#A1747F (or 0xA1747F) is known color: Turkish Rose. HEX triplet: A1, 74 and 7F. RGB value is (161,116,127). Sum of RGB (Red+Green+Blue) = 161+116+127=404 (53% of max value = 765). Red value is 161 (63.28% from 255 or 39.85% from 404); Green value is 116 (45.70% from 255 or 28.71% from 404); Blue value is 127 (50% from 255 or 31.44% from 404); Max value from RGB is 161 - color contains mainly: red. Hex color #A1747F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A1747F is #5E8B80. Grayscale: #828282. Windows color (decimal): -6196097 or 8352929. OLE color: 8352929.
HSL color Cylindrical-coordinate representation of color #A1747F: hue angle of 345.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 #A1747F is Cyan = 0, Magento = 0.28, Yellow = 0.21 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 161 | 116 | 127 | - |
| CMYK | 0 | 0.28 | 0.21 | 0.37 |
| HSL | 345.33º | 0.19% | 0.54% | - |
| HSV(B) | 345.33º | 0.28% | 0.63% | - |
| XYZ | 24.77 | 21.6 | 22.94 | - |
| YUV | 130.71 | 125.91 | 149.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 116 | 127 | 0 | 0.28 | 0.21 | 0.37 | 345.33 | 0.19 | 0.54 |
| Hex | A1 | 74 | 7F | 0 | 1C | 15 | 25 | 159 | 13 | 36 |
| Octal | 241 | 164 | 177 | 0 | 34 | 25 | 45 | 531 | 23 | 66 |
| Binary | 10100001 | 1110100 | 1111111 | 0 | 11100 | 10101 | 100101 | 101011001 | 10011 | 110110 |
Color Harmonies of #A1747F
Complementary color
Monochromatic Colors of #A1747F
Black with #A1747F
Text Example
Text Example
White with #A1747F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A1747F; }
p { color: rgb(161,116,127); }
H1.HeaderClassName
{
color: #A1747F;
}
.AnyTagClassName
{
color: #A1747F;
}
</style>
background-color css
<style>
a { background-color: #A1747F; }
a { background-color: rgb(161,116,127); }
div.DivClassName
{
background-color: #A1747F;
}
.BgClassName
{
background-color: #A1747F;
}
</style>
border-color css
<style>
span { border-color: #A1747F; }
span { border-color: rgb(161,116,127); }
td.TdClassName
{
border-color: #A1747F;
}
.TagClassName
{
border-color: #A1747F;
}
</style>