Shades of Turkish Rose #A8696D
Tints of Turkish Rose #A8696D
RGB
CMYK
RGB Variations
Color information
#A8696D (or 0xA8696D) is known color: Turkish Rose. HEX triplet: A8, 69 and 6D. RGB value is (168,105,109). Sum of RGB (Red+Green+Blue) = 168+105+109=382 (50% of max value = 765). Red value is 168 (66.02% from 255 or 43.98% from 382); Green value is 105 (41.41% from 255 or 27.49% from 382); Blue value is 109 (42.97% from 255 or 28.53% from 382); Max value from RGB is 168 - color contains mainly: red. Hex color #A8696D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A8696D is #579692. Grayscale: #7C7C7C. Windows color (decimal): -5740179 or 7170472. OLE color: 7170472.
HSL color Cylindrical-coordinate representation of color #A8696D: hue angle of 356.19º 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 #A8696D is Cyan = 0, Magento = 0.38, Yellow = 0.35 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 168 | 105 | 109 | - |
| CMYK | 0 | 0.38 | 0.35 | 0.34 |
| HSL | 356.19º | 0.27% | 0.54% | - |
| HSV(B) | 356.19º | 0.38% | 0.66% | - |
| XYZ | 23.96 | 19.53 | 16.98 | - |
| YUV | 124.29 | 119.37 | 159.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 105 | 109 | 0 | 0.38 | 0.35 | 0.34 | 356.19 | 0.27 | 0.54 |
| Hex | A8 | 69 | 6D | 0 | 26 | 23 | 22 | 164 | 1B | 36 |
| Octal | 250 | 151 | 155 | 0 | 46 | 43 | 42 | 544 | 33 | 66 |
| Binary | 10101000 | 1101001 | 1101101 | 0 | 100110 | 100011 | 100010 | 101100100 | 11011 | 110110 |
Color Harmonies of #A8696D
Complementary color
Monochromatic Colors of #A8696D
Black with #A8696D
Text Example
Text Example
White with #A8696D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8696D; }
p { color: rgb(168,105,109); }
H1.HeaderClassName
{
color: #A8696D;
}
.AnyTagClassName
{
color: #A8696D;
}
</style>
background-color css
<style>
a { background-color: #A8696D; }
a { background-color: rgb(168,105,109); }
div.DivClassName
{
background-color: #A8696D;
}
.BgClassName
{
background-color: #A8696D;
}
</style>
border-color css
<style>
span { border-color: #A8696D; }
span { border-color: rgb(168,105,109); }
td.TdClassName
{
border-color: #A8696D;
}
.TagClassName
{
border-color: #A8696D;
}
</style>