Shades of Turkish Rose #A1636B
Tints of Turkish Rose #A1636B
RGB
CMYK
RGB Variations
Color information
#A1636B (or 0xA1636B) is known color: Turkish Rose. HEX triplet: A1, 63 and 6B. RGB value is (161,99,107). Sum of RGB (Red+Green+Blue) = 161+99+107=367 (48% of max value = 765). Red value is 161 (63.28% from 255 or 43.87% from 367); Green value is 99 (39.06% from 255 or 26.98% from 367); Blue value is 107 (42.19% from 255 or 29.16% from 367); Max value from RGB is 161 - color contains mainly: red. Hex color #A1636B is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A1636B is #5E9C94. Grayscale: #767676. Windows color (decimal): -6200469 or 7037857. OLE color: 7037857.
HSL color Cylindrical-coordinate representation of color #A1636B: hue angle of 352.26º degrees, saturation: 0.25, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #A1636B is Cyan = 0, Magento = 0.39, Yellow = 0.34 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 161 | 99 | 107 | - |
| CMYK | 0 | 0.39 | 0.34 | 0.37 |
| HSL | 352.26º | 0.25% | 0.51% | - |
| HSV(B) | 352.26º | 0.39% | 0.63% | - |
| XYZ | 21.81 | 17.56 | 16.15 | - |
| YUV | 118.45 | 121.54 | 158.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 99 | 107 | 0 | 0.39 | 0.34 | 0.37 | 352.26 | 0.25 | 0.51 |
| Hex | A1 | 63 | 6B | 0 | 27 | 22 | 25 | 160 | 19 | 33 |
| Octal | 241 | 143 | 153 | 0 | 47 | 42 | 45 | 540 | 31 | 63 |
| Binary | 10100001 | 1100011 | 1101011 | 0 | 100111 | 100010 | 100101 | 101100000 | 11001 | 110011 |
Color Harmonies of #A1636B
Complementary color
Monochromatic Colors of #A1636B
Black with #A1636B
Text Example
Text Example
White with #A1636B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A1636B; }
p { color: rgb(161,99,107); }
H1.HeaderClassName
{
color: #A1636B;
}
.AnyTagClassName
{
color: #A1636B;
}
</style>
background-color css
<style>
a { background-color: #A1636B; }
a { background-color: rgb(161,99,107); }
div.DivClassName
{
background-color: #A1636B;
}
.BgClassName
{
background-color: #A1636B;
}
</style>
border-color css
<style>
span { border-color: #A1636B; }
span { border-color: rgb(161,99,107); }
td.TdClassName
{
border-color: #A1636B;
}
.TagClassName
{
border-color: #A1636B;
}
</style>