Shades of Turkish Rose #A06E7B
Tints of Turkish Rose #A06E7B
RGB
CMYK
RGB Variations
Color information
#A06E7B (or 0xA06E7B) is known color: Turkish Rose. HEX triplet: A0, 6E and 7B. RGB value is (160,110,123). Sum of RGB (Red+Green+Blue) = 160+110+123=393 (52% of max value = 765). Red value is 160 (62.89% from 255 or 40.71% from 393); Green value is 110 (43.36% from 255 or 27.99% from 393); Blue value is 123 (48.44% from 255 or 31.30% from 393); Max value from RGB is 160 - color contains mainly: red. Hex color #A06E7B is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A06E7B is #5F9184. Grayscale: #7E7E7E. Windows color (decimal): -6263173 or 8089248. OLE color: 8089248.
HSL color Cylindrical-coordinate representation of color #A06E7B: hue angle of 344.4º degrees, saturation: 0.21, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #A06E7B is Cyan = 0, Magento = 0.31, Yellow = 0.23 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 160 | 110 | 123 | - |
| CMYK | 0 | 0.31 | 0.23 | 0.37 |
| HSL | 344.4º | 0.21% | 0.53% | - |
| HSV(B) | 344.4º | 0.31% | 0.63% | - |
| XYZ | 23.65 | 20.06 | 21.36 | - |
| YUV | 126.43 | 126.07 | 151.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 110 | 123 | 0 | 0.31 | 0.23 | 0.37 | 344.4 | 0.21 | 0.53 |
| Hex | A0 | 6E | 7B | 0 | 1F | 17 | 25 | 158 | 15 | 35 |
| Octal | 240 | 156 | 173 | 0 | 37 | 27 | 45 | 530 | 25 | 65 |
| Binary | 10100000 | 1101110 | 1111011 | 0 | 11111 | 10111 | 100101 | 101011000 | 10101 | 110101 |
Color Harmonies of #A06E7B
Complementary color
Monochromatic Colors of #A06E7B
Black with #A06E7B
Text Example
Text Example
White with #A06E7B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A06E7B; }
p { color: rgb(160,110,123); }
H1.HeaderClassName
{
color: #A06E7B;
}
.AnyTagClassName
{
color: #A06E7B;
}
</style>
background-color css
<style>
a { background-color: #A06E7B; }
a { background-color: rgb(160,110,123); }
div.DivClassName
{
background-color: #A06E7B;
}
.BgClassName
{
background-color: #A06E7B;
}
</style>
border-color css
<style>
span { border-color: #A06E7B; }
span { border-color: rgb(160,110,123); }
td.TdClassName
{
border-color: #A06E7B;
}
.TagClassName
{
border-color: #A06E7B;
}
</style>