Shades of Turkish Rose #A9616D
Tints of Turkish Rose #A9616D
RGB
CMYK
RGB Variations
Color information
#A9616D (or 0xA9616D) is known color: Turkish Rose. HEX triplet: A9, 61 and 6D. RGB value is (169,97,109). Sum of RGB (Red+Green+Blue) = 169+97+109=375 (49% of max value = 765). Red value is 169 (66.41% from 255 or 45.07% from 375); Green value is 97 (38.28% from 255 or 25.87% from 375); Blue value is 109 (42.97% from 255 or 29.07% from 375); Max value from RGB is 169 - color contains mainly: red. Hex color #A9616D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A9616D is #569E92. Grayscale: #777777. Windows color (decimal): -5676691 or 7168425. OLE color: 7168425.
HSL color Cylindrical-coordinate representation of color #A9616D: hue angle of 350º 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 #A9616D is Cyan = 0, Magento = 0.43, Yellow = 0.36 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 169 | 97 | 109 | - |
| CMYK | 0 | 0.43 | 0.36 | 0.34 |
| HSL | 350º | 0.3% | 0.52% | - |
| HSV(B) | 350º | 0.43% | 0.66% | - |
| XYZ | 23.4 | 18.09 | 16.73 | - |
| YUV | 119.9 | 121.85 | 163.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 97 | 109 | 0 | 0.43 | 0.36 | 0.34 | 350 | 0.3 | 0.52 |
| Hex | A9 | 61 | 6D | 0 | 2B | 24 | 22 | 15E | 1E | 34 |
| Octal | 251 | 141 | 155 | 0 | 53 | 44 | 42 | 536 | 36 | 64 |
| Binary | 10101001 | 1100001 | 1101101 | 0 | 101011 | 100100 | 100010 | 101011110 | 11110 | 110100 |
Color Harmonies of #A9616D
Complementary color
Monochromatic Colors of #A9616D
Black with #A9616D
Text Example
Text Example
White with #A9616D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A9616D; }
p { color: rgb(169,97,109); }
H1.HeaderClassName
{
color: #A9616D;
}
.AnyTagClassName
{
color: #A9616D;
}
</style>
background-color css
<style>
a { background-color: #A9616D; }
a { background-color: rgb(169,97,109); }
div.DivClassName
{
background-color: #A9616D;
}
.BgClassName
{
background-color: #A9616D;
}
</style>
border-color css
<style>
span { border-color: #A9616D; }
span { border-color: rgb(169,97,109); }
td.TdClassName
{
border-color: #A9616D;
}
.TagClassName
{
border-color: #A9616D;
}
</style>