Shades of Turkish Rose #A8787C
Tints of Turkish Rose #A8787C
RGB
CMYK
RGB Variations
Color information
#A8787C (or 0xA8787C) is known color: Turkish Rose. HEX triplet: A8, 78 and 7C. RGB value is (168,120,124). Sum of RGB (Red+Green+Blue) = 168+120+124=412 (54% of max value = 765). Red value is 168 (66.02% from 255 or 40.78% from 412); Green value is 120 (47.27% from 255 or 29.13% from 412); Blue value is 124 (48.83% from 255 or 30.10% from 412); Max value from RGB is 168 - color contains mainly: red. Hex color #A8787C is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A8787C is #578783. Grayscale: #868686. Windows color (decimal): -5736324 or 8157352. OLE color: 8157352.
HSL color Cylindrical-coordinate representation of color #A8787C: hue angle of 355º degrees, saturation: 0.22, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #A8787C is Cyan = 0, Magento = 0.29, Yellow = 0.26 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 168 | 120 | 124 | - |
| CMYK | 0 | 0.29 | 0.26 | 0.34 |
| HSL | 355º | 0.22% | 0.56% | - |
| HSV(B) | 355º | 0.29% | 0.66% | - |
| XYZ | 26.5 | 23.21 | 22.15 | - |
| YUV | 134.81 | 121.9 | 151.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 120 | 124 | 0 | 0.29 | 0.26 | 0.34 | 355 | 0.22 | 0.56 |
| Hex | A8 | 78 | 7C | 0 | 1D | 1A | 22 | 163 | 16 | 38 |
| Octal | 250 | 170 | 174 | 0 | 35 | 32 | 42 | 543 | 26 | 70 |
| Binary | 10101000 | 1111000 | 1111100 | 0 | 11101 | 11010 | 100010 | 101100011 | 10110 | 111000 |
Color Harmonies of #A8787C
Complementary color
Monochromatic Colors of #A8787C
Black with #A8787C
Text Example
Text Example
White with #A8787C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8787C; }
p { color: rgb(168,120,124); }
H1.HeaderClassName
{
color: #A8787C;
}
.AnyTagClassName
{
color: #A8787C;
}
</style>
background-color css
<style>
a { background-color: #A8787C; }
a { background-color: rgb(168,120,124); }
div.DivClassName
{
background-color: #A8787C;
}
.BgClassName
{
background-color: #A8787C;
}
</style>
border-color css
<style>
span { border-color: #A8787C; }
span { border-color: rgb(168,120,124); }
td.TdClassName
{
border-color: #A8787C;
}
.TagClassName
{
border-color: #A8787C;
}
</style>