Shades of Turkish Rose #A8747A
Tints of Turkish Rose #A8747A
RGB
CMYK
RGB Variations
Color information
#A8747A (or 0xA8747A) is known color: Turkish Rose. HEX triplet: A8, 74 and 7A. RGB value is (168,116,122). Sum of RGB (Red+Green+Blue) = 168+116+122=406 (53% of max value = 765). Red value is 168 (66.02% from 255 or 41.38% from 406); Green value is 116 (45.70% from 255 or 28.57% from 406); Blue value is 122 (48.05% from 255 or 30.05% from 406); Max value from RGB is 168 - color contains mainly: red. Hex color #A8747A is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A8747A is #578B85. Grayscale: #848484. Windows color (decimal): -5737350 or 8025256. OLE color: 8025256.
HSL color Cylindrical-coordinate representation of color #A8747A: hue angle of 353.08º 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 #A8747A is Cyan = 0, Magento = 0.31, Yellow = 0.27 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 168 | 116 | 122 | - |
| CMYK | 0 | 0.31 | 0.27 | 0.34 |
| HSL | 353.08º | 0.23% | 0.56% | - |
| HSV(B) | 353.08º | 0.31% | 0.66% | - |
| XYZ | 25.91 | 22.22 | 21.34 | - |
| YUV | 132.23 | 122.23 | 153.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 116 | 122 | 0 | 0.31 | 0.27 | 0.34 | 353.08 | 0.23 | 0.56 |
| Hex | A8 | 74 | 7A | 0 | 1F | 1B | 22 | 161 | 17 | 38 |
| Octal | 250 | 164 | 172 | 0 | 37 | 33 | 42 | 541 | 27 | 70 |
| Binary | 10101000 | 1110100 | 1111010 | 0 | 11111 | 11011 | 100010 | 101100001 | 10111 | 111000 |
Color Harmonies of #A8747A
Complementary color
Monochromatic Colors of #A8747A
Black with #A8747A
Text Example
Text Example
White with #A8747A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8747A; }
p { color: rgb(168,116,122); }
H1.HeaderClassName
{
color: #A8747A;
}
.AnyTagClassName
{
color: #A8747A;
}
</style>
background-color css
<style>
a { background-color: #A8747A; }
a { background-color: rgb(168,116,122); }
div.DivClassName
{
background-color: #A8747A;
}
.BgClassName
{
background-color: #A8747A;
}
</style>
border-color css
<style>
span { border-color: #A8747A; }
span { border-color: rgb(168,116,122); }
td.TdClassName
{
border-color: #A8747A;
}
.TagClassName
{
border-color: #A8747A;
}
</style>