Shades of Turkish Rose #A86D7A
Tints of Turkish Rose #A86D7A
RGB
CMYK
RGB Variations
Color information
#A86D7A (or 0xA86D7A) is known color: Turkish Rose. HEX triplet: A8, 6D and 7A. RGB value is (168,109,122). Sum of RGB (Red+Green+Blue) = 168+109+122=399 (52% of max value = 765). Red value is 168 (66.02% from 255 or 42.11% from 399); Green value is 109 (42.97% from 255 or 27.32% from 399); Blue value is 122 (48.05% from 255 or 30.58% from 399); Max value from RGB is 168 - color contains mainly: red. Hex color #A86D7A is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A86D7A is #579285. Grayscale: #808080. Windows color (decimal): -5739142 or 8023464. OLE color: 8023464.
HSL color Cylindrical-coordinate representation of color #A86D7A: hue angle of 346.78º degrees, saturation: 0.25, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #A86D7A is Cyan = 0, Magento = 0.35, Yellow = 0.27 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 168 | 109 | 122 | - |
| CMYK | 0 | 0.35 | 0.27 | 0.34 |
| HSL | 346.78º | 0.25% | 0.54% | - |
| HSV(B) | 346.78º | 0.35% | 0.66% | - |
| XYZ | 25.13 | 20.67 | 21.08 | - |
| YUV | 128.12 | 124.55 | 156.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 109 | 122 | 0 | 0.35 | 0.27 | 0.34 | 346.78 | 0.25 | 0.54 |
| Hex | A8 | 6D | 7A | 0 | 23 | 1B | 22 | 15B | 19 | 36 |
| Octal | 250 | 155 | 172 | 0 | 43 | 33 | 42 | 533 | 31 | 66 |
| Binary | 10101000 | 1101101 | 1111010 | 0 | 100011 | 11011 | 100010 | 101011011 | 11001 | 110110 |
Color Harmonies of #A86D7A
Complementary color
Monochromatic Colors of #A86D7A
Black with #A86D7A
Text Example
Text Example
White with #A86D7A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A86D7A; }
p { color: rgb(168,109,122); }
H1.HeaderClassName
{
color: #A86D7A;
}
.AnyTagClassName
{
color: #A86D7A;
}
</style>
background-color css
<style>
a { background-color: #A86D7A; }
a { background-color: rgb(168,109,122); }
div.DivClassName
{
background-color: #A86D7A;
}
.BgClassName
{
background-color: #A86D7A;
}
</style>
border-color css
<style>
span { border-color: #A86D7A; }
span { border-color: rgb(168,109,122); }
td.TdClassName
{
border-color: #A86D7A;
}
.TagClassName
{
border-color: #A86D7A;
}
</style>