Shades of Turkish Rose #A0686D
Tints of Turkish Rose #A0686D
RGB
CMYK
RGB Variations
Color information
#A0686D (or 0xA0686D) is known color: Turkish Rose. HEX triplet: A0, 68 and 6D. RGB value is (160,104,109). Sum of RGB (Red+Green+Blue) = 160+104+109=373 (49% of max value = 765). Red value is 160 (62.89% from 255 or 42.90% from 373); Green value is 104 (41.02% from 255 or 27.88% from 373); Blue value is 109 (42.97% from 255 or 29.22% from 373); Max value from RGB is 160 - color contains mainly: red. Hex color #A0686D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A0686D is #5F9792. Grayscale: #797979. Windows color (decimal): -6264723 or 7170208. OLE color: 7170208.
HSL color Cylindrical-coordinate representation of color #A0686D: hue angle of 354.64º 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 #A0686D is Cyan = 0, Magento = 0.35, Yellow = 0.32 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 160 | 104 | 109 | - |
| CMYK | 0 | 0.35 | 0.32 | 0.37 |
| HSL | 354.64º | 0.23% | 0.52% | - |
| HSV(B) | 354.64º | 0.35% | 0.63% | - |
| XYZ | 22.21 | 18.48 | 16.86 | - |
| YUV | 121.31 | 121.05 | 155.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 104 | 109 | 0 | 0.35 | 0.32 | 0.37 | 354.64 | 0.23 | 0.52 |
| Hex | A0 | 68 | 6D | 0 | 23 | 20 | 25 | 163 | 17 | 34 |
| Octal | 240 | 150 | 155 | 0 | 43 | 40 | 45 | 543 | 27 | 64 |
| Binary | 10100000 | 1101000 | 1101101 | 0 | 100011 | 100000 | 100101 | 101100011 | 10111 | 110100 |
Color Harmonies of #A0686D
Complementary color
Monochromatic Colors of #A0686D
Black with #A0686D
Text Example
Text Example
White with #A0686D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A0686D; }
p { color: rgb(160,104,109); }
H1.HeaderClassName
{
color: #A0686D;
}
.AnyTagClassName
{
color: #A0686D;
}
</style>
background-color css
<style>
a { background-color: #A0686D; }
a { background-color: rgb(160,104,109); }
div.DivClassName
{
background-color: #A0686D;
}
.BgClassName
{
background-color: #A0686D;
}
</style>
border-color css
<style>
span { border-color: #A0686D; }
span { border-color: rgb(160,104,109); }
td.TdClassName
{
border-color: #A0686D;
}
.TagClassName
{
border-color: #A0686D;
}
</style>