Shades of Turkish Rose #A07D7F
Tints of Turkish Rose #A07D7F
RGB
CMYK
RGB Variations
Color information
#A07D7F (or 0xA07D7F) is known color: Turkish Rose. HEX triplet: A0, 7D and 7F. RGB value is (160,125,127). Sum of RGB (Red+Green+Blue) = 160+125+127=412 (54% of max value = 765). Red value is 160 (62.89% from 255 or 38.83% from 412); Green value is 125 (49.22% from 255 or 30.34% from 412); Blue value is 127 (50% from 255 or 30.83% from 412); Max value from RGB is 160 - color contains mainly: red. Hex color #A07D7F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A07D7F is #5F8280. Grayscale: #878787. Windows color (decimal): -6259329 or 8355232. OLE color: 8355232.
HSL color Cylindrical-coordinate representation of color #A07D7F: hue angle of 356.57º degrees, saturation: 0.16, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #A07D7F is Cyan = 0, Magento = 0.22, Yellow = 0.21 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 160 | 125 | 127 | - |
| CMYK | 0 | 0.22 | 0.21 | 0.37 |
| HSL | 356.57º | 0.16% | 0.56% | - |
| HSV(B) | 356.57º | 0.22% | 0.63% | - |
| XYZ | 25.66 | 23.67 | 23.3 | - |
| YUV | 135.69 | 123.1 | 145.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 125 | 127 | 0 | 0.22 | 0.21 | 0.37 | 356.57 | 0.16 | 0.56 |
| Hex | A0 | 7D | 7F | 0 | 16 | 15 | 25 | 165 | 10 | 38 |
| Octal | 240 | 175 | 177 | 0 | 26 | 25 | 45 | 545 | 20 | 70 |
| Binary | 10100000 | 1111101 | 1111111 | 0 | 10110 | 10101 | 100101 | 101100101 | 10000 | 111000 |
Color Harmonies of #A07D7F
Complementary color
Monochromatic Colors of #A07D7F
Black with #A07D7F
Text Example
Text Example
White with #A07D7F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A07D7F; }
p { color: rgb(160,125,127); }
H1.HeaderClassName
{
color: #A07D7F;
}
.AnyTagClassName
{
color: #A07D7F;
}
</style>
background-color css
<style>
a { background-color: #A07D7F; }
a { background-color: rgb(160,125,127); }
div.DivClassName
{
background-color: #A07D7F;
}
.BgClassName
{
background-color: #A07D7F;
}
</style>
border-color css
<style>
span { border-color: #A07D7F; }
span { border-color: rgb(160,125,127); }
td.TdClassName
{
border-color: #A07D7F;
}
.TagClassName
{
border-color: #A07D7F;
}
</style>