Shades of Turkish Rose #A7656B
Tints of Turkish Rose #A7656B
RGB
CMYK
RGB Variations
Color information
#A7656B (or 0xA7656B) is known color: Turkish Rose. HEX triplet: A7, 65 and 6B. RGB value is (167,101,107). Sum of RGB (Red+Green+Blue) = 167+101+107=375 (49% of max value = 765). Red value is 167 (65.62% from 255 or 44.53% from 375); Green value is 101 (39.84% from 255 or 26.93% from 375); Blue value is 107 (42.19% from 255 or 28.53% from 375); Max value from RGB is 167 - color contains mainly: red. Hex color #A7656B is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A7656B is #589A94. Grayscale: #797979. Windows color (decimal): -5806741 or 7038375. OLE color: 7038375.
HSL color Cylindrical-coordinate representation of color #A7656B: hue angle of 354.55º 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 #A7656B is Cyan = 0, Magento = 0.40, Yellow = 0.36 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 167 | 101 | 107 | - |
| CMYK | 0 | 0.40 | 0.36 | 0.35 |
| HSL | 354.55º | 0.27% | 0.53% | - |
| HSV(B) | 354.55º | 0.4% | 0.65% | - |
| XYZ | 23.24 | 18.58 | 16.27 | - |
| YUV | 121.42 | 119.87 | 160.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 167 | 101 | 107 | 0 | 0.40 | 0.36 | 0.35 | 354.55 | 0.27 | 0.53 |
| Hex | A7 | 65 | 6B | 0 | 28 | 24 | 23 | 163 | 1B | 35 |
| Octal | 247 | 145 | 153 | 0 | 50 | 44 | 43 | 543 | 33 | 65 |
| Binary | 10100111 | 1100101 | 1101011 | 0 | 101000 | 100100 | 100011 | 101100011 | 11011 | 110101 |
Color Harmonies of #A7656B
Complementary color
Monochromatic Colors of #A7656B
Black with #A7656B
Text Example
Text Example
White with #A7656B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A7656B; }
p { color: rgb(167,101,107); }
H1.HeaderClassName
{
color: #A7656B;
}
.AnyTagClassName
{
color: #A7656B;
}
</style>
background-color css
<style>
a { background-color: #A7656B; }
a { background-color: rgb(167,101,107); }
div.DivClassName
{
background-color: #A7656B;
}
.BgClassName
{
background-color: #A7656B;
}
</style>
border-color css
<style>
span { border-color: #A7656B; }
span { border-color: rgb(167,101,107); }
td.TdClassName
{
border-color: #A7656B;
}
.TagClassName
{
border-color: #A7656B;
}
</style>