Shades of Turkish Rose #A86A76
Tints of Turkish Rose #A86A76
RGB
CMYK
RGB Variations
Color information
#A86A76 (or 0xA86A76) is known color: Turkish Rose. HEX triplet: A8, 6A and 76. RGB value is (168,106,118). Sum of RGB (Red+Green+Blue) = 168+106+118=392 (51% of max value = 765). Red value is 168 (66.02% from 255 or 42.86% from 392); Green value is 106 (41.80% from 255 or 27.04% from 392); Blue value is 118 (46.48% from 255 or 30.10% from 392); Max value from RGB is 168 - color contains mainly: red. Hex color #A86A76 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A86A76 is #579589. Grayscale: #7D7D7D. Windows color (decimal): -5739914 or 7760552. OLE color: 7760552.
HSL color Cylindrical-coordinate representation of color #A86A76: hue angle of 348.39º degrees, saturation: 0.26, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #A86A76 is Cyan = 0, Magento = 0.37, Yellow = 0.30 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 168 | 106 | 118 | - |
| CMYK | 0 | 0.37 | 0.30 | 0.34 |
| HSL | 348.39º | 0.26% | 0.54% | - |
| HSV(B) | 348.39º | 0.37% | 0.66% | - |
| XYZ | 24.57 | 19.94 | 19.69 | - |
| YUV | 125.91 | 123.54 | 158.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 106 | 118 | 0 | 0.37 | 0.30 | 0.34 | 348.39 | 0.26 | 0.54 |
| Hex | A8 | 6A | 76 | 0 | 25 | 1E | 22 | 15C | 1A | 36 |
| Octal | 250 | 152 | 166 | 0 | 45 | 36 | 42 | 534 | 32 | 66 |
| Binary | 10101000 | 1101010 | 1110110 | 0 | 100101 | 11110 | 100010 | 101011100 | 11010 | 110110 |
Color Harmonies of #A86A76
Complementary color
Monochromatic Colors of #A86A76
Black with #A86A76
Text Example
Text Example
White with #A86A76
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A86A76; }
p { color: rgb(168,106,118); }
H1.HeaderClassName
{
color: #A86A76;
}
.AnyTagClassName
{
color: #A86A76;
}
</style>
background-color css
<style>
a { background-color: #A86A76; }
a { background-color: rgb(168,106,118); }
div.DivClassName
{
background-color: #A86A76;
}
.BgClassName
{
background-color: #A86A76;
}
</style>
border-color css
<style>
span { border-color: #A86A76; }
span { border-color: rgb(168,106,118); }
td.TdClassName
{
border-color: #A86A76;
}
.TagClassName
{
border-color: #A86A76;
}
</style>