Shades of Turkish Rose #A07A7E
Tints of Turkish Rose #A07A7E
RGB
CMYK
RGB Variations
Color information
#A07A7E (or 0xA07A7E) is known color: Turkish Rose. HEX triplet: A0, 7A and 7E. RGB value is (160,122,126). Sum of RGB (Red+Green+Blue) = 160+122+126=408 (54% of max value = 765). Red value is 160 (62.89% from 255 or 39.22% from 408); Green value is 122 (48.05% from 255 or 29.90% from 408); Blue value is 126 (49.61% from 255 or 30.88% from 408); Max value from RGB is 160 - color contains mainly: red. Hex color #A07A7E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A07A7E is #5F8581. Grayscale: #858585. Windows color (decimal): -6260098 or 8288928. OLE color: 8288928.
HSL color Cylindrical-coordinate representation of color #A07A7E: hue angle of 353.68º 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 #A07A7E is Cyan = 0, Magento = 0.24, Yellow = 0.21 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 160 | 122 | 126 | - |
| CMYK | 0 | 0.24 | 0.21 | 0.37 |
| HSL | 353.68º | 0.17% | 0.55% | - |
| HSV(B) | 353.68º | 0.24% | 0.63% | - |
| XYZ | 25.22 | 22.9 | 22.83 | - |
| YUV | 133.82 | 123.59 | 146.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 122 | 126 | 0 | 0.24 | 0.21 | 0.37 | 353.68 | 0.17 | 0.55 |
| Hex | A0 | 7A | 7E | 0 | 18 | 15 | 25 | 162 | 11 | 37 |
| Octal | 240 | 172 | 176 | 0 | 30 | 25 | 45 | 542 | 21 | 67 |
| Binary | 10100000 | 1111010 | 1111110 | 0 | 11000 | 10101 | 100101 | 101100010 | 10001 | 110111 |
Color Harmonies of #A07A7E
Complementary color
Monochromatic Colors of #A07A7E
Black with #A07A7E
Text Example
Text Example
White with #A07A7E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A07A7E; }
p { color: rgb(160,122,126); }
H1.HeaderClassName
{
color: #A07A7E;
}
.AnyTagClassName
{
color: #A07A7E;
}
</style>
background-color css
<style>
a { background-color: #A07A7E; }
a { background-color: rgb(160,122,126); }
div.DivClassName
{
background-color: #A07A7E;
}
.BgClassName
{
background-color: #A07A7E;
}
</style>
border-color css
<style>
span { border-color: #A07A7E; }
span { border-color: rgb(160,122,126); }
td.TdClassName
{
border-color: #A07A7E;
}
.TagClassName
{
border-color: #A07A7E;
}
</style>