Shades of Turkish Rose #A87F84
Tints of Turkish Rose #A87F84
RGB
CMYK
RGB Variations
Color information
#A87F84 (or 0xA87F84) is known color: Turkish Rose. HEX triplet: A8, 7F and 84. RGB value is (168,127,132). Sum of RGB (Red+Green+Blue) = 168+127+132=427 (56% of max value = 765). Red value is 168 (66.02% from 255 or 39.34% from 427); Green value is 127 (50% from 255 or 29.74% from 427); Blue value is 132 (51.95% from 255 or 30.91% from 427); Max value from RGB is 168 - color contains mainly: red. Hex color #A87F84 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A87F84 is #57807B. Grayscale: #8B8B8B. Windows color (decimal): -5734524 or 8683432. OLE color: 8683432.
HSL color Cylindrical-coordinate representation of color #A87F84: hue angle of 352.68º degrees, saturation: 0.19, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #A87F84 is Cyan = 0, Magento = 0.24, Yellow = 0.21 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 168 | 127 | 132 | - |
| CMYK | 0 | 0.24 | 0.21 | 0.34 |
| HSL | 352.68º | 0.19% | 0.58% | - |
| HSV(B) | 352.68º | 0.24% | 0.66% | - |
| XYZ | 27.9 | 25.17 | 25.22 | - |
| YUV | 139.83 | 123.58 | 148.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 127 | 132 | 0 | 0.24 | 0.21 | 0.34 | 352.68 | 0.19 | 0.58 |
| Hex | A8 | 7F | 84 | 0 | 18 | 15 | 22 | 161 | 13 | 3A |
| Octal | 250 | 177 | 204 | 0 | 30 | 25 | 42 | 541 | 23 | 72 |
| Binary | 10101000 | 1111111 | 10000100 | 0 | 11000 | 10101 | 100010 | 101100001 | 10011 | 111010 |
Color Harmonies of #A87F84
Complementary color
Monochromatic Colors of #A87F84
Black with #A87F84
Text Example
Text Example
White with #A87F84
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A87F84; }
p { color: rgb(168,127,132); }
H1.HeaderClassName
{
color: #A87F84;
}
.AnyTagClassName
{
color: #A87F84;
}
</style>
background-color css
<style>
a { background-color: #A87F84; }
a { background-color: rgb(168,127,132); }
div.DivClassName
{
background-color: #A87F84;
}
.BgClassName
{
background-color: #A87F84;
}
</style>
border-color css
<style>
span { border-color: #A87F84; }
span { border-color: rgb(168,127,132); }
td.TdClassName
{
border-color: #A87F84;
}
.TagClassName
{
border-color: #A87F84;
}
</style>