Shades of Turkish Rose #A1646D
Tints of Turkish Rose #A1646D
RGB
CMYK
RGB Variations
Color information
#A1646D (or 0xA1646D) is known color: Turkish Rose. HEX triplet: A1, 64 and 6D. RGB value is (161,100,109). Sum of RGB (Red+Green+Blue) = 161+100+109=370 (49% of max value = 765). Red value is 161 (63.28% from 255 or 43.51% from 370); Green value is 100 (39.45% from 255 or 27.03% from 370); Blue value is 109 (42.97% from 255 or 29.46% from 370); Max value from RGB is 161 - color contains mainly: red. Hex color #A1646D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A1646D is #5E9B92. Grayscale: #777777. Windows color (decimal): -6200211 or 7169185. OLE color: 7169185.
HSL color Cylindrical-coordinate representation of color #A1646D: hue angle of 351.15º degrees, saturation: 0.24, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #A1646D is Cyan = 0, Magento = 0.38, Yellow = 0.32 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 161 | 100 | 109 | - |
| CMYK | 0 | 0.38 | 0.32 | 0.37 |
| HSL | 351.15º | 0.24% | 0.51% | - |
| HSV(B) | 351.15º | 0.38% | 0.63% | - |
| XYZ | 22.02 | 17.8 | 16.74 | - |
| YUV | 119.27 | 122.21 | 157.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 100 | 109 | 0 | 0.38 | 0.32 | 0.37 | 351.15 | 0.24 | 0.51 |
| Hex | A1 | 64 | 6D | 0 | 26 | 20 | 25 | 15F | 18 | 33 |
| Octal | 241 | 144 | 155 | 0 | 46 | 40 | 45 | 537 | 30 | 63 |
| Binary | 10100001 | 1100100 | 1101101 | 0 | 100110 | 100000 | 100101 | 101011111 | 11000 | 110011 |
Color Harmonies of #A1646D
Complementary color
Monochromatic Colors of #A1646D
Black with #A1646D
Text Example
Text Example
White with #A1646D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A1646D; }
p { color: rgb(161,100,109); }
H1.HeaderClassName
{
color: #A1646D;
}
.AnyTagClassName
{
color: #A1646D;
}
</style>
background-color css
<style>
a { background-color: #A1646D; }
a { background-color: rgb(161,100,109); }
div.DivClassName
{
background-color: #A1646D;
}
.BgClassName
{
background-color: #A1646D;
}
</style>
border-color css
<style>
span { border-color: #A1646D; }
span { border-color: rgb(161,100,109); }
td.TdClassName
{
border-color: #A1646D;
}
.TagClassName
{
border-color: #A1646D;
}
</style>