Shades of Turkish Rose #A0777B
Tints of Turkish Rose #A0777B
RGB
CMYK
RGB Variations
Color information
#A0777B (or 0xA0777B) is known color: Turkish Rose. HEX triplet: A0, 77 and 7B. RGB value is (160,119,123). Sum of RGB (Red+Green+Blue) = 160+119+123=402 (53% of max value = 765). Red value is 160 (62.89% from 255 or 39.80% from 402); Green value is 119 (46.88% from 255 or 29.60% from 402); Blue value is 123 (48.44% from 255 or 30.60% from 402); Max value from RGB is 160 - color contains mainly: red. Hex color #A0777B is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A0777B is #5F8884. Grayscale: #838383. Windows color (decimal): -6260869 or 8091552. OLE color: 8091552.
HSL color Cylindrical-coordinate representation of color #A0777B: hue angle of 354.15º 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 #A0777B is Cyan = 0, Magento = 0.26, Yellow = 0.23 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 160 | 119 | 123 | - |
| CMYK | 0 | 0.26 | 0.23 | 0.37 |
| HSL | 354.15º | 0.18% | 0.55% | - |
| HSV(B) | 354.15º | 0.26% | 0.63% | - |
| XYZ | 24.67 | 22.1 | 21.7 | - |
| YUV | 131.72 | 123.08 | 148.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 119 | 123 | 0 | 0.26 | 0.23 | 0.37 | 354.15 | 0.18 | 0.55 |
| Hex | A0 | 77 | 7B | 0 | 1A | 17 | 25 | 162 | 12 | 37 |
| Octal | 240 | 167 | 173 | 0 | 32 | 27 | 45 | 542 | 22 | 67 |
| Binary | 10100000 | 1110111 | 1111011 | 0 | 11010 | 10111 | 100101 | 101100010 | 10010 | 110111 |
Color Harmonies of #A0777B
Complementary color
Monochromatic Colors of #A0777B
Black with #A0777B
Text Example
Text Example
White with #A0777B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A0777B; }
p { color: rgb(160,119,123); }
H1.HeaderClassName
{
color: #A0777B;
}
.AnyTagClassName
{
color: #A0777B;
}
</style>
background-color css
<style>
a { background-color: #A0777B; }
a { background-color: rgb(160,119,123); }
div.DivClassName
{
background-color: #A0777B;
}
.BgClassName
{
background-color: #A0777B;
}
</style>
border-color css
<style>
span { border-color: #A0777B; }
span { border-color: rgb(160,119,123); }
td.TdClassName
{
border-color: #A0777B;
}
.TagClassName
{
border-color: #A0777B;
}
</style>