Shades of Turkish Rose #A66876
Tints of Turkish Rose #A66876
RGB
CMYK
RGB Variations
Color information
#A66876 (or 0xA66876) is known color: Turkish Rose. HEX triplet: A6, 68 and 76. RGB value is (166,104,118). Sum of RGB (Red+Green+Blue) = 166+104+118=388 (51% of max value = 765). Red value is 166 (65.23% from 255 or 42.78% from 388); Green value is 104 (41.02% from 255 or 26.80% from 388); Blue value is 118 (46.48% from 255 or 30.41% from 388); Max value from RGB is 166 - color contains mainly: red. Hex color #A66876 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A66876 is #599789. Grayscale: #7C7C7C. Windows color (decimal): -5871498 or 7760038. OLE color: 7760038.
HSL color Cylindrical-coordinate representation of color #A66876: hue angle of 346.45º degrees, saturation: 0.26, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #A66876 is Cyan = 0, Magento = 0.37, Yellow = 0.29 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 166 | 104 | 118 | - |
| CMYK | 0 | 0.37 | 0.29 | 0.35 |
| HSL | 346.45º | 0.26% | 0.53% | - |
| HSV(B) | 346.45º | 0.37% | 0.65% | - |
| XYZ | 23.95 | 19.32 | 19.61 | - |
| YUV | 124.13 | 124.54 | 157.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 104 | 118 | 0 | 0.37 | 0.29 | 0.35 | 346.45 | 0.26 | 0.53 |
| Hex | A6 | 68 | 76 | 0 | 25 | 1D | 23 | 15A | 1A | 35 |
| Octal | 246 | 150 | 166 | 0 | 45 | 35 | 43 | 532 | 32 | 65 |
| Binary | 10100110 | 1101000 | 1110110 | 0 | 100101 | 11101 | 100011 | 101011010 | 11010 | 110101 |
Color Harmonies of #A66876
Complementary color
Monochromatic Colors of #A66876
Black with #A66876
Text Example
Text Example
White with #A66876
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A66876; }
p { color: rgb(166,104,118); }
H1.HeaderClassName
{
color: #A66876;
}
.AnyTagClassName
{
color: #A66876;
}
</style>
background-color css
<style>
a { background-color: #A66876; }
a { background-color: rgb(166,104,118); }
div.DivClassName
{
background-color: #A66876;
}
.BgClassName
{
background-color: #A66876;
}
</style>
border-color css
<style>
span { border-color: #A66876; }
span { border-color: rgb(166,104,118); }
td.TdClassName
{
border-color: #A66876;
}
.TagClassName
{
border-color: #A66876;
}
</style>