Shades of Turkish Rose #A9737C
Tints of Turkish Rose #A9737C
RGB
CMYK
RGB Variations
Color information
#A9737C (or 0xA9737C) is known color: Turkish Rose. HEX triplet: A9, 73 and 7C. RGB value is (169,115,124). Sum of RGB (Red+Green+Blue) = 169+115+124=408 (54% of max value = 765). Red value is 169 (66.41% from 255 or 41.42% from 408); Green value is 115 (45.31% from 255 or 28.19% from 408); Blue value is 124 (48.83% from 255 or 30.39% from 408); Max value from RGB is 169 - color contains mainly: red. Hex color #A9737C is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A9737C is #568C83. Grayscale: #848484. Windows color (decimal): -5672068 or 8156073. OLE color: 8156073.
HSL color Cylindrical-coordinate representation of color #A9737C: hue angle of 350º degrees, saturation: 0.24, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #A9737C is Cyan = 0, Magento = 0.32, Yellow = 0.27 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 169 | 115 | 124 | - |
| CMYK | 0 | 0.32 | 0.27 | 0.34 |
| HSL | 350º | 0.24% | 0.56% | - |
| HSV(B) | 350º | 0.32% | 0.66% | - |
| XYZ | 26.13 | 22.15 | 21.97 | - |
| YUV | 132.17 | 123.39 | 154.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 115 | 124 | 0 | 0.32 | 0.27 | 0.34 | 350 | 0.24 | 0.56 |
| Hex | A9 | 73 | 7C | 0 | 20 | 1B | 22 | 15E | 18 | 38 |
| Octal | 251 | 163 | 174 | 0 | 40 | 33 | 42 | 536 | 30 | 70 |
| Binary | 10101001 | 1110011 | 1111100 | 0 | 100000 | 11011 | 100010 | 101011110 | 11000 | 111000 |
Color Harmonies of #A9737C
Complementary color
Monochromatic Colors of #A9737C
Black with #A9737C
Text Example
Text Example
White with #A9737C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A9737C; }
p { color: rgb(169,115,124); }
H1.HeaderClassName
{
color: #A9737C;
}
.AnyTagClassName
{
color: #A9737C;
}
</style>
background-color css
<style>
a { background-color: #A9737C; }
a { background-color: rgb(169,115,124); }
div.DivClassName
{
background-color: #A9737C;
}
.BgClassName
{
background-color: #A9737C;
}
</style>
border-color css
<style>
span { border-color: #A9737C; }
span { border-color: rgb(169,115,124); }
td.TdClassName
{
border-color: #A9737C;
}
.TagClassName
{
border-color: #A9737C;
}
</style>