Shades of Turkish Rose #A86F7B
Tints of Turkish Rose #A86F7B
RGB
CMYK
RGB Variations
Color information
#A86F7B (or 0xA86F7B) is known color: Turkish Rose. HEX triplet: A8, 6F and 7B. RGB value is (168,111,123). Sum of RGB (Red+Green+Blue) = 168+111+123=402 (53% of max value = 765). Red value is 168 (66.02% from 255 or 41.79% from 402); Green value is 111 (43.75% from 255 or 27.61% from 402); Blue value is 123 (48.44% from 255 or 30.60% from 402); Max value from RGB is 168 - color contains mainly: red. Hex color #A86F7B is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A86F7B is #579084. Grayscale: #818181. Windows color (decimal): -5738629 or 8089512. OLE color: 8089512.
HSL color Cylindrical-coordinate representation of color #A86F7B: hue angle of 347.37º degrees, saturation: 0.25, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #A86F7B is Cyan = 0, Magento = 0.34, Yellow = 0.27 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 168 | 111 | 123 | - |
| CMYK | 0 | 0.34 | 0.27 | 0.34 |
| HSL | 347.37º | 0.25% | 0.55% | - |
| HSV(B) | 347.37º | 0.34% | 0.66% | - |
| XYZ | 25.41 | 21.12 | 21.48 | - |
| YUV | 129.41 | 124.38 | 155.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 111 | 123 | 0 | 0.34 | 0.27 | 0.34 | 347.37 | 0.25 | 0.55 |
| Hex | A8 | 6F | 7B | 0 | 22 | 1B | 22 | 15B | 19 | 37 |
| Octal | 250 | 157 | 173 | 0 | 42 | 33 | 42 | 533 | 31 | 67 |
| Binary | 10101000 | 1101111 | 1111011 | 0 | 100010 | 11011 | 100010 | 101011011 | 11001 | 110111 |
Color Harmonies of #A86F7B
Complementary color
Monochromatic Colors of #A86F7B
Black with #A86F7B
Text Example
Text Example
White with #A86F7B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A86F7B; }
p { color: rgb(168,111,123); }
H1.HeaderClassName
{
color: #A86F7B;
}
.AnyTagClassName
{
color: #A86F7B;
}
</style>
background-color css
<style>
a { background-color: #A86F7B; }
a { background-color: rgb(168,111,123); }
div.DivClassName
{
background-color: #A86F7B;
}
.BgClassName
{
background-color: #A86F7B;
}
</style>
border-color css
<style>
span { border-color: #A86F7B; }
span { border-color: rgb(168,111,123); }
td.TdClassName
{
border-color: #A86F7B;
}
.TagClassName
{
border-color: #A86F7B;
}
</style>