Shades of Turkish Rose #A07D81
Tints of Turkish Rose #A07D81
RGB
CMYK
RGB Variations
Color information
#A07D81 (or 0xA07D81) is known color: Turkish Rose. HEX triplet: A0, 7D and 81. RGB value is (160,125,129). Sum of RGB (Red+Green+Blue) = 160+125+129=414 (54% of max value = 765). Red value is 160 (62.89% from 255 or 38.65% from 414); Green value is 125 (49.22% from 255 or 30.19% from 414); Blue value is 129 (50.78% from 255 or 31.16% from 414); Max value from RGB is 160 - color contains mainly: red. Hex color #A07D81 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A07D81 is #5F827E. Grayscale: #878787. Windows color (decimal): -6259327 or 8486304. OLE color: 8486304.
HSL color Cylindrical-coordinate representation of color #A07D81: hue angle of 353.14º 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 #A07D81 is Cyan = 0, Magento = 0.22, Yellow = 0.19 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 160 | 125 | 129 | - |
| CMYK | 0 | 0.22 | 0.19 | 0.37 |
| HSL | 353.14º | 0.16% | 0.56% | - |
| HSV(B) | 353.14º | 0.22% | 0.63% | - |
| XYZ | 25.79 | 23.73 | 23.99 | - |
| YUV | 135.92 | 124.1 | 145.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 125 | 129 | 0 | 0.22 | 0.19 | 0.37 | 353.14 | 0.16 | 0.56 |
| Hex | A0 | 7D | 81 | 0 | 16 | 13 | 25 | 161 | 10 | 38 |
| Octal | 240 | 175 | 201 | 0 | 26 | 23 | 45 | 541 | 20 | 70 |
| Binary | 10100000 | 1111101 | 10000001 | 0 | 10110 | 10011 | 100101 | 101100001 | 10000 | 111000 |
Color Harmonies of #A07D81
Complementary color
Monochromatic Colors of #A07D81
Black with #A07D81
Text Example
Text Example
White with #A07D81
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A07D81; }
p { color: rgb(160,125,129); }
H1.HeaderClassName
{
color: #A07D81;
}
.AnyTagClassName
{
color: #A07D81;
}
</style>
background-color css
<style>
a { background-color: #A07D81; }
a { background-color: rgb(160,125,129); }
div.DivClassName
{
background-color: #A07D81;
}
.BgClassName
{
background-color: #A07D81;
}
</style>
border-color css
<style>
span { border-color: #A07D81; }
span { border-color: rgb(160,125,129); }
td.TdClassName
{
border-color: #A07D81;
}
.TagClassName
{
border-color: #A07D81;
}
</style>