Shades of Turkish Rose #A0767A
Tints of Turkish Rose #A0767A
RGB
CMYK
RGB Variations
Color information
#A0767A (or 0xA0767A) is known color: Turkish Rose. HEX triplet: A0, 76 and 7A. RGB value is (160,118,122). Sum of RGB (Red+Green+Blue) = 160+118+122=400 (52% of max value = 765). Red value is 160 (62.89% from 255 or 40% from 400); Green value is 118 (46.48% from 255 or 29.5% from 400); Blue value is 122 (48.05% from 255 or 30.5% from 400); Max value from RGB is 160 - color contains mainly: red. Hex color #A0767A is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A0767A is #5F8985. Grayscale: #838383. Windows color (decimal): -6261126 or 8025760. OLE color: 8025760.
HSL color Cylindrical-coordinate representation of color #A0767A: hue angle of 354.29º 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 #A0767A is Cyan = 0, Magento = 0.26, Yellow = 0.24 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 160 | 118 | 122 | - |
| CMYK | 0 | 0.26 | 0.24 | 0.37 |
| HSL | 354.29º | 0.18% | 0.55% | - |
| HSV(B) | 354.29º | 0.26% | 0.63% | - |
| XYZ | 24.49 | 21.84 | 21.34 | - |
| YUV | 131.01 | 122.91 | 148.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 118 | 122 | 0 | 0.26 | 0.24 | 0.37 | 354.29 | 0.18 | 0.55 |
| Hex | A0 | 76 | 7A | 0 | 1A | 18 | 25 | 162 | 12 | 37 |
| Octal | 240 | 166 | 172 | 0 | 32 | 30 | 45 | 542 | 22 | 67 |
| Binary | 10100000 | 1110110 | 1111010 | 0 | 11010 | 11000 | 100101 | 101100010 | 10010 | 110111 |
Color Harmonies of #A0767A
Complementary color
Monochromatic Colors of #A0767A
Black with #A0767A
Text Example
Text Example
White with #A0767A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A0767A; }
p { color: rgb(160,118,122); }
H1.HeaderClassName
{
color: #A0767A;
}
.AnyTagClassName
{
color: #A0767A;
}
</style>
background-color css
<style>
a { background-color: #A0767A; }
a { background-color: rgb(160,118,122); }
div.DivClassName
{
background-color: #A0767A;
}
.BgClassName
{
background-color: #A0767A;
}
</style>
border-color css
<style>
span { border-color: #A0767A; }
span { border-color: rgb(160,118,122); }
td.TdClassName
{
border-color: #A0767A;
}
.TagClassName
{
border-color: #A0767A;
}
</style>