Shades of Turkish Rose #A1747D
Tints of Turkish Rose #A1747D
RGB
CMYK
RGB Variations
Color information
#A1747D (or 0xA1747D) is known color: Turkish Rose. HEX triplet: A1, 74 and 7D. RGB value is (161,116,125). Sum of RGB (Red+Green+Blue) = 161+116+125=402 (53% of max value = 765). Red value is 161 (63.28% from 255 or 40.05% from 402); Green value is 116 (45.70% from 255 or 28.86% from 402); Blue value is 125 (49.22% from 255 or 31.09% from 402); Max value from RGB is 161 - color contains mainly: red. Hex color #A1747D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A1747D is #5E8B82. Grayscale: #828282. Windows color (decimal): -6196099 or 8221857. OLE color: 8221857.
HSL color Cylindrical-coordinate representation of color #A1747D: hue angle of 348º 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 #A1747D is Cyan = 0, Magento = 0.28, Yellow = 0.22 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 161 | 116 | 125 | - |
| CMYK | 0 | 0.28 | 0.22 | 0.37 |
| HSL | 348º | 0.19% | 0.54% | - |
| HSV(B) | 348º | 0.28% | 0.63% | - |
| XYZ | 24.65 | 21.55 | 22.26 | - |
| YUV | 130.48 | 124.91 | 149.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 116 | 125 | 0 | 0.28 | 0.22 | 0.37 | 348 | 0.19 | 0.54 |
| Hex | A1 | 74 | 7D | 0 | 1C | 16 | 25 | 15C | 13 | 36 |
| Octal | 241 | 164 | 175 | 0 | 34 | 26 | 45 | 534 | 23 | 66 |
| Binary | 10100001 | 1110100 | 1111101 | 0 | 11100 | 10110 | 100101 | 101011100 | 10011 | 110110 |
Color Harmonies of #A1747D
Complementary color
Monochromatic Colors of #A1747D
Black with #A1747D
Text Example
Text Example
White with #A1747D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A1747D; }
p { color: rgb(161,116,125); }
H1.HeaderClassName
{
color: #A1747D;
}
.AnyTagClassName
{
color: #A1747D;
}
</style>
background-color css
<style>
a { background-color: #A1747D; }
a { background-color: rgb(161,116,125); }
div.DivClassName
{
background-color: #A1747D;
}
.BgClassName
{
background-color: #A1747D;
}
</style>
border-color css
<style>
span { border-color: #A1747D; }
span { border-color: rgb(161,116,125); }
td.TdClassName
{
border-color: #A1747D;
}
.TagClassName
{
border-color: #A1747D;
}
</style>