Shades of Turkish Rose #A8737A
Tints of Turkish Rose #A8737A
RGB
CMYK
RGB Variations
Color information
#A8737A (or 0xA8737A) is known color: Turkish Rose. HEX triplet: A8, 73 and 7A. RGB value is (168,115,122). Sum of RGB (Red+Green+Blue) = 168+115+122=405 (53% of max value = 765). Red value is 168 (66.02% from 255 or 41.48% from 405); Green value is 115 (45.31% from 255 or 28.40% from 405); Blue value is 122 (48.05% from 255 or 30.12% from 405); Max value from RGB is 168 - color contains mainly: red. Hex color #A8737A is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A8737A is #578C85. Grayscale: #838383. Windows color (decimal): -5737606 or 8025000. OLE color: 8025000.
HSL color Cylindrical-coordinate representation of color #A8737A: hue angle of 352.08º degrees, saturation: 0.23, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #A8737A is Cyan = 0, Magento = 0.32, Yellow = 0.27 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 168 | 115 | 122 | - |
| CMYK | 0 | 0.32 | 0.27 | 0.34 |
| HSL | 352.08º | 0.23% | 0.55% | - |
| HSV(B) | 352.08º | 0.32% | 0.66% | - |
| XYZ | 25.79 | 21.99 | 21.3 | - |
| YUV | 131.65 | 122.56 | 153.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 115 | 122 | 0 | 0.32 | 0.27 | 0.34 | 352.08 | 0.23 | 0.55 |
| Hex | A8 | 73 | 7A | 0 | 20 | 1B | 22 | 160 | 17 | 37 |
| Octal | 250 | 163 | 172 | 0 | 40 | 33 | 42 | 540 | 27 | 67 |
| Binary | 10101000 | 1110011 | 1111010 | 0 | 100000 | 11011 | 100010 | 101100000 | 10111 | 110111 |
Color Harmonies of #A8737A
Complementary color
Monochromatic Colors of #A8737A
Black with #A8737A
Text Example
Text Example
White with #A8737A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8737A; }
p { color: rgb(168,115,122); }
H1.HeaderClassName
{
color: #A8737A;
}
.AnyTagClassName
{
color: #A8737A;
}
</style>
background-color css
<style>
a { background-color: #A8737A; }
a { background-color: rgb(168,115,122); }
div.DivClassName
{
background-color: #A8737A;
}
.BgClassName
{
background-color: #A8737A;
}
</style>
border-color css
<style>
span { border-color: #A8737A; }
span { border-color: rgb(168,115,122); }
td.TdClassName
{
border-color: #A8737A;
}
.TagClassName
{
border-color: #A8737A;
}
</style>