Shades of Turkish Rose #A86366
Tints of Turkish Rose #A86366
RGB
CMYK
RGB Variations
Color information
#A86366 (or 0xA86366) is known color: Turkish Rose. HEX triplet: A8, 63 and 66. RGB value is (168,99,102). Sum of RGB (Red+Green+Blue) = 168+99+102=369 (48% of max value = 765). Red value is 168 (66.02% from 255 or 45.53% from 369); Green value is 99 (39.06% from 255 or 26.83% from 369); Blue value is 102 (40.23% from 255 or 27.64% from 369); Max value from RGB is 168 - color contains mainly: red. Hex color #A86366 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A86366 is #579C99. Grayscale: #787878. Windows color (decimal): -5741722 or 6710184. OLE color: 6710184.
HSL color Cylindrical-coordinate representation of color #A86366: hue angle of 357.39º degrees, saturation: 0.28, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #A86366 is Cyan = 0, Magento = 0.41, Yellow = 0.39 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 168 | 99 | 102 | - |
| CMYK | 0 | 0.41 | 0.39 | 0.34 |
| HSL | 357.39º | 0.28% | 0.52% | - |
| HSV(B) | 357.39º | 0.41% | 0.66% | - |
| XYZ | 23.01 | 18.21 | 14.87 | - |
| YUV | 119.97 | 117.86 | 162.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 99 | 102 | 0 | 0.41 | 0.39 | 0.34 | 357.39 | 0.28 | 0.52 |
| Hex | A8 | 63 | 66 | 0 | 29 | 27 | 22 | 165 | 1C | 34 |
| Octal | 250 | 143 | 146 | 0 | 51 | 47 | 42 | 545 | 34 | 64 |
| Binary | 10101000 | 1100011 | 1100110 | 0 | 101001 | 100111 | 100010 | 101100101 | 11100 | 110100 |
Color Harmonies of #A86366
Complementary color
Monochromatic Colors of #A86366
Black with #A86366
Text Example
Text Example
White with #A86366
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A86366; }
p { color: rgb(168,99,102); }
H1.HeaderClassName
{
color: #A86366;
}
.AnyTagClassName
{
color: #A86366;
}
</style>
background-color css
<style>
a { background-color: #A86366; }
a { background-color: rgb(168,99,102); }
div.DivClassName
{
background-color: #A86366;
}
.BgClassName
{
background-color: #A86366;
}
</style>
border-color css
<style>
span { border-color: #A86366; }
span { border-color: rgb(168,99,102); }
td.TdClassName
{
border-color: #A86366;
}
.TagClassName
{
border-color: #A86366;
}
</style>