Shades of Turkish Rose #A86263
Tints of Turkish Rose #A86263
RGB
CMYK
RGB Variations
Color information
#A86263 (or 0xA86263) is known color: Turkish Rose. HEX triplet: A8, 62 and 63. RGB value is (168,98,99). Sum of RGB (Red+Green+Blue) = 168+98+99=365 (48% of max value = 765). Red value is 168 (66.02% from 255 or 46.03% from 365); Green value is 98 (38.67% from 255 or 26.85% from 365); Blue value is 99 (39.06% from 255 or 27.12% from 365); Max value from RGB is 168 - color contains mainly: red. Hex color #A86263 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A86263 is #579D9C. Grayscale: #777777. Windows color (decimal): -5741981 or 6513320. OLE color: 6513320.
HSL color Cylindrical-coordinate representation of color #A86263: hue angle of 359.14º degrees, saturation: 0.29, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #A86263 is Cyan = 0, Magento = 0.42, Yellow = 0.41 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 168 | 98 | 99 | - |
| CMYK | 0 | 0.42 | 0.41 | 0.34 |
| HSL | 359.14º | 0.29% | 0.52% | - |
| HSV(B) | 359.14º | 0.42% | 0.66% | - |
| XYZ | 22.77 | 17.96 | 14.07 | - |
| YUV | 119.04 | 116.69 | 162.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 98 | 99 | 0 | 0.42 | 0.41 | 0.34 | 359.14 | 0.29 | 0.52 |
| Hex | A8 | 62 | 63 | 0 | 2A | 29 | 22 | 167 | 1D | 34 |
| Octal | 250 | 142 | 143 | 0 | 52 | 51 | 42 | 547 | 35 | 64 |
| Binary | 10101000 | 1100010 | 1100011 | 0 | 101010 | 101001 | 100010 | 101100111 | 11101 | 110100 |
Color Harmonies of #A86263
Complementary color
Monochromatic Colors of #A86263
Black with #A86263
Text Example
Text Example
White with #A86263
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A86263; }
p { color: rgb(168,98,99); }
H1.HeaderClassName
{
color: #A86263;
}
.AnyTagClassName
{
color: #A86263;
}
</style>
background-color css
<style>
a { background-color: #A86263; }
a { background-color: rgb(168,98,99); }
div.DivClassName
{
background-color: #A86263;
}
.BgClassName
{
background-color: #A86263;
}
</style>
border-color css
<style>
span { border-color: #A86263; }
span { border-color: rgb(168,98,99); }
td.TdClassName
{
border-color: #A86263;
}
.TagClassName
{
border-color: #A86263;
}
</style>