Shades of Turkish Rose #A87879
Tints of Turkish Rose #A87879
RGB
CMYK
RGB Variations
Color information
#A87879 (or 0xA87879) is known color: Turkish Rose. HEX triplet: A8, 78 and 79. RGB value is (168,120,121). Sum of RGB (Red+Green+Blue) = 168+120+121=409 (54% of max value = 765). Red value is 168 (66.02% from 255 or 41.08% from 409); Green value is 120 (47.27% from 255 or 29.34% from 409); Blue value is 121 (47.66% from 255 or 29.58% from 409); Max value from RGB is 168 - color contains mainly: red. Hex color #A87879 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A87879 is #578786. Grayscale: #868686. Windows color (decimal): -5736327 or 7960744. OLE color: 7960744.
HSL color Cylindrical-coordinate representation of color #A87879: hue angle of 358.75º 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 #A87879 is Cyan = 0, Magento = 0.29, Yellow = 0.28 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 168 | 120 | 121 | - |
| CMYK | 0 | 0.29 | 0.28 | 0.34 |
| HSL | 358.75º | 0.22% | 0.56% | - |
| HSV(B) | 358.75º | 0.29% | 0.66% | - |
| XYZ | 26.32 | 23.14 | 21.17 | - |
| YUV | 134.47 | 120.4 | 151.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 120 | 121 | 0 | 0.29 | 0.28 | 0.34 | 358.75 | 0.22 | 0.56 |
| Hex | A8 | 78 | 79 | 0 | 1D | 1C | 22 | 167 | 16 | 38 |
| Octal | 250 | 170 | 171 | 0 | 35 | 34 | 42 | 547 | 26 | 70 |
| Binary | 10101000 | 1111000 | 1111001 | 0 | 11101 | 11100 | 100010 | 101100111 | 10110 | 111000 |
Color Harmonies of #A87879
Complementary color
Monochromatic Colors of #A87879
Black with #A87879
Text Example
Text Example
White with #A87879
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A87879; }
p { color: rgb(168,120,121); }
H1.HeaderClassName
{
color: #A87879;
}
.AnyTagClassName
{
color: #A87879;
}
</style>
background-color css
<style>
a { background-color: #A87879; }
a { background-color: rgb(168,120,121); }
div.DivClassName
{
background-color: #A87879;
}
.BgClassName
{
background-color: #A87879;
}
</style>
border-color css
<style>
span { border-color: #A87879; }
span { border-color: rgb(168,120,121); }
td.TdClassName
{
border-color: #A87879;
}
.TagClassName
{
border-color: #A87879;
}
</style>