Shades of Turkish Rose #A07C7E
Tints of Turkish Rose #A07C7E
RGB
CMYK
RGB Variations
Color information
#A07C7E (or 0xA07C7E) is known color: Turkish Rose. HEX triplet: A0, 7C and 7E. RGB value is (160,124,126). Sum of RGB (Red+Green+Blue) = 160+124+126=410 (54% of max value = 765). Red value is 160 (62.89% from 255 or 39.02% from 410); Green value is 124 (48.83% from 255 or 30.24% from 410); Blue value is 126 (49.61% from 255 or 30.73% from 410); Max value from RGB is 160 - color contains mainly: red. Hex color #A07C7E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A07C7E is #5F8381. Grayscale: #878787. Windows color (decimal): -6259586 or 8289440. OLE color: 8289440.
HSL color Cylindrical-coordinate representation of color #A07C7E: hue angle of 356.67º degrees, saturation: 0.16, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #A07C7E is Cyan = 0, Magento = 0.22, Yellow = 0.21 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 160 | 124 | 126 | - |
| CMYK | 0 | 0.22 | 0.21 | 0.37 |
| HSL | 356.67º | 0.16% | 0.56% | - |
| HSV(B) | 356.67º | 0.23% | 0.63% | - |
| XYZ | 25.47 | 23.4 | 22.91 | - |
| YUV | 134.99 | 122.93 | 145.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 124 | 126 | 0 | 0.22 | 0.21 | 0.37 | 356.67 | 0.16 | 0.56 |
| Hex | A0 | 7C | 7E | 0 | 16 | 15 | 25 | 165 | 10 | 38 |
| Octal | 240 | 174 | 176 | 0 | 26 | 25 | 45 | 545 | 20 | 70 |
| Binary | 10100000 | 1111100 | 1111110 | 0 | 10110 | 10101 | 100101 | 101100101 | 10000 | 111000 |
Color Harmonies of #A07C7E
Complementary color
Monochromatic Colors of #A07C7E
Black with #A07C7E
Text Example
Text Example
White with #A07C7E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A07C7E; }
p { color: rgb(160,124,126); }
H1.HeaderClassName
{
color: #A07C7E;
}
.AnyTagClassName
{
color: #A07C7E;
}
</style>
background-color css
<style>
a { background-color: #A07C7E; }
a { background-color: rgb(160,124,126); }
div.DivClassName
{
background-color: #A07C7E;
}
.BgClassName
{
background-color: #A07C7E;
}
</style>
border-color css
<style>
span { border-color: #A07C7E; }
span { border-color: rgb(160,124,126); }
td.TdClassName
{
border-color: #A07C7E;
}
.TagClassName
{
border-color: #A07C7E;
}
</style>