Shades of Turkish Rose #A6777E
Tints of Turkish Rose #A6777E
RGB
CMYK
RGB Variations
Color information
#A6777E (or 0xA6777E) is known color: Turkish Rose. HEX triplet: A6, 77 and 7E. RGB value is (166,119,126). Sum of RGB (Red+Green+Blue) = 166+119+126=411 (54% of max value = 765). Red value is 166 (65.23% from 255 or 40.39% from 411); Green value is 119 (46.88% from 255 or 28.95% from 411); Blue value is 126 (49.61% from 255 or 30.66% from 411); Max value from RGB is 166 - color contains mainly: red. Hex color #A6777E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A6777E is #598881. Grayscale: #858585. Windows color (decimal): -5867650 or 8288166. OLE color: 8288166.
HSL color Cylindrical-coordinate representation of color #A6777E: hue angle of 351.06º degrees, saturation: 0.21, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #A6777E is Cyan = 0, Magento = 0.28, Yellow = 0.24 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 166 | 119 | 126 | - |
| CMYK | 0 | 0.28 | 0.24 | 0.35 |
| HSL | 351.06º | 0.21% | 0.56% | - |
| HSV(B) | 351.06º | 0.28% | 0.65% | - |
| XYZ | 26.09 | 22.81 | 22.77 | - |
| YUV | 133.85 | 123.57 | 150.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 119 | 126 | 0 | 0.28 | 0.24 | 0.35 | 351.06 | 0.21 | 0.56 |
| Hex | A6 | 77 | 7E | 0 | 1C | 18 | 23 | 15F | 15 | 38 |
| Octal | 246 | 167 | 176 | 0 | 34 | 30 | 43 | 537 | 25 | 70 |
| Binary | 10100110 | 1110111 | 1111110 | 0 | 11100 | 11000 | 100011 | 101011111 | 10101 | 111000 |
Color Harmonies of #A6777E
Complementary color
Monochromatic Colors of #A6777E
Black with #A6777E
Text Example
Text Example
White with #A6777E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A6777E; }
p { color: rgb(166,119,126); }
H1.HeaderClassName
{
color: #A6777E;
}
.AnyTagClassName
{
color: #A6777E;
}
</style>
background-color css
<style>
a { background-color: #A6777E; }
a { background-color: rgb(166,119,126); }
div.DivClassName
{
background-color: #A6777E;
}
.BgClassName
{
background-color: #A6777E;
}
</style>
border-color css
<style>
span { border-color: #A6777E; }
span { border-color: rgb(166,119,126); }
td.TdClassName
{
border-color: #A6777E;
}
.TagClassName
{
border-color: #A6777E;
}
</style>