Shades of Turkish Rose #A0797B
Tints of Turkish Rose #A0797B
RGB
CMYK
RGB Variations
Color information
#A0797B (or 0xA0797B) is known color: Turkish Rose. HEX triplet: A0, 79 and 7B. RGB value is (160,121,123). Sum of RGB (Red+Green+Blue) = 160+121+123=404 (53% of max value = 765). Red value is 160 (62.89% from 255 or 39.60% from 404); Green value is 121 (47.66% from 255 or 29.95% from 404); Blue value is 123 (48.44% from 255 or 30.45% from 404); Max value from RGB is 160 - color contains mainly: red. Hex color #A0797B is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A0797B is #5F8684. Grayscale: #848484. Windows color (decimal): -6260357 or 8092064. OLE color: 8092064.
HSL color Cylindrical-coordinate representation of color #A0797B: hue angle of 356.92º degrees, saturation: 0.17, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #A0797B is Cyan = 0, Magento = 0.24, Yellow = 0.23 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 160 | 121 | 123 | - |
| CMYK | 0 | 0.24 | 0.23 | 0.37 |
| HSL | 356.92º | 0.17% | 0.55% | - |
| HSV(B) | 356.92º | 0.24% | 0.63% | - |
| XYZ | 24.91 | 22.58 | 21.78 | - |
| YUV | 132.89 | 122.42 | 147.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 121 | 123 | 0 | 0.24 | 0.23 | 0.37 | 356.92 | 0.17 | 0.55 |
| Hex | A0 | 79 | 7B | 0 | 18 | 17 | 25 | 165 | 11 | 37 |
| Octal | 240 | 171 | 173 | 0 | 30 | 27 | 45 | 545 | 21 | 67 |
| Binary | 10100000 | 1111001 | 1111011 | 0 | 11000 | 10111 | 100101 | 101100101 | 10001 | 110111 |
Color Harmonies of #A0797B
Complementary color
Monochromatic Colors of #A0797B
Black with #A0797B
Text Example
Text Example
White with #A0797B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A0797B; }
p { color: rgb(160,121,123); }
H1.HeaderClassName
{
color: #A0797B;
}
.AnyTagClassName
{
color: #A0797B;
}
</style>
background-color css
<style>
a { background-color: #A0797B; }
a { background-color: rgb(160,121,123); }
div.DivClassName
{
background-color: #A0797B;
}
.BgClassName
{
background-color: #A0797B;
}
</style>
border-color css
<style>
span { border-color: #A0797B; }
span { border-color: rgb(160,121,123); }
td.TdClassName
{
border-color: #A0797B;
}
.TagClassName
{
border-color: #A0797B;
}
</style>