Shades of Turkish Rose #A66F77
Tints of Turkish Rose #A66F77
RGB
CMYK
RGB Variations
Color information
#A66F77 (or 0xA66F77) is known color: Turkish Rose. HEX triplet: A6, 6F and 77. RGB value is (166,111,119). Sum of RGB (Red+Green+Blue) = 166+111+119=396 (52% of max value = 765). Red value is 166 (65.23% from 255 or 41.92% from 396); Green value is 111 (43.75% from 255 or 28.03% from 396); Blue value is 119 (46.88% from 255 or 30.05% from 396); Max value from RGB is 166 - color contains mainly: red. Hex color #A66F77 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A66F77 is #599088. Grayscale: #808080. Windows color (decimal): -5869705 or 7827366. OLE color: 7827366.
HSL color Cylindrical-coordinate representation of color #A66F77: hue angle of 351.27º degrees, saturation: 0.24, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #A66F77 is Cyan = 0, Magento = 0.33, Yellow = 0.28 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 166 | 111 | 119 | - |
| CMYK | 0 | 0.33 | 0.28 | 0.35 |
| HSL | 351.27º | 0.24% | 0.54% | - |
| HSV(B) | 351.27º | 0.33% | 0.65% | - |
| XYZ | 24.74 | 20.81 | 20.17 | - |
| YUV | 128.36 | 122.72 | 154.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 111 | 119 | 0 | 0.33 | 0.28 | 0.35 | 351.27 | 0.24 | 0.54 |
| Hex | A6 | 6F | 77 | 0 | 21 | 1C | 23 | 15F | 18 | 36 |
| Octal | 246 | 157 | 167 | 0 | 41 | 34 | 43 | 537 | 30 | 66 |
| Binary | 10100110 | 1101111 | 1110111 | 0 | 100001 | 11100 | 100011 | 101011111 | 11000 | 110110 |
Color Harmonies of #A66F77
Complementary color
Monochromatic Colors of #A66F77
Black with #A66F77
Text Example
Text Example
White with #A66F77
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A66F77; }
p { color: rgb(166,111,119); }
H1.HeaderClassName
{
color: #A66F77;
}
.AnyTagClassName
{
color: #A66F77;
}
</style>
background-color css
<style>
a { background-color: #A66F77; }
a { background-color: rgb(166,111,119); }
div.DivClassName
{
background-color: #A66F77;
}
.BgClassName
{
background-color: #A66F77;
}
</style>
border-color css
<style>
span { border-color: #A66F77; }
span { border-color: rgb(166,111,119); }
td.TdClassName
{
border-color: #A66F77;
}
.TagClassName
{
border-color: #A66F77;
}
</style>