Shades of Turkish Rose #A0777A
Tints of Turkish Rose #A0777A
RGB
CMYK
RGB Variations
Color information
#A0777A (or 0xA0777A) is known color: Turkish Rose. HEX triplet: A0, 77 and 7A. RGB value is (160,119,122). Sum of RGB (Red+Green+Blue) = 160+119+122=401 (53% of max value = 765). Red value is 160 (62.89% from 255 or 39.90% from 401); Green value is 119 (46.88% from 255 or 29.68% from 401); Blue value is 122 (48.05% from 255 or 30.42% from 401); Max value from RGB is 160 - color contains mainly: red. Hex color #A0777A is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A0777A is #5F8885. Grayscale: #838383. Windows color (decimal): -6260870 or 8026016. OLE color: 8026016.
HSL color Cylindrical-coordinate representation of color #A0777A: hue angle of 355.61º 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 #A0777A is Cyan = 0, Magento = 0.26, Yellow = 0.24 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 160 | 119 | 122 | - |
| CMYK | 0 | 0.26 | 0.24 | 0.37 |
| HSL | 355.61º | 0.18% | 0.55% | - |
| HSV(B) | 355.61º | 0.26% | 0.63% | - |
| XYZ | 24.61 | 22.07 | 21.38 | - |
| YUV | 131.6 | 122.58 | 148.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 119 | 122 | 0 | 0.26 | 0.24 | 0.37 | 355.61 | 0.18 | 0.55 |
| Hex | A0 | 77 | 7A | 0 | 1A | 18 | 25 | 164 | 12 | 37 |
| Octal | 240 | 167 | 172 | 0 | 32 | 30 | 45 | 544 | 22 | 67 |
| Binary | 10100000 | 1110111 | 1111010 | 0 | 11010 | 11000 | 100101 | 101100100 | 10010 | 110111 |
Color Harmonies of #A0777A
Complementary color
Monochromatic Colors of #A0777A
Black with #A0777A
Text Example
Text Example
White with #A0777A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A0777A; }
p { color: rgb(160,119,122); }
H1.HeaderClassName
{
color: #A0777A;
}
.AnyTagClassName
{
color: #A0777A;
}
</style>
background-color css
<style>
a { background-color: #A0777A; }
a { background-color: rgb(160,119,122); }
div.DivClassName
{
background-color: #A0777A;
}
.BgClassName
{
background-color: #A0777A;
}
</style>
border-color css
<style>
span { border-color: #A0777A; }
span { border-color: rgb(160,119,122); }
td.TdClassName
{
border-color: #A0777A;
}
.TagClassName
{
border-color: #A0777A;
}
</style>