Shades of Turkish Rose #A8707A
Tints of Turkish Rose #A8707A
RGB
CMYK
RGB Variations
Color information
#A8707A (or 0xA8707A) is known color: Turkish Rose. HEX triplet: A8, 70 and 7A. RGB value is (168,112,122). Sum of RGB (Red+Green+Blue) = 168+112+122=402 (53% of max value = 765). Red value is 168 (66.02% from 255 or 41.79% from 402); Green value is 112 (44.14% from 255 or 27.86% from 402); Blue value is 122 (48.05% from 255 or 30.35% from 402); Max value from RGB is 168 - color contains mainly: red. Hex color #A8707A is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A8707A is #578F85. Grayscale: #818181. Windows color (decimal): -5738374 or 8024232. OLE color: 8024232.
HSL color Cylindrical-coordinate representation of color #A8707A: hue angle of 349.29º degrees, saturation: 0.24, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #A8707A is Cyan = 0, Magento = 0.33, Yellow = 0.27 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 168 | 112 | 122 | - |
| CMYK | 0 | 0.33 | 0.27 | 0.34 |
| HSL | 349.29º | 0.24% | 0.55% | - |
| HSV(B) | 349.29º | 0.33% | 0.66% | - |
| XYZ | 25.46 | 21.32 | 21.19 | - |
| YUV | 129.88 | 123.55 | 155.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 112 | 122 | 0 | 0.33 | 0.27 | 0.34 | 349.29 | 0.24 | 0.55 |
| Hex | A8 | 70 | 7A | 0 | 21 | 1B | 22 | 15D | 18 | 37 |
| Octal | 250 | 160 | 172 | 0 | 41 | 33 | 42 | 535 | 30 | 67 |
| Binary | 10101000 | 1110000 | 1111010 | 0 | 100001 | 11011 | 100010 | 101011101 | 11000 | 110111 |
Color Harmonies of #A8707A
Complementary color
Monochromatic Colors of #A8707A
Black with #A8707A
Text Example
Text Example
White with #A8707A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8707A; }
p { color: rgb(168,112,122); }
H1.HeaderClassName
{
color: #A8707A;
}
.AnyTagClassName
{
color: #A8707A;
}
</style>
background-color css
<style>
a { background-color: #A8707A; }
a { background-color: rgb(168,112,122); }
div.DivClassName
{
background-color: #A8707A;
}
.BgClassName
{
background-color: #A8707A;
}
</style>
border-color css
<style>
span { border-color: #A8707A; }
span { border-color: rgb(168,112,122); }
td.TdClassName
{
border-color: #A8707A;
}
.TagClassName
{
border-color: #A8707A;
}
</style>