Shades of Turkish Rose #A6616B
Tints of Turkish Rose #A6616B
RGB
CMYK
RGB Variations
Color information
#A6616B (or 0xA6616B) is known color: Turkish Rose. HEX triplet: A6, 61 and 6B. RGB value is (166,97,107). Sum of RGB (Red+Green+Blue) = 166+97+107=370 (49% of max value = 765). Red value is 166 (65.23% from 255 or 44.86% from 370); Green value is 97 (38.28% from 255 or 26.22% from 370); Blue value is 107 (42.19% from 255 or 28.92% from 370); Max value from RGB is 166 - color contains mainly: red. Hex color #A6616B is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A6616B is #599E94. Grayscale: #767676. Windows color (decimal): -5873301 or 7037350. OLE color: 7037350.
HSL color Cylindrical-coordinate representation of color #A6616B: hue angle of 351.3º 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 #A6616B is Cyan = 0, Magento = 0.42, Yellow = 0.36 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 166 | 97 | 107 | - |
| CMYK | 0 | 0.42 | 0.36 | 0.35 |
| HSL | 351.3º | 0.28% | 0.52% | - |
| HSV(B) | 351.3º | 0.42% | 0.65% | - |
| XYZ | 22.65 | 17.72 | 16.14 | - |
| YUV | 118.77 | 121.36 | 161.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 97 | 107 | 0 | 0.42 | 0.36 | 0.35 | 351.3 | 0.28 | 0.52 |
| Hex | A6 | 61 | 6B | 0 | 2A | 24 | 23 | 15F | 1C | 34 |
| Octal | 246 | 141 | 153 | 0 | 52 | 44 | 43 | 537 | 34 | 64 |
| Binary | 10100110 | 1100001 | 1101011 | 0 | 101010 | 100100 | 100011 | 101011111 | 11100 | 110100 |
Color Harmonies of #A6616B
Complementary color
Monochromatic Colors of #A6616B
Black with #A6616B
Text Example
Text Example
White with #A6616B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A6616B; }
p { color: rgb(166,97,107); }
H1.HeaderClassName
{
color: #A6616B;
}
.AnyTagClassName
{
color: #A6616B;
}
</style>
background-color css
<style>
a { background-color: #A6616B; }
a { background-color: rgb(166,97,107); }
div.DivClassName
{
background-color: #A6616B;
}
.BgClassName
{
background-color: #A6616B;
}
</style>
border-color css
<style>
span { border-color: #A6616B; }
span { border-color: rgb(166,97,107); }
td.TdClassName
{
border-color: #A6616B;
}
.TagClassName
{
border-color: #A6616B;
}
</style>