Shades of Turkish Rose #A6616D
Tints of Turkish Rose #A6616D
RGB
CMYK
RGB Variations
Color information
#A6616D (or 0xA6616D) is known color: Turkish Rose. HEX triplet: A6, 61 and 6D. RGB value is (166,97,109). Sum of RGB (Red+Green+Blue) = 166+97+109=372 (49% of max value = 765). Red value is 166 (65.23% from 255 or 44.62% from 372); Green value is 97 (38.28% from 255 or 26.08% from 372); Blue value is 109 (42.97% from 255 or 29.30% from 372); Max value from RGB is 166 - color contains mainly: red. Hex color #A6616D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A6616D is #599E92. Grayscale: #777777. Windows color (decimal): -5873299 or 7168422. OLE color: 7168422.
HSL color Cylindrical-coordinate representation of color #A6616D: hue angle of 349.57º degrees, saturation: 0.28, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #A6616D is Cyan = 0, Magento = 0.42, Yellow = 0.34 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 166 | 97 | 109 | - |
| CMYK | 0 | 0.42 | 0.34 | 0.35 |
| HSL | 349.57º | 0.28% | 0.52% | - |
| HSV(B) | 349.57º | 0.42% | 0.65% | - |
| XYZ | 22.76 | 17.76 | 16.7 | - |
| YUV | 119 | 122.36 | 161.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 97 | 109 | 0 | 0.42 | 0.34 | 0.35 | 349.57 | 0.28 | 0.52 |
| Hex | A6 | 61 | 6D | 0 | 2A | 22 | 23 | 15E | 1C | 34 |
| Octal | 246 | 141 | 155 | 0 | 52 | 42 | 43 | 536 | 34 | 64 |
| Binary | 10100110 | 1100001 | 1101101 | 0 | 101010 | 100010 | 100011 | 101011110 | 11100 | 110100 |
Color Harmonies of #A6616D
Complementary color
Monochromatic Colors of #A6616D
Black with #A6616D
Text Example
Text Example
White with #A6616D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A6616D; }
p { color: rgb(166,97,109); }
H1.HeaderClassName
{
color: #A6616D;
}
.AnyTagClassName
{
color: #A6616D;
}
</style>
background-color css
<style>
a { background-color: #A6616D; }
a { background-color: rgb(166,97,109); }
div.DivClassName
{
background-color: #A6616D;
}
.BgClassName
{
background-color: #A6616D;
}
</style>
border-color css
<style>
span { border-color: #A6616D; }
span { border-color: rgb(166,97,109); }
td.TdClassName
{
border-color: #A6616D;
}
.TagClassName
{
border-color: #A6616D;
}
</style>