Shades of Turkish Rose #A7656C
Tints of Turkish Rose #A7656C
RGB
CMYK
RGB Variations
Color information
#A7656C (or 0xA7656C) is known color: Turkish Rose. HEX triplet: A7, 65 and 6C. RGB value is (167,101,108). Sum of RGB (Red+Green+Blue) = 167+101+108=376 (49% of max value = 765). Red value is 167 (65.62% from 255 or 44.41% from 376); Green value is 101 (39.84% from 255 or 26.86% from 376); Blue value is 108 (42.58% from 255 or 28.72% from 376); Max value from RGB is 167 - color contains mainly: red. Hex color #A7656C is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A7656C is #589A93. Grayscale: #797979. Windows color (decimal): -5806740 or 7103911. OLE color: 7103911.
HSL color Cylindrical-coordinate representation of color #A7656C: hue angle of 353.64º degrees, saturation: 0.27, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #A7656C is Cyan = 0, Magento = 0.40, Yellow = 0.35 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 167 | 101 | 108 | - |
| CMYK | 0 | 0.40 | 0.35 | 0.35 |
| HSL | 353.64º | 0.27% | 0.53% | - |
| HSV(B) | 353.64º | 0.4% | 0.65% | - |
| XYZ | 23.3 | 18.61 | 16.55 | - |
| YUV | 121.53 | 120.37 | 160.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 167 | 101 | 108 | 0 | 0.40 | 0.35 | 0.35 | 353.64 | 0.27 | 0.53 |
| Hex | A7 | 65 | 6C | 0 | 28 | 23 | 23 | 162 | 1B | 35 |
| Octal | 247 | 145 | 154 | 0 | 50 | 43 | 43 | 542 | 33 | 65 |
| Binary | 10100111 | 1100101 | 1101100 | 0 | 101000 | 100011 | 100011 | 101100010 | 11011 | 110101 |
Color Harmonies of #A7656C
Complementary color
Monochromatic Colors of #A7656C
Black with #A7656C
Text Example
Text Example
White with #A7656C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A7656C; }
p { color: rgb(167,101,108); }
H1.HeaderClassName
{
color: #A7656C;
}
.AnyTagClassName
{
color: #A7656C;
}
</style>
background-color css
<style>
a { background-color: #A7656C; }
a { background-color: rgb(167,101,108); }
div.DivClassName
{
background-color: #A7656C;
}
.BgClassName
{
background-color: #A7656C;
}
</style>
border-color css
<style>
span { border-color: #A7656C; }
span { border-color: rgb(167,101,108); }
td.TdClassName
{
border-color: #A7656C;
}
.TagClassName
{
border-color: #A7656C;
}
</style>