Shades of Turkish Rose #A9747E
Tints of Turkish Rose #A9747E
RGB
CMYK
RGB Variations
Color information
#A9747E (or 0xA9747E) is known color: Turkish Rose. HEX triplet: A9, 74 and 7E. RGB value is (169,116,126). Sum of RGB (Red+Green+Blue) = 169+116+126=411 (54% of max value = 765). Red value is 169 (66.41% from 255 or 41.12% from 411); Green value is 116 (45.70% from 255 or 28.22% from 411); Blue value is 126 (49.61% from 255 or 30.66% from 411); Max value from RGB is 169 - color contains mainly: red. Hex color #A9747E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A9747E is #568B81. Grayscale: #858585. Windows color (decimal): -5671810 or 8287401. OLE color: 8287401.
HSL color Cylindrical-coordinate representation of color #A9747E: hue angle of 348.68º degrees, saturation: 0.24, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #A9747E is Cyan = 0, Magento = 0.31, Yellow = 0.25 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 169 | 116 | 126 | - |
| CMYK | 0 | 0.31 | 0.25 | 0.34 |
| HSL | 348.68º | 0.24% | 0.56% | - |
| HSV(B) | 348.68º | 0.31% | 0.66% | - |
| XYZ | 26.37 | 22.43 | 22.68 | - |
| YUV | 132.99 | 124.06 | 153.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 116 | 126 | 0 | 0.31 | 0.25 | 0.34 | 348.68 | 0.24 | 0.56 |
| Hex | A9 | 74 | 7E | 0 | 1F | 19 | 22 | 15D | 18 | 38 |
| Octal | 251 | 164 | 176 | 0 | 37 | 31 | 42 | 535 | 30 | 70 |
| Binary | 10101001 | 1110100 | 1111110 | 0 | 11111 | 11001 | 100010 | 101011101 | 11000 | 111000 |
Color Harmonies of #A9747E
Complementary color
Monochromatic Colors of #A9747E
Black with #A9747E
Text Example
Text Example
White with #A9747E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A9747E; }
p { color: rgb(169,116,126); }
H1.HeaderClassName
{
color: #A9747E;
}
.AnyTagClassName
{
color: #A9747E;
}
</style>
background-color css
<style>
a { background-color: #A9747E; }
a { background-color: rgb(169,116,126); }
div.DivClassName
{
background-color: #A9747E;
}
.BgClassName
{
background-color: #A9747E;
}
</style>
border-color css
<style>
span { border-color: #A9747E; }
span { border-color: rgb(169,116,126); }
td.TdClassName
{
border-color: #A9747E;
}
.TagClassName
{
border-color: #A9747E;
}
</style>