Shades of Turkish Rose #A0666B
Tints of Turkish Rose #A0666B
RGB
CMYK
RGB Variations
Color information
#A0666B (or 0xA0666B) is known color: Turkish Rose. HEX triplet: A0, 66 and 6B. RGB value is (160,102,107). Sum of RGB (Red+Green+Blue) = 160+102+107=369 (48% of max value = 765). Red value is 160 (62.89% from 255 or 43.36% from 369); Green value is 102 (40.23% from 255 or 27.64% from 369); Blue value is 107 (42.19% from 255 or 29.00% from 369); Max value from RGB is 160 - color contains mainly: red. Hex color #A0666B is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A0666B is #5F9994. Grayscale: #777777. Windows color (decimal): -6265237 or 7038624. OLE color: 7038624.
HSL color Cylindrical-coordinate representation of color #A0666B: hue angle of 354.83º degrees, saturation: 0.23, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #A0666B is Cyan = 0, Magento = 0.36, Yellow = 0.33 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 160 | 102 | 107 | - |
| CMYK | 0 | 0.36 | 0.33 | 0.37 |
| HSL | 354.83º | 0.23% | 0.51% | - |
| HSV(B) | 354.83º | 0.36% | 0.63% | - |
| XYZ | 21.9 | 18.04 | 16.24 | - |
| YUV | 119.91 | 120.72 | 156.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 102 | 107 | 0 | 0.36 | 0.33 | 0.37 | 354.83 | 0.23 | 0.51 |
| Hex | A0 | 66 | 6B | 0 | 24 | 21 | 25 | 163 | 17 | 33 |
| Octal | 240 | 146 | 153 | 0 | 44 | 41 | 45 | 543 | 27 | 63 |
| Binary | 10100000 | 1100110 | 1101011 | 0 | 100100 | 100001 | 100101 | 101100011 | 10111 | 110011 |
Color Harmonies of #A0666B
Complementary color
Monochromatic Colors of #A0666B
Black with #A0666B
Text Example
Text Example
White with #A0666B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A0666B; }
p { color: rgb(160,102,107); }
H1.HeaderClassName
{
color: #A0666B;
}
.AnyTagClassName
{
color: #A0666B;
}
</style>
background-color css
<style>
a { background-color: #A0666B; }
a { background-color: rgb(160,102,107); }
div.DivClassName
{
background-color: #A0666B;
}
.BgClassName
{
background-color: #A0666B;
}
</style>
border-color css
<style>
span { border-color: #A0666B; }
span { border-color: rgb(160,102,107); }
td.TdClassName
{
border-color: #A0666B;
}
.TagClassName
{
border-color: #A0666B;
}
</style>