Shades of Turkish Rose #A6737A
Tints of Turkish Rose #A6737A
RGB
CMYK
RGB Variations
Color information
#A6737A (or 0xA6737A) is known color: Turkish Rose. HEX triplet: A6, 73 and 7A. RGB value is (166,115,122). Sum of RGB (Red+Green+Blue) = 166+115+122=403 (53% of max value = 765). Red value is 166 (65.23% from 255 or 41.19% from 403); Green value is 115 (45.31% from 255 or 28.54% from 403); Blue value is 122 (48.05% from 255 or 30.27% from 403); Max value from RGB is 166 - color contains mainly: red. Hex color #A6737A is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A6737A is #598C85. Grayscale: #838383. Windows color (decimal): -5868678 or 8024998. OLE color: 8024998.
HSL color Cylindrical-coordinate representation of color #A6737A: hue angle of 351.76º 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 #A6737A is Cyan = 0, Magento = 0.31, Yellow = 0.27 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 166 | 115 | 122 | - |
| CMYK | 0 | 0.31 | 0.27 | 0.35 |
| HSL | 351.76º | 0.22% | 0.55% | - |
| HSV(B) | 351.76º | 0.31% | 0.65% | - |
| XYZ | 25.37 | 21.77 | 21.28 | - |
| YUV | 131.05 | 122.9 | 152.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 115 | 122 | 0 | 0.31 | 0.27 | 0.35 | 351.76 | 0.22 | 0.55 |
| Hex | A6 | 73 | 7A | 0 | 1F | 1B | 23 | 160 | 16 | 37 |
| Octal | 246 | 163 | 172 | 0 | 37 | 33 | 43 | 540 | 26 | 67 |
| Binary | 10100110 | 1110011 | 1111010 | 0 | 11111 | 11011 | 100011 | 101100000 | 10110 | 110111 |
Color Harmonies of #A6737A
Complementary color
Monochromatic Colors of #A6737A
Black with #A6737A
Text Example
Text Example
White with #A6737A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A6737A; }
p { color: rgb(166,115,122); }
H1.HeaderClassName
{
color: #A6737A;
}
.AnyTagClassName
{
color: #A6737A;
}
</style>
background-color css
<style>
a { background-color: #A6737A; }
a { background-color: rgb(166,115,122); }
div.DivClassName
{
background-color: #A6737A;
}
.BgClassName
{
background-color: #A6737A;
}
</style>
border-color css
<style>
span { border-color: #A6737A; }
span { border-color: rgb(166,115,122); }
td.TdClassName
{
border-color: #A6737A;
}
.TagClassName
{
border-color: #A6737A;
}
</style>