Shades of Turkish Rose #A6606E
Tints of Turkish Rose #A6606E
RGB
CMYK
RGB Variations
Color information
#A6606E (or 0xA6606E) is known color: Turkish Rose. HEX triplet: A6, 60 and 6E. RGB value is (166,96,110). Sum of RGB (Red+Green+Blue) = 166+96+110=372 (49% of max value = 765). Red value is 166 (65.23% from 255 or 44.62% from 372); Green value is 96 (37.89% from 255 or 25.81% from 372); Blue value is 110 (43.36% from 255 or 29.57% from 372); Max value from RGB is 166 - color contains mainly: red. Hex color #A6606E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A6606E is #599F91. Grayscale: #767676. Windows color (decimal): -5873554 or 7233702. OLE color: 7233702.
HSL color Cylindrical-coordinate representation of color #A6606E: hue angle of 348º degrees, saturation: 0.28, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #A6606E is Cyan = 0, Magento = 0.42, Yellow = 0.34 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 166 | 96 | 110 | - |
| CMYK | 0 | 0.42 | 0.34 | 0.35 |
| HSL | 348º | 0.28% | 0.51% | - |
| HSV(B) | 348º | 0.42% | 0.65% | - |
| XYZ | 22.72 | 17.6 | 16.95 | - |
| YUV | 118.53 | 123.19 | 161.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 96 | 110 | 0 | 0.42 | 0.34 | 0.35 | 348 | 0.28 | 0.51 |
| Hex | A6 | 60 | 6E | 0 | 2A | 22 | 23 | 15C | 1C | 33 |
| Octal | 246 | 140 | 156 | 0 | 52 | 42 | 43 | 534 | 34 | 63 |
| Binary | 10100110 | 1100000 | 1101110 | 0 | 101010 | 100010 | 100011 | 101011100 | 11100 | 110011 |
Color Harmonies of #A6606E
Complementary color
Monochromatic Colors of #A6606E
Black with #A6606E
Text Example
Text Example
White with #A6606E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A6606E; }
p { color: rgb(166,96,110); }
H1.HeaderClassName
{
color: #A6606E;
}
.AnyTagClassName
{
color: #A6606E;
}
</style>
background-color css
<style>
a { background-color: #A6606E; }
a { background-color: rgb(166,96,110); }
div.DivClassName
{
background-color: #A6606E;
}
.BgClassName
{
background-color: #A6606E;
}
</style>
border-color css
<style>
span { border-color: #A6606E; }
span { border-color: rgb(166,96,110); }
td.TdClassName
{
border-color: #A6606E;
}
.TagClassName
{
border-color: #A6606E;
}
</style>