Shades of Turkish Rose #A1636C
Tints of Turkish Rose #A1636C
RGB
CMYK
RGB Variations
Color information
#A1636C (or 0xA1636C) is known color: Turkish Rose. HEX triplet: A1, 63 and 6C. RGB value is (161,99,108). Sum of RGB (Red+Green+Blue) = 161+99+108=368 (48% of max value = 765). Red value is 161 (63.28% from 255 or 43.75% from 368); Green value is 99 (39.06% from 255 or 26.90% from 368); Blue value is 108 (42.58% from 255 or 29.35% from 368); Max value from RGB is 161 - color contains mainly: red. Hex color #A1636C is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A1636C is #5E9C93. Grayscale: #767676. Windows color (decimal): -6200468 or 7103393. OLE color: 7103393.
HSL color Cylindrical-coordinate representation of color #A1636C: hue angle of 351.29º 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 #A1636C is Cyan = 0, Magento = 0.39, Yellow = 0.33 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 161 | 99 | 108 | - |
| CMYK | 0 | 0.39 | 0.33 | 0.37 |
| HSL | 351.29º | 0.25% | 0.51% | - |
| HSV(B) | 351.29º | 0.39% | 0.63% | - |
| XYZ | 21.87 | 17.58 | 16.43 | - |
| YUV | 118.56 | 122.04 | 158.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 99 | 108 | 0 | 0.39 | 0.33 | 0.37 | 351.29 | 0.25 | 0.51 |
| Hex | A1 | 63 | 6C | 0 | 27 | 21 | 25 | 15F | 19 | 33 |
| Octal | 241 | 143 | 154 | 0 | 47 | 41 | 45 | 537 | 31 | 63 |
| Binary | 10100001 | 1100011 | 1101100 | 0 | 100111 | 100001 | 100101 | 101011111 | 11001 | 110011 |
Color Harmonies of #A1636C
Complementary color
Monochromatic Colors of #A1636C
Black with #A1636C
Text Example
Text Example
White with #A1636C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A1636C; }
p { color: rgb(161,99,108); }
H1.HeaderClassName
{
color: #A1636C;
}
.AnyTagClassName
{
color: #A1636C;
}
</style>
background-color css
<style>
a { background-color: #A1636C; }
a { background-color: rgb(161,99,108); }
div.DivClassName
{
background-color: #A1636C;
}
.BgClassName
{
background-color: #A1636C;
}
</style>
border-color css
<style>
span { border-color: #A1636C; }
span { border-color: rgb(161,99,108); }
td.TdClassName
{
border-color: #A1636C;
}
.TagClassName
{
border-color: #A1636C;
}
</style>