Shades of Turkish Rose #A8696B
Tints of Turkish Rose #A8696B
RGB
CMYK
RGB Variations
Color information
#A8696B (or 0xA8696B) is known color: Turkish Rose. HEX triplet: A8, 69 and 6B. RGB value is (168,105,107). Sum of RGB (Red+Green+Blue) = 168+105+107=380 (50% of max value = 765). Red value is 168 (66.02% from 255 or 44.21% from 380); Green value is 105 (41.41% from 255 or 27.63% from 380); Blue value is 107 (42.19% from 255 or 28.16% from 380); Max value from RGB is 168 - color contains mainly: red. Hex color #A8696B is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A8696B is #579694. Grayscale: #7C7C7C. Windows color (decimal): -5740181 or 7039400. OLE color: 7039400.
HSL color Cylindrical-coordinate representation of color #A8696B: hue angle of 358.1º degrees, saturation: 0.27, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #A8696B is Cyan = 0, Magento = 0.38, Yellow = 0.36 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 168 | 105 | 107 | - |
| CMYK | 0 | 0.38 | 0.36 | 0.34 |
| HSL | 358.1º | 0.27% | 0.54% | - |
| HSV(B) | 358.1º | 0.38% | 0.66% | - |
| XYZ | 23.85 | 19.49 | 16.41 | - |
| YUV | 124.07 | 118.37 | 159.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 105 | 107 | 0 | 0.38 | 0.36 | 0.34 | 358.1 | 0.27 | 0.54 |
| Hex | A8 | 69 | 6B | 0 | 26 | 24 | 22 | 166 | 1B | 36 |
| Octal | 250 | 151 | 153 | 0 | 46 | 44 | 42 | 546 | 33 | 66 |
| Binary | 10101000 | 1101001 | 1101011 | 0 | 100110 | 100100 | 100010 | 101100110 | 11011 | 110110 |
Color Harmonies of #A8696B
Complementary color
Monochromatic Colors of #A8696B
Black with #A8696B
Text Example
Text Example
White with #A8696B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8696B; }
p { color: rgb(168,105,107); }
H1.HeaderClassName
{
color: #A8696B;
}
.AnyTagClassName
{
color: #A8696B;
}
</style>
background-color css
<style>
a { background-color: #A8696B; }
a { background-color: rgb(168,105,107); }
div.DivClassName
{
background-color: #A8696B;
}
.BgClassName
{
background-color: #A8696B;
}
</style>
border-color css
<style>
span { border-color: #A8696B; }
span { border-color: rgb(168,105,107); }
td.TdClassName
{
border-color: #A8696B;
}
.TagClassName
{
border-color: #A8696B;
}
</style>