Shades of Turkish Rose #A8747B
Tints of Turkish Rose #A8747B
RGB
CMYK
RGB Variations
Color information
#A8747B (or 0xA8747B) is known color: Turkish Rose. HEX triplet: A8, 74 and 7B. RGB value is (168,116,123). Sum of RGB (Red+Green+Blue) = 168+116+123=407 (53% of max value = 765). Red value is 168 (66.02% from 255 or 41.28% from 407); Green value is 116 (45.70% from 255 or 28.50% from 407); Blue value is 123 (48.44% from 255 or 30.22% from 407); Max value from RGB is 168 - color contains mainly: red. Hex color #A8747B is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A8747B is #578B84. Grayscale: #848484. Windows color (decimal): -5737349 or 8090792. OLE color: 8090792.
HSL color Cylindrical-coordinate representation of color #A8747B: hue angle of 351.92º degrees, saturation: 0.23, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #A8747B is Cyan = 0, Magento = 0.31, Yellow = 0.27 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 168 | 116 | 123 | - |
| CMYK | 0 | 0.31 | 0.27 | 0.34 |
| HSL | 351.92º | 0.23% | 0.56% | - |
| HSV(B) | 351.92º | 0.31% | 0.66% | - |
| XYZ | 25.97 | 22.25 | 21.66 | - |
| YUV | 132.35 | 122.73 | 153.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 116 | 123 | 0 | 0.31 | 0.27 | 0.34 | 351.92 | 0.23 | 0.56 |
| Hex | A8 | 74 | 7B | 0 | 1F | 1B | 22 | 160 | 17 | 38 |
| Octal | 250 | 164 | 173 | 0 | 37 | 33 | 42 | 540 | 27 | 70 |
| Binary | 10101000 | 1110100 | 1111011 | 0 | 11111 | 11011 | 100010 | 101100000 | 10111 | 111000 |
Color Harmonies of #A8747B
Complementary color
Monochromatic Colors of #A8747B
Black with #A8747B
Text Example
Text Example
White with #A8747B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8747B; }
p { color: rgb(168,116,123); }
H1.HeaderClassName
{
color: #A8747B;
}
.AnyTagClassName
{
color: #A8747B;
}
</style>
background-color css
<style>
a { background-color: #A8747B; }
a { background-color: rgb(168,116,123); }
div.DivClassName
{
background-color: #A8747B;
}
.BgClassName
{
background-color: #A8747B;
}
</style>
border-color css
<style>
span { border-color: #A8747B; }
span { border-color: rgb(168,116,123); }
td.TdClassName
{
border-color: #A8747B;
}
.TagClassName
{
border-color: #A8747B;
}
</style>