Shades of Turkish Rose #A6717A
Tints of Turkish Rose #A6717A
RGB
CMYK
RGB Variations
Color information
#A6717A (or 0xA6717A) is known color: Turkish Rose. HEX triplet: A6, 71 and 7A. RGB value is (166,113,122). Sum of RGB (Red+Green+Blue) = 166+113+122=401 (53% of max value = 765). Red value is 166 (65.23% from 255 or 41.40% from 401); Green value is 113 (44.53% from 255 or 28.18% from 401); Blue value is 122 (48.05% from 255 or 30.42% from 401); Max value from RGB is 166 - color contains mainly: red. Hex color #A6717A is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A6717A is #598E85. Grayscale: #818181. Windows color (decimal): -5869190 or 8024486. OLE color: 8024486.
HSL color Cylindrical-coordinate representation of color #A6717A: hue angle of 349.81º 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 #A6717A is Cyan = 0, Magento = 0.32, Yellow = 0.27 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 166 | 113 | 122 | - |
| CMYK | 0 | 0.32 | 0.27 | 0.35 |
| HSL | 349.81º | 0.23% | 0.55% | - |
| HSV(B) | 349.81º | 0.32% | 0.65% | - |
| XYZ | 25.14 | 21.32 | 21.2 | - |
| YUV | 129.87 | 123.56 | 153.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 113 | 122 | 0 | 0.32 | 0.27 | 0.35 | 349.81 | 0.23 | 0.55 |
| Hex | A6 | 71 | 7A | 0 | 20 | 1B | 23 | 15E | 17 | 37 |
| Octal | 246 | 161 | 172 | 0 | 40 | 33 | 43 | 536 | 27 | 67 |
| Binary | 10100110 | 1110001 | 1111010 | 0 | 100000 | 11011 | 100011 | 101011110 | 10111 | 110111 |
Color Harmonies of #A6717A
Complementary color
Monochromatic Colors of #A6717A
Black with #A6717A
Text Example
Text Example
White with #A6717A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A6717A; }
p { color: rgb(166,113,122); }
H1.HeaderClassName
{
color: #A6717A;
}
.AnyTagClassName
{
color: #A6717A;
}
</style>
background-color css
<style>
a { background-color: #A6717A; }
a { background-color: rgb(166,113,122); }
div.DivClassName
{
background-color: #A6717A;
}
.BgClassName
{
background-color: #A6717A;
}
</style>
border-color css
<style>
span { border-color: #A6717A; }
span { border-color: rgb(166,113,122); }
td.TdClassName
{
border-color: #A6717A;
}
.TagClassName
{
border-color: #A6717A;
}
</style>