Shades of Turkish Rose #A9616F
Tints of Turkish Rose #A9616F
RGB
CMYK
RGB Variations
Color information
#A9616F (or 0xA9616F) is known color: Turkish Rose. HEX triplet: A9, 61 and 6F. RGB value is (169,97,111). Sum of RGB (Red+Green+Blue) = 169+97+111=377 (49% of max value = 765). Red value is 169 (66.41% from 255 or 44.83% from 377); Green value is 97 (38.28% from 255 or 25.73% from 377); Blue value is 111 (43.75% from 255 or 29.44% from 377); Max value from RGB is 169 - color contains mainly: red. Hex color #A9616F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A9616F is #569E90. Grayscale: #787878. Windows color (decimal): -5676689 or 7299497. OLE color: 7299497.
HSL color Cylindrical-coordinate representation of color #A9616F: hue angle of 348.33º degrees, saturation: 0.3, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #A9616F is Cyan = 0, Magento = 0.43, Yellow = 0.34 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 169 | 97 | 111 | - |
| CMYK | 0 | 0.43 | 0.34 | 0.34 |
| HSL | 348.33º | 0.3% | 0.52% | - |
| HSV(B) | 348.33º | 0.43% | 0.66% | - |
| XYZ | 23.51 | 18.13 | 17.3 | - |
| YUV | 120.12 | 122.85 | 162.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 97 | 111 | 0 | 0.43 | 0.34 | 0.34 | 348.33 | 0.3 | 0.52 |
| Hex | A9 | 61 | 6F | 0 | 2B | 22 | 22 | 15C | 1E | 34 |
| Octal | 251 | 141 | 157 | 0 | 53 | 42 | 42 | 534 | 36 | 64 |
| Binary | 10101001 | 1100001 | 1101111 | 0 | 101011 | 100010 | 100010 | 101011100 | 11110 | 110100 |
Color Harmonies of #A9616F
Complementary color
Monochromatic Colors of #A9616F
Black with #A9616F
Text Example
Text Example
White with #A9616F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A9616F; }
p { color: rgb(169,97,111); }
H1.HeaderClassName
{
color: #A9616F;
}
.AnyTagClassName
{
color: #A9616F;
}
</style>
background-color css
<style>
a { background-color: #A9616F; }
a { background-color: rgb(169,97,111); }
div.DivClassName
{
background-color: #A9616F;
}
.BgClassName
{
background-color: #A9616F;
}
</style>
border-color css
<style>
span { border-color: #A9616F; }
span { border-color: rgb(169,97,111); }
td.TdClassName
{
border-color: #A9616F;
}
.TagClassName
{
border-color: #A9616F;
}
</style>