Shades of Turkish Rose #A07B7E
Tints of Turkish Rose #A07B7E
RGB
CMYK
RGB Variations
Color information
#A07B7E (or 0xA07B7E) is known color: Turkish Rose. HEX triplet: A0, 7B and 7E. RGB value is (160,123,126). Sum of RGB (Red+Green+Blue) = 160+123+126=409 (54% of max value = 765). Red value is 160 (62.89% from 255 or 39.12% from 409); Green value is 123 (48.44% from 255 or 30.07% from 409); Blue value is 126 (49.61% from 255 or 30.81% from 409); Max value from RGB is 160 - color contains mainly: red. Hex color #A07B7E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A07B7E is #5F8481. Grayscale: #868686. Windows color (decimal): -6259842 or 8289184. OLE color: 8289184.
HSL color Cylindrical-coordinate representation of color #A07B7E: hue angle of 355.14º degrees, saturation: 0.16, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #A07B7E is Cyan = 0, Magento = 0.23, Yellow = 0.21 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 160 | 123 | 126 | - |
| CMYK | 0 | 0.23 | 0.21 | 0.37 |
| HSL | 355.14º | 0.16% | 0.55% | - |
| HSV(B) | 355.14º | 0.23% | 0.63% | - |
| XYZ | 25.35 | 23.15 | 22.87 | - |
| YUV | 134.41 | 123.26 | 146.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 123 | 126 | 0 | 0.23 | 0.21 | 0.37 | 355.14 | 0.16 | 0.55 |
| Hex | A0 | 7B | 7E | 0 | 17 | 15 | 25 | 163 | 10 | 37 |
| Octal | 240 | 173 | 176 | 0 | 27 | 25 | 45 | 543 | 20 | 67 |
| Binary | 10100000 | 1111011 | 1111110 | 0 | 10111 | 10101 | 100101 | 101100011 | 10000 | 110111 |
Color Harmonies of #A07B7E
Complementary color
Monochromatic Colors of #A07B7E
Black with #A07B7E
Text Example
Text Example
White with #A07B7E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A07B7E; }
p { color: rgb(160,123,126); }
H1.HeaderClassName
{
color: #A07B7E;
}
.AnyTagClassName
{
color: #A07B7E;
}
</style>
background-color css
<style>
a { background-color: #A07B7E; }
a { background-color: rgb(160,123,126); }
div.DivClassName
{
background-color: #A07B7E;
}
.BgClassName
{
background-color: #A07B7E;
}
</style>
border-color css
<style>
span { border-color: #A07B7E; }
span { border-color: rgb(160,123,126); }
td.TdClassName
{
border-color: #A07B7E;
}
.TagClassName
{
border-color: #A07B7E;
}
</style>