Shades of Turkish Rose #A8686D
Tints of Turkish Rose #A8686D
RGB
CMYK
RGB Variations
Color information
#A8686D (or 0xA8686D) is known color: Turkish Rose. HEX triplet: A8, 68 and 6D. RGB value is (168,104,109). Sum of RGB (Red+Green+Blue) = 168+104+109=381 (50% of max value = 765). Red value is 168 (66.02% from 255 or 44.09% from 381); Green value is 104 (41.02% from 255 or 27.30% from 381); Blue value is 109 (42.97% from 255 or 28.61% from 381); Max value from RGB is 168 - color contains mainly: red. Hex color #A8686D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A8686D is #579792. Grayscale: #7B7B7B. Windows color (decimal): -5740435 or 7170216. OLE color: 7170216.
HSL color Cylindrical-coordinate representation of color #A8686D: hue angle of 355.31º degrees, saturation: 0.27, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #A8686D is Cyan = 0, Magento = 0.38, Yellow = 0.35 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 168 | 104 | 109 | - |
| CMYK | 0 | 0.38 | 0.35 | 0.34 |
| HSL | 355.31º | 0.27% | 0.53% | - |
| HSV(B) | 355.31º | 0.38% | 0.66% | - |
| XYZ | 23.86 | 19.33 | 16.94 | - |
| YUV | 123.71 | 119.7 | 159.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 104 | 109 | 0 | 0.38 | 0.35 | 0.34 | 355.31 | 0.27 | 0.53 |
| Hex | A8 | 68 | 6D | 0 | 26 | 23 | 22 | 163 | 1B | 35 |
| Octal | 250 | 150 | 155 | 0 | 46 | 43 | 42 | 543 | 33 | 65 |
| Binary | 10101000 | 1101000 | 1101101 | 0 | 100110 | 100011 | 100010 | 101100011 | 11011 | 110101 |
Color Harmonies of #A8686D
Complementary color
Monochromatic Colors of #A8686D
Black with #A8686D
Text Example
Text Example
White with #A8686D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8686D; }
p { color: rgb(168,104,109); }
H1.HeaderClassName
{
color: #A8686D;
}
.AnyTagClassName
{
color: #A8686D;
}
</style>
background-color css
<style>
a { background-color: #A8686D; }
a { background-color: rgb(168,104,109); }
div.DivClassName
{
background-color: #A8686D;
}
.BgClassName
{
background-color: #A8686D;
}
</style>
border-color css
<style>
span { border-color: #A8686D; }
span { border-color: rgb(168,104,109); }
td.TdClassName
{
border-color: #A8686D;
}
.TagClassName
{
border-color: #A8686D;
}
</style>