Shades of Turkish Rose #A86869
Tints of Turkish Rose #A86869
RGB
CMYK
RGB Variations
Color information
#A86869 (or 0xA86869) is known color: Turkish Rose. HEX triplet: A8, 68 and 69. RGB value is (168,104,105). Sum of RGB (Red+Green+Blue) = 168+104+105=377 (49% of max value = 765). Red value is 168 (66.02% from 255 or 44.56% from 377); Green value is 104 (41.02% from 255 or 27.59% from 377); Blue value is 105 (41.41% from 255 or 27.85% from 377); Max value from RGB is 168 - color contains mainly: red. Hex color #A86869 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A86869 is #579796. Grayscale: #7B7B7B. Windows color (decimal): -5740439 or 6908072. OLE color: 6908072.
HSL color Cylindrical-coordinate representation of color #A86869: hue angle of 359.06º degrees, saturation: 0.27, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #A86869 is Cyan = 0, Magento = 0.38, Yellow = 0.38 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 168 | 104 | 105 | - |
| CMYK | 0 | 0.38 | 0.38 | 0.34 |
| HSL | 359.06º | 0.27% | 0.53% | - |
| HSV(B) | 359.06º | 0.38% | 0.66% | - |
| XYZ | 23.65 | 19.25 | 15.83 | - |
| YUV | 123.25 | 117.7 | 159.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 104 | 105 | 0 | 0.38 | 0.38 | 0.34 | 359.06 | 0.27 | 0.53 |
| Hex | A8 | 68 | 69 | 0 | 26 | 26 | 22 | 167 | 1B | 35 |
| Octal | 250 | 150 | 151 | 0 | 46 | 46 | 42 | 547 | 33 | 65 |
| Binary | 10101000 | 1101000 | 1101001 | 0 | 100110 | 100110 | 100010 | 101100111 | 11011 | 110101 |
Color Harmonies of #A86869
Complementary color
Monochromatic Colors of #A86869
Black with #A86869
Text Example
Text Example
White with #A86869
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A86869; }
p { color: rgb(168,104,105); }
H1.HeaderClassName
{
color: #A86869;
}
.AnyTagClassName
{
color: #A86869;
}
</style>
background-color css
<style>
a { background-color: #A86869; }
a { background-color: rgb(168,104,105); }
div.DivClassName
{
background-color: #A86869;
}
.BgClassName
{
background-color: #A86869;
}
</style>
border-color css
<style>
span { border-color: #A86869; }
span { border-color: rgb(168,104,105); }
td.TdClassName
{
border-color: #A86869;
}
.TagClassName
{
border-color: #A86869;
}
</style>