Shades of Turkish Rose #A6717B
Tints of Turkish Rose #A6717B
RGB
CMYK
RGB Variations
Color information
#A6717B (or 0xA6717B) is known color: Turkish Rose. HEX triplet: A6, 71 and 7B. RGB value is (166,113,123). Sum of RGB (Red+Green+Blue) = 166+113+123=402 (53% of max value = 765). Red value is 166 (65.23% from 255 or 41.29% from 402); Green value is 113 (44.53% from 255 or 28.11% from 402); Blue value is 123 (48.44% from 255 or 30.60% from 402); Max value from RGB is 166 - color contains mainly: red. Hex color #A6717B is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A6717B is #598E84. Grayscale: #828282. Windows color (decimal): -5869189 or 8090022. OLE color: 8090022.
HSL color Cylindrical-coordinate representation of color #A6717B: hue angle of 348.68º degrees, saturation: 0.23, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #A6717B is Cyan = 0, Magento = 0.32, Yellow = 0.26 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 166 | 113 | 123 | - |
| CMYK | 0 | 0.32 | 0.26 | 0.35 |
| HSL | 348.68º | 0.23% | 0.55% | - |
| HSV(B) | 348.68º | 0.32% | 0.65% | - |
| XYZ | 25.21 | 21.35 | 21.53 | - |
| YUV | 129.99 | 124.06 | 153.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 113 | 123 | 0 | 0.32 | 0.26 | 0.35 | 348.68 | 0.23 | 0.55 |
| Hex | A6 | 71 | 7B | 0 | 20 | 1A | 23 | 15D | 17 | 37 |
| Octal | 246 | 161 | 173 | 0 | 40 | 32 | 43 | 535 | 27 | 67 |
| Binary | 10100110 | 1110001 | 1111011 | 0 | 100000 | 11010 | 100011 | 101011101 | 10111 | 110111 |
Color Harmonies of #A6717B
Complementary color
Monochromatic Colors of #A6717B
Black with #A6717B
Text Example
Text Example
White with #A6717B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A6717B; }
p { color: rgb(166,113,123); }
H1.HeaderClassName
{
color: #A6717B;
}
.AnyTagClassName
{
color: #A6717B;
}
</style>
background-color css
<style>
a { background-color: #A6717B; }
a { background-color: rgb(166,113,123); }
div.DivClassName
{
background-color: #A6717B;
}
.BgClassName
{
background-color: #A6717B;
}
</style>
border-color css
<style>
span { border-color: #A6717B; }
span { border-color: rgb(166,113,123); }
td.TdClassName
{
border-color: #A6717B;
}
.TagClassName
{
border-color: #A6717B;
}
</style>