Shades of Turkish Rose #A8737D
Tints of Turkish Rose #A8737D
RGB
CMYK
RGB Variations
Color information
#A8737D (or 0xA8737D) is known color: Turkish Rose. HEX triplet: A8, 73 and 7D. RGB value is (168,115,125). Sum of RGB (Red+Green+Blue) = 168+115+125=408 (54% of max value = 765). Red value is 168 (66.02% from 255 or 41.18% from 408); Green value is 115 (45.31% from 255 or 28.19% from 408); Blue value is 125 (49.22% from 255 or 30.64% from 408); Max value from RGB is 168 - color contains mainly: red. Hex color #A8737D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A8737D is #578C82. Grayscale: #848484. Windows color (decimal): -5737603 or 8221608. OLE color: 8221608.
HSL color Cylindrical-coordinate representation of color #A8737D: hue angle of 348.68º 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 #A8737D is Cyan = 0, Magento = 0.32, Yellow = 0.26 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 168 | 115 | 125 | - |
| CMYK | 0 | 0.32 | 0.26 | 0.34 |
| HSL | 348.68º | 0.23% | 0.55% | - |
| HSV(B) | 348.68º | 0.32% | 0.66% | - |
| XYZ | 25.98 | 22.07 | 22.29 | - |
| YUV | 131.99 | 124.06 | 153.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 115 | 125 | 0 | 0.32 | 0.26 | 0.34 | 348.68 | 0.23 | 0.55 |
| Hex | A8 | 73 | 7D | 0 | 20 | 1A | 22 | 15D | 17 | 37 |
| Octal | 250 | 163 | 175 | 0 | 40 | 32 | 42 | 535 | 27 | 67 |
| Binary | 10101000 | 1110011 | 1111101 | 0 | 100000 | 11010 | 100010 | 101011101 | 10111 | 110111 |
Color Harmonies of #A8737D
Complementary color
Monochromatic Colors of #A8737D
Black with #A8737D
Text Example
Text Example
White with #A8737D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8737D; }
p { color: rgb(168,115,125); }
H1.HeaderClassName
{
color: #A8737D;
}
.AnyTagClassName
{
color: #A8737D;
}
</style>
background-color css
<style>
a { background-color: #A8737D; }
a { background-color: rgb(168,115,125); }
div.DivClassName
{
background-color: #A8737D;
}
.BgClassName
{
background-color: #A8737D;
}
</style>
border-color css
<style>
span { border-color: #A8737D; }
span { border-color: rgb(168,115,125); }
td.TdClassName
{
border-color: #A8737D;
}
.TagClassName
{
border-color: #A8737D;
}
</style>