Shades of Turkish Rose #A85F62
Tints of Turkish Rose #A85F62
RGB
CMYK
RGB Variations
Color information
#A85F62 (or 0xA85F62) is known color: Turkish Rose. HEX triplet: A8, 5F and 62. RGB value is (168,95,98). Sum of RGB (Red+Green+Blue) = 168+95+98=361 (47% of max value = 765). Red value is 168 (66.02% from 255 or 46.54% from 361); Green value is 95 (37.5% from 255 or 26.32% from 361); Blue value is 98 (38.67% from 255 or 27.15% from 361); Max value from RGB is 168 - color contains mainly: red. Hex color #A85F62 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A85F62 is #57A09D. Grayscale: #757575. Windows color (decimal): -5742750 or 6447016. OLE color: 6447016.
HSL color Cylindrical-coordinate representation of color #A85F62: hue angle of 357.53º degrees, saturation: 0.3, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #A85F62 is Cyan = 0, Magento = 0.43, Yellow = 0.42 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 168 | 95 | 98 | - |
| CMYK | 0 | 0.43 | 0.42 | 0.34 |
| HSL | 357.53º | 0.3% | 0.52% | - |
| HSV(B) | 357.53º | 0.43% | 0.66% | - |
| XYZ | 22.45 | 17.39 | 13.73 | - |
| YUV | 117.17 | 117.18 | 164.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 95 | 98 | 0 | 0.43 | 0.42 | 0.34 | 357.53 | 0.3 | 0.52 |
| Hex | A8 | 5F | 62 | 0 | 2B | 2A | 22 | 166 | 1E | 34 |
| Octal | 250 | 137 | 142 | 0 | 53 | 52 | 42 | 546 | 36 | 64 |
| Binary | 10101000 | 1011111 | 1100010 | 0 | 101011 | 101010 | 100010 | 101100110 | 11110 | 110100 |
Color Harmonies of #A85F62
Complementary color
Monochromatic Colors of #A85F62
Black with #A85F62
Text Example
Text Example
White with #A85F62
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A85F62; }
p { color: rgb(168,95,98); }
H1.HeaderClassName
{
color: #A85F62;
}
.AnyTagClassName
{
color: #A85F62;
}
</style>
background-color css
<style>
a { background-color: #A85F62; }
a { background-color: rgb(168,95,98); }
div.DivClassName
{
background-color: #A85F62;
}
.BgClassName
{
background-color: #A85F62;
}
</style>
border-color css
<style>
span { border-color: #A85F62; }
span { border-color: rgb(168,95,98); }
td.TdClassName
{
border-color: #A85F62;
}
.TagClassName
{
border-color: #A85F62;
}
</style>