Shades of Turkish Rose #A97C7E
Tints of Turkish Rose #A97C7E
RGB
CMYK
RGB Variations
Color information
#A97C7E (or 0xA97C7E) is known color: Turkish Rose. HEX triplet: A9, 7C and 7E. RGB value is (169,124,126). Sum of RGB (Red+Green+Blue) = 169+124+126=419 (55% of max value = 765). Red value is 169 (66.41% from 255 or 40.33% from 419); Green value is 124 (48.83% from 255 or 29.59% from 419); Blue value is 126 (49.61% from 255 or 30.07% from 419); Max value from RGB is 169 - color contains mainly: red. Hex color #A97C7E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A97C7E is #568381. Grayscale: #898989. Windows color (decimal): -5669762 or 8289449. OLE color: 8289449.
HSL color Cylindrical-coordinate representation of color #A97C7E: hue angle of 357.33º degrees, saturation: 0.21, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #A97C7E is Cyan = 0, Magento = 0.27, Yellow = 0.25 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 169 | 124 | 126 | - |
| CMYK | 0 | 0.27 | 0.25 | 0.34 |
| HSL | 357.33º | 0.21% | 0.57% | - |
| HSV(B) | 357.33º | 0.27% | 0.66% | - |
| XYZ | 27.34 | 24.36 | 23 | - |
| YUV | 137.68 | 121.41 | 150.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 124 | 126 | 0 | 0.27 | 0.25 | 0.34 | 357.33 | 0.21 | 0.57 |
| Hex | A9 | 7C | 7E | 0 | 1B | 19 | 22 | 165 | 15 | 39 |
| Octal | 251 | 174 | 176 | 0 | 33 | 31 | 42 | 545 | 25 | 71 |
| Binary | 10101001 | 1111100 | 1111110 | 0 | 11011 | 11001 | 100010 | 101100101 | 10101 | 111001 |
Color Harmonies of #A97C7E
Complementary color
Monochromatic Colors of #A97C7E
Black with #A97C7E
Text Example
Text Example
White with #A97C7E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A97C7E; }
p { color: rgb(169,124,126); }
H1.HeaderClassName
{
color: #A97C7E;
}
.AnyTagClassName
{
color: #A97C7E;
}
</style>
background-color css
<style>
a { background-color: #A97C7E; }
a { background-color: rgb(169,124,126); }
div.DivClassName
{
background-color: #A97C7E;
}
.BgClassName
{
background-color: #A97C7E;
}
</style>
border-color css
<style>
span { border-color: #A97C7E; }
span { border-color: rgb(169,124,126); }
td.TdClassName
{
border-color: #A97C7E;
}
.TagClassName
{
border-color: #A97C7E;
}
</style>