Shades of Turkish Rose #A6626E
Tints of Turkish Rose #A6626E
RGB
CMYK
RGB Variations
Color information
#A6626E (or 0xA6626E) is known color: Turkish Rose. HEX triplet: A6, 62 and 6E. RGB value is (166,98,110). Sum of RGB (Red+Green+Blue) = 166+98+110=374 (49% of max value = 765). Red value is 166 (65.23% from 255 or 44.39% from 374); Green value is 98 (38.67% from 255 or 26.20% from 374); Blue value is 110 (43.36% from 255 or 29.41% from 374); Max value from RGB is 166 - color contains mainly: red. Hex color #A6626E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A6626E is #599D91. Grayscale: #777777. Windows color (decimal): -5873042 or 7234214. OLE color: 7234214.
HSL color Cylindrical-coordinate representation of color #A6626E: hue angle of 349.41º degrees, saturation: 0.28, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #A6626E is Cyan = 0, Magento = 0.41, Yellow = 0.34 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 166 | 98 | 110 | - |
| CMYK | 0 | 0.41 | 0.34 | 0.35 |
| HSL | 349.41º | 0.28% | 0.52% | - |
| HSV(B) | 349.41º | 0.41% | 0.65% | - |
| XYZ | 22.91 | 17.97 | 17.01 | - |
| YUV | 119.7 | 122.53 | 161.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 98 | 110 | 0 | 0.41 | 0.34 | 0.35 | 349.41 | 0.28 | 0.52 |
| Hex | A6 | 62 | 6E | 0 | 29 | 22 | 23 | 15D | 1C | 34 |
| Octal | 246 | 142 | 156 | 0 | 51 | 42 | 43 | 535 | 34 | 64 |
| Binary | 10100110 | 1100010 | 1101110 | 0 | 101001 | 100010 | 100011 | 101011101 | 11100 | 110100 |
Color Harmonies of #A6626E
Complementary color
Monochromatic Colors of #A6626E
Black with #A6626E
Text Example
Text Example
White with #A6626E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A6626E; }
p { color: rgb(166,98,110); }
H1.HeaderClassName
{
color: #A6626E;
}
.AnyTagClassName
{
color: #A6626E;
}
</style>
background-color css
<style>
a { background-color: #A6626E; }
a { background-color: rgb(166,98,110); }
div.DivClassName
{
background-color: #A6626E;
}
.BgClassName
{
background-color: #A6626E;
}
</style>
border-color css
<style>
span { border-color: #A6626E; }
span { border-color: rgb(166,98,110); }
td.TdClassName
{
border-color: #A6626E;
}
.TagClassName
{
border-color: #A6626E;
}
</style>