Shades of Turkish Rose #A6737F
Tints of Turkish Rose #A6737F
RGB
CMYK
RGB Variations
Color information
#A6737F (or 0xA6737F) is known color: Turkish Rose. HEX triplet: A6, 73 and 7F. RGB value is (166,115,127). Sum of RGB (Red+Green+Blue) = 166+115+127=408 (54% of max value = 765). Red value is 166 (65.23% from 255 or 40.69% from 408); Green value is 115 (45.31% from 255 or 28.19% from 408); Blue value is 127 (50% from 255 or 31.13% from 408); Max value from RGB is 166 - color contains mainly: red. Hex color #A6737F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A6737F is #598C80. Grayscale: #838383. Windows color (decimal): -5868673 or 8352678. OLE color: 8352678.
HSL color Cylindrical-coordinate representation of color #A6737F: hue angle of 345.88º degrees, saturation: 0.22, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #A6737F is Cyan = 0, Magento = 0.31, Yellow = 0.23 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 166 | 115 | 127 | - |
| CMYK | 0 | 0.31 | 0.23 | 0.35 |
| HSL | 345.88º | 0.22% | 0.55% | - |
| HSV(B) | 345.88º | 0.31% | 0.65% | - |
| XYZ | 25.69 | 21.9 | 22.95 | - |
| YUV | 131.62 | 125.4 | 152.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 115 | 127 | 0 | 0.31 | 0.23 | 0.35 | 345.88 | 0.22 | 0.55 |
| Hex | A6 | 73 | 7F | 0 | 1F | 17 | 23 | 15A | 16 | 37 |
| Octal | 246 | 163 | 177 | 0 | 37 | 27 | 43 | 532 | 26 | 67 |
| Binary | 10100110 | 1110011 | 1111111 | 0 | 11111 | 10111 | 100011 | 101011010 | 10110 | 110111 |
Color Harmonies of #A6737F
Complementary color
Monochromatic Colors of #A6737F
Black with #A6737F
Text Example
Text Example
White with #A6737F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A6737F; }
p { color: rgb(166,115,127); }
H1.HeaderClassName
{
color: #A6737F;
}
.AnyTagClassName
{
color: #A6737F;
}
</style>
background-color css
<style>
a { background-color: #A6737F; }
a { background-color: rgb(166,115,127); }
div.DivClassName
{
background-color: #A6737F;
}
.BgClassName
{
background-color: #A6737F;
}
</style>
border-color css
<style>
span { border-color: #A6737F; }
span { border-color: rgb(166,115,127); }
td.TdClassName
{
border-color: #A6737F;
}
.TagClassName
{
border-color: #A6737F;
}
</style>