Shades of Turkish Rose #A1646B
Tints of Turkish Rose #A1646B
RGB
CMYK
RGB Variations
Color information
#A1646B (or 0xA1646B) is known color: Turkish Rose. HEX triplet: A1, 64 and 6B. RGB value is (161,100,107). Sum of RGB (Red+Green+Blue) = 161+100+107=368 (48% of max value = 765). Red value is 161 (63.28% from 255 or 43.75% from 368); Green value is 100 (39.45% from 255 or 27.17% from 368); Blue value is 107 (42.19% from 255 or 29.08% from 368); Max value from RGB is 161 - color contains mainly: red. Hex color #A1646B is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A1646B is #5E9B94. Grayscale: #777777. Windows color (decimal): -6200213 or 7038113. OLE color: 7038113.
HSL color Cylindrical-coordinate representation of color #A1646B: hue angle of 353.11º 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 #A1646B is Cyan = 0, Magento = 0.38, Yellow = 0.34 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 161 | 100 | 107 | - |
| CMYK | 0 | 0.38 | 0.34 | 0.37 |
| HSL | 353.11º | 0.24% | 0.51% | - |
| HSV(B) | 353.11º | 0.38% | 0.63% | - |
| XYZ | 21.91 | 17.75 | 16.18 | - |
| YUV | 119.04 | 121.21 | 157.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 100 | 107 | 0 | 0.38 | 0.34 | 0.37 | 353.11 | 0.24 | 0.51 |
| Hex | A1 | 64 | 6B | 0 | 26 | 22 | 25 | 161 | 18 | 33 |
| Octal | 241 | 144 | 153 | 0 | 46 | 42 | 45 | 541 | 30 | 63 |
| Binary | 10100001 | 1100100 | 1101011 | 0 | 100110 | 100010 | 100101 | 101100001 | 11000 | 110011 |
Color Harmonies of #A1646B
Complementary color
Monochromatic Colors of #A1646B
Black with #A1646B
Text Example
Text Example
White with #A1646B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A1646B; }
p { color: rgb(161,100,107); }
H1.HeaderClassName
{
color: #A1646B;
}
.AnyTagClassName
{
color: #A1646B;
}
</style>
background-color css
<style>
a { background-color: #A1646B; }
a { background-color: rgb(161,100,107); }
div.DivClassName
{
background-color: #A1646B;
}
.BgClassName
{
background-color: #A1646B;
}
</style>
border-color css
<style>
span { border-color: #A1646B; }
span { border-color: rgb(161,100,107); }
td.TdClassName
{
border-color: #A1646B;
}
.TagClassName
{
border-color: #A1646B;
}
</style>