Shades of Turkish Rose #A8787E
Tints of Turkish Rose #A8787E
RGB
CMYK
RGB Variations
Color information
#A8787E (or 0xA8787E) is known color: Turkish Rose. HEX triplet: A8, 78 and 7E. RGB value is (168,120,126). Sum of RGB (Red+Green+Blue) = 168+120+126=414 (54% of max value = 765). Red value is 168 (66.02% from 255 or 40.58% from 414); Green value is 120 (47.27% from 255 or 28.99% from 414); Blue value is 126 (49.61% from 255 or 30.43% from 414); Max value from RGB is 168 - color contains mainly: red. Hex color #A8787E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A8787E is #578781. Grayscale: #878787. Windows color (decimal): -5736322 or 8288424. OLE color: 8288424.
HSL color Cylindrical-coordinate representation of color #A8787E: hue angle of 352.5º 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 #A8787E is Cyan = 0, Magento = 0.29, Yellow = 0.25 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 168 | 120 | 126 | - |
| CMYK | 0 | 0.29 | 0.25 | 0.34 |
| HSL | 352.5º | 0.22% | 0.56% | - |
| HSV(B) | 352.5º | 0.29% | 0.66% | - |
| XYZ | 26.63 | 23.26 | 22.83 | - |
| YUV | 135.04 | 122.9 | 151.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 120 | 126 | 0 | 0.29 | 0.25 | 0.34 | 352.5 | 0.22 | 0.56 |
| Hex | A8 | 78 | 7E | 0 | 1D | 19 | 22 | 160 | 16 | 38 |
| Octal | 250 | 170 | 176 | 0 | 35 | 31 | 42 | 540 | 26 | 70 |
| Binary | 10101000 | 1111000 | 1111110 | 0 | 11101 | 11001 | 100010 | 101100000 | 10110 | 111000 |
Color Harmonies of #A8787E
Complementary color
Monochromatic Colors of #A8787E
Black with #A8787E
Text Example
Text Example
White with #A8787E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8787E; }
p { color: rgb(168,120,126); }
H1.HeaderClassName
{
color: #A8787E;
}
.AnyTagClassName
{
color: #A8787E;
}
</style>
background-color css
<style>
a { background-color: #A8787E; }
a { background-color: rgb(168,120,126); }
div.DivClassName
{
background-color: #A8787E;
}
.BgClassName
{
background-color: #A8787E;
}
</style>
border-color css
<style>
span { border-color: #A8787E; }
span { border-color: rgb(168,120,126); }
td.TdClassName
{
border-color: #A8787E;
}
.TagClassName
{
border-color: #A8787E;
}
</style>