Shades of Turkish Rose #A85E6E
Tints of Turkish Rose #A85E6E
RGB
CMYK
RGB Variations
Color information
#A85E6E (or 0xA85E6E) is known color: Turkish Rose. HEX triplet: A8, 5E and 6E. RGB value is (168,94,110). Sum of RGB (Red+Green+Blue) = 168+94+110=372 (49% of max value = 765). Red value is 168 (66.02% from 255 or 45.16% from 372); Green value is 94 (37.11% from 255 or 25.27% from 372); Blue value is 110 (43.36% from 255 or 29.57% from 372); Max value from RGB is 168 - color contains mainly: red. Hex color #A85E6E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A85E6E is #57A191. Grayscale: #757575. Windows color (decimal): -5742994 or 7233192. OLE color: 7233192.
HSL color Cylindrical-coordinate representation of color #A85E6E: hue angle of 347.03º degrees, saturation: 0.3, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #A85E6E is Cyan = 0, Magento = 0.44, Yellow = 0.35 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 168 | 94 | 110 | - |
| CMYK | 0 | 0.44 | 0.35 | 0.34 |
| HSL | 347.03º | 0.3% | 0.51% | - |
| HSV(B) | 347.03º | 0.44% | 0.66% | - |
| XYZ | 22.97 | 17.46 | 16.91 | - |
| YUV | 117.95 | 123.52 | 163.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 94 | 110 | 0 | 0.44 | 0.35 | 0.34 | 347.03 | 0.3 | 0.51 |
| Hex | A8 | 5E | 6E | 0 | 2C | 23 | 22 | 15B | 1E | 33 |
| Octal | 250 | 136 | 156 | 0 | 54 | 43 | 42 | 533 | 36 | 63 |
| Binary | 10101000 | 1011110 | 1101110 | 0 | 101100 | 100011 | 100010 | 101011011 | 11110 | 110011 |
Color Harmonies of #A85E6E
Complementary color
Monochromatic Colors of #A85E6E
Black with #A85E6E
Text Example
Text Example
White with #A85E6E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A85E6E; }
p { color: rgb(168,94,110); }
H1.HeaderClassName
{
color: #A85E6E;
}
.AnyTagClassName
{
color: #A85E6E;
}
</style>
background-color css
<style>
a { background-color: #A85E6E; }
a { background-color: rgb(168,94,110); }
div.DivClassName
{
background-color: #A85E6E;
}
.BgClassName
{
background-color: #A85E6E;
}
</style>
border-color css
<style>
span { border-color: #A85E6E; }
span { border-color: rgb(168,94,110); }
td.TdClassName
{
border-color: #A85E6E;
}
.TagClassName
{
border-color: #A85E6E;
}
</style>