Shades of Turkish Rose #A6797B
Tints of Turkish Rose #A6797B
RGB
CMYK
RGB Variations
Color information
#A6797B (or 0xA6797B) is known color: Turkish Rose. HEX triplet: A6, 79 and 7B. RGB value is (166,121,123). Sum of RGB (Red+Green+Blue) = 166+121+123=410 (54% of max value = 765). Red value is 166 (65.23% from 255 or 40.49% from 410); Green value is 121 (47.66% from 255 or 29.51% from 410); Blue value is 123 (48.44% from 255 or 30% from 410); Max value from RGB is 166 - color contains mainly: red. Hex color #A6797B is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A6797B is #598684. Grayscale: #868686. Windows color (decimal): -5867141 or 8092070. OLE color: 8092070.
HSL color Cylindrical-coordinate representation of color #A6797B: hue angle of 357.33º degrees, saturation: 0.2, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #A6797B is Cyan = 0, Magento = 0.27, Yellow = 0.26 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 166 | 121 | 123 | - |
| CMYK | 0 | 0.27 | 0.26 | 0.35 |
| HSL | 357.33º | 0.2% | 0.56% | - |
| HSV(B) | 357.33º | 0.27% | 0.65% | - |
| XYZ | 26.14 | 23.21 | 21.84 | - |
| YUV | 134.68 | 121.41 | 150.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 121 | 123 | 0 | 0.27 | 0.26 | 0.35 | 357.33 | 0.2 | 0.56 |
| Hex | A6 | 79 | 7B | 0 | 1B | 1A | 23 | 165 | 14 | 38 |
| Octal | 246 | 171 | 173 | 0 | 33 | 32 | 43 | 545 | 24 | 70 |
| Binary | 10100110 | 1111001 | 1111011 | 0 | 11011 | 11010 | 100011 | 101100101 | 10100 | 111000 |
Color Harmonies of #A6797B
Complementary color
Monochromatic Colors of #A6797B
Black with #A6797B
Text Example
Text Example
White with #A6797B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A6797B; }
p { color: rgb(166,121,123); }
H1.HeaderClassName
{
color: #A6797B;
}
.AnyTagClassName
{
color: #A6797B;
}
</style>
background-color css
<style>
a { background-color: #A6797B; }
a { background-color: rgb(166,121,123); }
div.DivClassName
{
background-color: #A6797B;
}
.BgClassName
{
background-color: #A6797B;
}
</style>
border-color css
<style>
span { border-color: #A6797B; }
span { border-color: rgb(166,121,123); }
td.TdClassName
{
border-color: #A6797B;
}
.TagClassName
{
border-color: #A6797B;
}
</style>