Shades of Turkish Rose #A6677A
Tints of Turkish Rose #A6677A
RGB
CMYK
RGB Variations
Color information
#A6677A (or 0xA6677A) is known color: Turkish Rose. HEX triplet: A6, 67 and 7A. RGB value is (166,103,122). Sum of RGB (Red+Green+Blue) = 166+103+122=391 (51% of max value = 765). Red value is 166 (65.23% from 255 or 42.46% from 391); Green value is 103 (40.62% from 255 or 26.34% from 391); Blue value is 122 (48.05% from 255 or 31.20% from 391); Max value from RGB is 166 - color contains mainly: red. Hex color #A6677A is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A6677A is #599885. Grayscale: #7B7B7B. Windows color (decimal): -5871750 or 8021926. OLE color: 8021926.
HSL color Cylindrical-coordinate representation of color #A6677A: hue angle of 341.9º degrees, saturation: 0.26, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #A6677A is Cyan = 0, Magento = 0.38, Yellow = 0.27 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 166 | 103 | 122 | - |
| CMYK | 0 | 0.38 | 0.27 | 0.35 |
| HSL | 341.9º | 0.26% | 0.53% | - |
| HSV(B) | 341.9º | 0.38% | 0.65% | - |
| XYZ | 24.09 | 19.21 | 20.85 | - |
| YUV | 124 | 126.87 | 157.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 103 | 122 | 0 | 0.38 | 0.27 | 0.35 | 341.9 | 0.26 | 0.53 |
| Hex | A6 | 67 | 7A | 0 | 26 | 1B | 23 | 156 | 1A | 35 |
| Octal | 246 | 147 | 172 | 0 | 46 | 33 | 43 | 526 | 32 | 65 |
| Binary | 10100110 | 1100111 | 1111010 | 0 | 100110 | 11011 | 100011 | 101010110 | 11010 | 110101 |
Color Harmonies of #A6677A
Complementary color
Monochromatic Colors of #A6677A
Black with #A6677A
Text Example
Text Example
White with #A6677A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A6677A; }
p { color: rgb(166,103,122); }
H1.HeaderClassName
{
color: #A6677A;
}
.AnyTagClassName
{
color: #A6677A;
}
</style>
background-color css
<style>
a { background-color: #A6677A; }
a { background-color: rgb(166,103,122); }
div.DivClassName
{
background-color: #A6677A;
}
.BgClassName
{
background-color: #A6677A;
}
</style>
border-color css
<style>
span { border-color: #A6677A; }
span { border-color: rgb(166,103,122); }
td.TdClassName
{
border-color: #A6677A;
}
.TagClassName
{
border-color: #A6677A;
}
</style>