Shades of Turkish Rose #A07E7F
Tints of Turkish Rose #A07E7F
RGB
CMYK
RGB Variations
Color information
#A07E7F (or 0xA07E7F) is known color: Turkish Rose. HEX triplet: A0, 7E and 7F. RGB value is (160,126,127). Sum of RGB (Red+Green+Blue) = 160+126+127=413 (54% of max value = 765). Red value is 160 (62.89% from 255 or 38.74% from 413); Green value is 126 (49.61% from 255 or 30.51% from 413); Blue value is 127 (50% from 255 or 30.75% from 413); Max value from RGB is 160 - color contains mainly: red. Hex color #A07E7F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A07E7F is #5F8180. Grayscale: #888888. Windows color (decimal): -6259073 or 8355488. OLE color: 8355488.
HSL color Cylindrical-coordinate representation of color #A07E7F: hue angle of 358.24º degrees, saturation: 0.15, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #A07E7F is Cyan = 0, Magento = 0.21, Yellow = 0.21 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 160 | 126 | 127 | - |
| CMYK | 0 | 0.21 | 0.21 | 0.37 |
| HSL | 358.24º | 0.15% | 0.56% | - |
| HSV(B) | 358.24º | 0.21% | 0.63% | - |
| XYZ | 25.79 | 23.93 | 23.34 | - |
| YUV | 136.28 | 122.76 | 144.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 126 | 127 | 0 | 0.21 | 0.21 | 0.37 | 358.24 | 0.15 | 0.56 |
| Hex | A0 | 7E | 7F | 0 | 15 | 15 | 25 | 166 | F | 38 |
| Octal | 240 | 176 | 177 | 0 | 25 | 25 | 45 | 546 | 17 | 70 |
| Binary | 10100000 | 1111110 | 1111111 | 0 | 10101 | 10101 | 100101 | 101100110 | 1111 | 111000 |
Color Harmonies of #A07E7F
Complementary color
Monochromatic Colors of #A07E7F
Black with #A07E7F
Text Example
Text Example
White with #A07E7F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A07E7F; }
p { color: rgb(160,126,127); }
H1.HeaderClassName
{
color: #A07E7F;
}
.AnyTagClassName
{
color: #A07E7F;
}
</style>
background-color css
<style>
a { background-color: #A07E7F; }
a { background-color: rgb(160,126,127); }
div.DivClassName
{
background-color: #A07E7F;
}
.BgClassName
{
background-color: #A07E7F;
}
</style>
border-color css
<style>
span { border-color: #A07E7F; }
span { border-color: rgb(160,126,127); }
td.TdClassName
{
border-color: #A07E7F;
}
.TagClassName
{
border-color: #A07E7F;
}
</style>