Shades of Turkish Rose #A0767B
Tints of Turkish Rose #A0767B
RGB
CMYK
RGB Variations
Color information
#A0767B (or 0xA0767B) is known color: Turkish Rose. HEX triplet: A0, 76 and 7B. RGB value is (160,118,123). Sum of RGB (Red+Green+Blue) = 160+118+123=401 (53% of max value = 765). Red value is 160 (62.89% from 255 or 39.90% from 401); Green value is 118 (46.48% from 255 or 29.43% from 401); Blue value is 123 (48.44% from 255 or 30.67% from 401); Max value from RGB is 160 - color contains mainly: red. Hex color #A0767B is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A0767B is #5F8984. Grayscale: #838383. Windows color (decimal): -6261125 or 8091296. OLE color: 8091296.
HSL color Cylindrical-coordinate representation of color #A0767B: hue angle of 352.86º degrees, saturation: 0.18, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #A0767B is Cyan = 0, Magento = 0.26, Yellow = 0.23 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 160 | 118 | 123 | - |
| CMYK | 0 | 0.26 | 0.23 | 0.37 |
| HSL | 352.86º | 0.18% | 0.55% | - |
| HSV(B) | 352.86º | 0.26% | 0.63% | - |
| XYZ | 24.55 | 21.86 | 21.66 | - |
| YUV | 131.13 | 123.41 | 148.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 118 | 123 | 0 | 0.26 | 0.23 | 0.37 | 352.86 | 0.18 | 0.55 |
| Hex | A0 | 76 | 7B | 0 | 1A | 17 | 25 | 161 | 12 | 37 |
| Octal | 240 | 166 | 173 | 0 | 32 | 27 | 45 | 541 | 22 | 67 |
| Binary | 10100000 | 1110110 | 1111011 | 0 | 11010 | 10111 | 100101 | 101100001 | 10010 | 110111 |
Color Harmonies of #A0767B
Complementary color
Monochromatic Colors of #A0767B
Black with #A0767B
Text Example
Text Example
White with #A0767B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A0767B; }
p { color: rgb(160,118,123); }
H1.HeaderClassName
{
color: #A0767B;
}
.AnyTagClassName
{
color: #A0767B;
}
</style>
background-color css
<style>
a { background-color: #A0767B; }
a { background-color: rgb(160,118,123); }
div.DivClassName
{
background-color: #A0767B;
}
.BgClassName
{
background-color: #A0767B;
}
</style>
border-color css
<style>
span { border-color: #A0767B; }
span { border-color: rgb(160,118,123); }
td.TdClassName
{
border-color: #A0767B;
}
.TagClassName
{
border-color: #A0767B;
}
</style>