Shades of Turkish Rose #A1686E
Tints of Turkish Rose #A1686E
RGB
CMYK
RGB Variations
Color information
#A1686E (or 0xA1686E) is known color: Turkish Rose. HEX triplet: A1, 68 and 6E. RGB value is (161,104,110). Sum of RGB (Red+Green+Blue) = 161+104+110=375 (49% of max value = 765). Red value is 161 (63.28% from 255 or 42.93% from 375); Green value is 104 (41.02% from 255 or 27.73% from 375); Blue value is 110 (43.36% from 255 or 29.33% from 375); Max value from RGB is 161 - color contains mainly: red. Hex color #A1686E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A1686E is #5E9791. Grayscale: #797979. Windows color (decimal): -6199186 or 7235745. OLE color: 7235745.
HSL color Cylindrical-coordinate representation of color #A1686E: hue angle of 353.68º 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 #A1686E is Cyan = 0, Magento = 0.35, Yellow = 0.32 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 161 | 104 | 110 | - |
| CMYK | 0 | 0.35 | 0.32 | 0.37 |
| HSL | 353.68º | 0.23% | 0.52% | - |
| HSV(B) | 353.68º | 0.35% | 0.63% | - |
| XYZ | 22.46 | 18.6 | 17.16 | - |
| YUV | 121.73 | 121.38 | 156.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 104 | 110 | 0 | 0.35 | 0.32 | 0.37 | 353.68 | 0.23 | 0.52 |
| Hex | A1 | 68 | 6E | 0 | 23 | 20 | 25 | 162 | 17 | 34 |
| Octal | 241 | 150 | 156 | 0 | 43 | 40 | 45 | 542 | 27 | 64 |
| Binary | 10100001 | 1101000 | 1101110 | 0 | 100011 | 100000 | 100101 | 101100010 | 10111 | 110100 |
Color Harmonies of #A1686E
Complementary color
Monochromatic Colors of #A1686E
Black with #A1686E
Text Example
Text Example
White with #A1686E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A1686E; }
p { color: rgb(161,104,110); }
H1.HeaderClassName
{
color: #A1686E;
}
.AnyTagClassName
{
color: #A1686E;
}
</style>
background-color css
<style>
a { background-color: #A1686E; }
a { background-color: rgb(161,104,110); }
div.DivClassName
{
background-color: #A1686E;
}
.BgClassName
{
background-color: #A1686E;
}
</style>
border-color css
<style>
span { border-color: #A1686E; }
span { border-color: rgb(161,104,110); }
td.TdClassName
{
border-color: #A1686E;
}
.TagClassName
{
border-color: #A1686E;
}
</style>