Shades of Turkish Rose #A8686E
Tints of Turkish Rose #A8686E
RGB
CMYK
RGB Variations
Color information
#A8686E (or 0xA8686E) is known color: Turkish Rose. HEX triplet: A8, 68 and 6E. RGB value is (168,104,110). Sum of RGB (Red+Green+Blue) = 168+104+110=382 (50% of max value = 765). Red value is 168 (66.02% from 255 or 43.98% from 382); Green value is 104 (41.02% from 255 or 27.23% from 382); Blue value is 110 (43.36% from 255 or 28.80% from 382); Max value from RGB is 168 - color contains mainly: red. Hex color #A8686E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A8686E is #579791. Grayscale: #7B7B7B. Windows color (decimal): -5740434 or 7235752. OLE color: 7235752.
HSL color Cylindrical-coordinate representation of color #A8686E: hue angle of 354.38º 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 #A8686E is Cyan = 0, Magento = 0.38, Yellow = 0.35 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 168 | 104 | 110 | - |
| CMYK | 0 | 0.38 | 0.35 | 0.34 |
| HSL | 354.38º | 0.27% | 0.53% | - |
| HSV(B) | 354.38º | 0.38% | 0.66% | - |
| XYZ | 23.91 | 19.35 | 17.23 | - |
| YUV | 123.82 | 120.2 | 159.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 104 | 110 | 0 | 0.38 | 0.35 | 0.34 | 354.38 | 0.27 | 0.53 |
| Hex | A8 | 68 | 6E | 0 | 26 | 23 | 22 | 162 | 1B | 35 |
| Octal | 250 | 150 | 156 | 0 | 46 | 43 | 42 | 542 | 33 | 65 |
| Binary | 10101000 | 1101000 | 1101110 | 0 | 100110 | 100011 | 100010 | 101100010 | 11011 | 110101 |
Color Harmonies of #A8686E
Complementary color
Monochromatic Colors of #A8686E
Black with #A8686E
Text Example
Text Example
White with #A8686E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8686E; }
p { color: rgb(168,104,110); }
H1.HeaderClassName
{
color: #A8686E;
}
.AnyTagClassName
{
color: #A8686E;
}
</style>
background-color css
<style>
a { background-color: #A8686E; }
a { background-color: rgb(168,104,110); }
div.DivClassName
{
background-color: #A8686E;
}
.BgClassName
{
background-color: #A8686E;
}
</style>
border-color css
<style>
span { border-color: #A8686E; }
span { border-color: rgb(168,104,110); }
td.TdClassName
{
border-color: #A8686E;
}
.TagClassName
{
border-color: #A8686E;
}
</style>