Shades of Turkish Rose #A1686B
Tints of Turkish Rose #A1686B
RGB
CMYK
RGB Variations
Color information
#A1686B (or 0xA1686B) is known color: Turkish Rose. HEX triplet: A1, 68 and 6B. RGB value is (161,104,107). Sum of RGB (Red+Green+Blue) = 161+104+107=372 (49% of max value = 765). Red value is 161 (63.28% from 255 or 43.28% from 372); Green value is 104 (41.02% from 255 or 27.96% from 372); Blue value is 107 (42.19% from 255 or 28.76% from 372); Max value from RGB is 161 - color contains mainly: red. Hex color #A1686B is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A1686B is #5E9794. Grayscale: #797979. Windows color (decimal): -6199189 or 7039137. OLE color: 7039137.
HSL color Cylindrical-coordinate representation of color #A1686B: hue angle of 356.84º degrees, saturation: 0.23, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #A1686B is Cyan = 0, Magento = 0.35, Yellow = 0.34 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 161 | 104 | 107 | - |
| CMYK | 0 | 0.35 | 0.34 | 0.37 |
| HSL | 356.84º | 0.23% | 0.52% | - |
| HSV(B) | 356.84º | 0.35% | 0.63% | - |
| XYZ | 22.3 | 18.54 | 16.31 | - |
| YUV | 121.39 | 119.88 | 156.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 104 | 107 | 0 | 0.35 | 0.34 | 0.37 | 356.84 | 0.23 | 0.52 |
| Hex | A1 | 68 | 6B | 0 | 23 | 22 | 25 | 165 | 17 | 34 |
| Octal | 241 | 150 | 153 | 0 | 43 | 42 | 45 | 545 | 27 | 64 |
| Binary | 10100001 | 1101000 | 1101011 | 0 | 100011 | 100010 | 100101 | 101100101 | 10111 | 110100 |
Color Harmonies of #A1686B
Complementary color
Monochromatic Colors of #A1686B
Black with #A1686B
Text Example
Text Example
White with #A1686B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A1686B; }
p { color: rgb(161,104,107); }
H1.HeaderClassName
{
color: #A1686B;
}
.AnyTagClassName
{
color: #A1686B;
}
</style>
background-color css
<style>
a { background-color: #A1686B; }
a { background-color: rgb(161,104,107); }
div.DivClassName
{
background-color: #A1686B;
}
.BgClassName
{
background-color: #A1686B;
}
</style>
border-color css
<style>
span { border-color: #A1686B; }
span { border-color: rgb(161,104,107); }
td.TdClassName
{
border-color: #A1686B;
}
.TagClassName
{
border-color: #A1686B;
}
</style>