Shades of Turkish Rose #A8707C
Tints of Turkish Rose #A8707C
RGB
CMYK
RGB Variations
Color information
#A8707C (or 0xA8707C) is known color: Turkish Rose. HEX triplet: A8, 70 and 7C. RGB value is (168,112,124). Sum of RGB (Red+Green+Blue) = 168+112+124=404 (53% of max value = 765). Red value is 168 (66.02% from 255 or 41.58% from 404); Green value is 112 (44.14% from 255 or 27.72% from 404); Blue value is 124 (48.83% from 255 or 30.69% from 404); Max value from RGB is 168 - color contains mainly: red. Hex color #A8707C is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A8707C is #578F83. Grayscale: #828282. Windows color (decimal): -5738372 or 8155304. OLE color: 8155304.
HSL color Cylindrical-coordinate representation of color #A8707C: hue angle of 347.14º 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 #A8707C is Cyan = 0, Magento = 0.33, Yellow = 0.26 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 168 | 112 | 124 | - |
| CMYK | 0 | 0.33 | 0.26 | 0.34 |
| HSL | 347.14º | 0.24% | 0.55% | - |
| HSV(B) | 347.14º | 0.33% | 0.66% | - |
| XYZ | 25.58 | 21.37 | 21.85 | - |
| YUV | 130.11 | 124.55 | 155.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 112 | 124 | 0 | 0.33 | 0.26 | 0.34 | 347.14 | 0.24 | 0.55 |
| Hex | A8 | 70 | 7C | 0 | 21 | 1A | 22 | 15B | 18 | 37 |
| Octal | 250 | 160 | 174 | 0 | 41 | 32 | 42 | 533 | 30 | 67 |
| Binary | 10101000 | 1110000 | 1111100 | 0 | 100001 | 11010 | 100010 | 101011011 | 11000 | 110111 |
Color Harmonies of #A8707C
Complementary color
Monochromatic Colors of #A8707C
Black with #A8707C
Text Example
Text Example
White with #A8707C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8707C; }
p { color: rgb(168,112,124); }
H1.HeaderClassName
{
color: #A8707C;
}
.AnyTagClassName
{
color: #A8707C;
}
</style>
background-color css
<style>
a { background-color: #A8707C; }
a { background-color: rgb(168,112,124); }
div.DivClassName
{
background-color: #A8707C;
}
.BgClassName
{
background-color: #A8707C;
}
</style>
border-color css
<style>
span { border-color: #A8707C; }
span { border-color: rgb(168,112,124); }
td.TdClassName
{
border-color: #A8707C;
}
.TagClassName
{
border-color: #A8707C;
}
</style>