Shades of Turkish Rose #A9737E
Tints of Turkish Rose #A9737E
RGB
CMYK
RGB Variations
Color information
#A9737E (or 0xA9737E) is known color: Turkish Rose. HEX triplet: A9, 73 and 7E. RGB value is (169,115,126). Sum of RGB (Red+Green+Blue) = 169+115+126=410 (54% of max value = 765). Red value is 169 (66.41% from 255 or 41.22% from 410); Green value is 115 (45.31% from 255 or 28.05% from 410); Blue value is 126 (49.61% from 255 or 30.73% from 410); Max value from RGB is 169 - color contains mainly: red. Hex color #A9737E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A9737E is #568C81. Grayscale: #848484. Windows color (decimal): -5672066 or 8287145. OLE color: 8287145.
HSL color Cylindrical-coordinate representation of color #A9737E: hue angle of 347.78º 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 #A9737E is Cyan = 0, Magento = 0.32, Yellow = 0.25 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 169 | 115 | 126 | - |
| CMYK | 0 | 0.32 | 0.25 | 0.34 |
| HSL | 347.78º | 0.24% | 0.56% | - |
| HSV(B) | 347.78º | 0.32% | 0.66% | - |
| XYZ | 26.26 | 22.2 | 22.64 | - |
| YUV | 132.4 | 124.39 | 154.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 115 | 126 | 0 | 0.32 | 0.25 | 0.34 | 347.78 | 0.24 | 0.56 |
| Hex | A9 | 73 | 7E | 0 | 20 | 19 | 22 | 15C | 18 | 38 |
| Octal | 251 | 163 | 176 | 0 | 40 | 31 | 42 | 534 | 30 | 70 |
| Binary | 10101001 | 1110011 | 1111110 | 0 | 100000 | 11001 | 100010 | 101011100 | 11000 | 111000 |
Color Harmonies of #A9737E
Complementary color
Monochromatic Colors of #A9737E
Black with #A9737E
Text Example
Text Example
White with #A9737E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A9737E; }
p { color: rgb(169,115,126); }
H1.HeaderClassName
{
color: #A9737E;
}
.AnyTagClassName
{
color: #A9737E;
}
</style>
background-color css
<style>
a { background-color: #A9737E; }
a { background-color: rgb(169,115,126); }
div.DivClassName
{
background-color: #A9737E;
}
.BgClassName
{
background-color: #A9737E;
}
</style>
border-color css
<style>
span { border-color: #A9737E; }
span { border-color: rgb(169,115,126); }
td.TdClassName
{
border-color: #A9737E;
}
.TagClassName
{
border-color: #A9737E;
}
</style>