Shades of Turkish Rose #A9737A
Tints of Turkish Rose #A9737A
RGB
CMYK
RGB Variations
Color information
#A9737A (or 0xA9737A) is known color: Turkish Rose. HEX triplet: A9, 73 and 7A. RGB value is (169,115,122). Sum of RGB (Red+Green+Blue) = 169+115+122=406 (53% of max value = 765). Red value is 169 (66.41% from 255 or 41.63% from 406); Green value is 115 (45.31% from 255 or 28.33% from 406); Blue value is 122 (48.05% from 255 or 30.05% from 406); Max value from RGB is 169 - color contains mainly: red. Hex color #A9737A is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A9737A is #568C85. Grayscale: #838383. Windows color (decimal): -5672070 or 8025001. OLE color: 8025001.
HSL color Cylindrical-coordinate representation of color #A9737A: hue angle of 352.22º 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 #A9737A is Cyan = 0, Magento = 0.32, Yellow = 0.28 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 169 | 115 | 122 | - |
| CMYK | 0 | 0.32 | 0.28 | 0.34 |
| HSL | 352.22º | 0.24% | 0.56% | - |
| HSV(B) | 352.22º | 0.32% | 0.66% | - |
| XYZ | 26.01 | 22.1 | 21.31 | - |
| YUV | 131.94 | 122.39 | 154.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 115 | 122 | 0 | 0.32 | 0.28 | 0.34 | 352.22 | 0.24 | 0.56 |
| Hex | A9 | 73 | 7A | 0 | 20 | 1C | 22 | 160 | 18 | 38 |
| Octal | 251 | 163 | 172 | 0 | 40 | 34 | 42 | 540 | 30 | 70 |
| Binary | 10101001 | 1110011 | 1111010 | 0 | 100000 | 11100 | 100010 | 101100000 | 11000 | 111000 |
Color Harmonies of #A9737A
Complementary color
Monochromatic Colors of #A9737A
Black with #A9737A
Text Example
Text Example
White with #A9737A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A9737A; }
p { color: rgb(169,115,122); }
H1.HeaderClassName
{
color: #A9737A;
}
.AnyTagClassName
{
color: #A9737A;
}
</style>
background-color css
<style>
a { background-color: #A9737A; }
a { background-color: rgb(169,115,122); }
div.DivClassName
{
background-color: #A9737A;
}
.BgClassName
{
background-color: #A9737A;
}
</style>
border-color css
<style>
span { border-color: #A9737A; }
span { border-color: rgb(169,115,122); }
td.TdClassName
{
border-color: #A9737A;
}
.TagClassName
{
border-color: #A9737A;
}
</style>