Shades of Turkish Rose #A86F7D
Tints of Turkish Rose #A86F7D
RGB
CMYK
RGB Variations
Color information
#A86F7D (or 0xA86F7D) is known color: Turkish Rose. HEX triplet: A8, 6F and 7D. RGB value is (168,111,125). Sum of RGB (Red+Green+Blue) = 168+111+125=404 (53% of max value = 765). Red value is 168 (66.02% from 255 or 41.58% from 404); Green value is 111 (43.75% from 255 or 27.48% from 404); Blue value is 125 (49.22% from 255 or 30.94% from 404); Max value from RGB is 168 - color contains mainly: red. Hex color #A86F7D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A86F7D is #579082. Grayscale: #818181. Windows color (decimal): -5738627 or 8220584. OLE color: 8220584.
HSL color Cylindrical-coordinate representation of color #A86F7D: hue angle of 345.26º 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 #A86F7D is Cyan = 0, Magento = 0.34, Yellow = 0.26 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 168 | 111 | 125 | - |
| CMYK | 0 | 0.34 | 0.26 | 0.34 |
| HSL | 345.26º | 0.25% | 0.55% | - |
| HSV(B) | 345.26º | 0.34% | 0.66% | - |
| XYZ | 25.53 | 21.17 | 22.14 | - |
| YUV | 129.64 | 125.38 | 155.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 111 | 125 | 0 | 0.34 | 0.26 | 0.34 | 345.26 | 0.25 | 0.55 |
| Hex | A8 | 6F | 7D | 0 | 22 | 1A | 22 | 159 | 19 | 37 |
| Octal | 250 | 157 | 175 | 0 | 42 | 32 | 42 | 531 | 31 | 67 |
| Binary | 10101000 | 1101111 | 1111101 | 0 | 100010 | 11010 | 100010 | 101011001 | 11001 | 110111 |
Color Harmonies of #A86F7D
Complementary color
Monochromatic Colors of #A86F7D
Black with #A86F7D
Text Example
Text Example
White with #A86F7D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A86F7D; }
p { color: rgb(168,111,125); }
H1.HeaderClassName
{
color: #A86F7D;
}
.AnyTagClassName
{
color: #A86F7D;
}
</style>
background-color css
<style>
a { background-color: #A86F7D; }
a { background-color: rgb(168,111,125); }
div.DivClassName
{
background-color: #A86F7D;
}
.BgClassName
{
background-color: #A86F7D;
}
</style>
border-color css
<style>
span { border-color: #A86F7D; }
span { border-color: rgb(168,111,125); }
td.TdClassName
{
border-color: #A86F7D;
}
.TagClassName
{
border-color: #A86F7D;
}
</style>