Shades of Turkish Rose #A97C80
Tints of Turkish Rose #A97C80
RGB
CMYK
RGB Variations
Color information
#A97C80 (or 0xA97C80) is known color: Turkish Rose. HEX triplet: A9, 7C and 80. RGB value is (169,124,128). Sum of RGB (Red+Green+Blue) = 169+124+128=421 (55% of max value = 765). Red value is 169 (66.41% from 255 or 40.14% from 421); Green value is 124 (48.83% from 255 or 29.45% from 421); Blue value is 128 (50.39% from 255 or 30.40% from 421); Max value from RGB is 169 - color contains mainly: red. Hex color #A97C80 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A97C80 is #56837F. Grayscale: #898989. Windows color (decimal): -5669760 or 8420521. OLE color: 8420521.
HSL color Cylindrical-coordinate representation of color #A97C80: hue angle of 354.67º 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 #A97C80 is Cyan = 0, Magento = 0.27, Yellow = 0.24 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 169 | 124 | 128 | - |
| CMYK | 0 | 0.27 | 0.24 | 0.34 |
| HSL | 354.67º | 0.21% | 0.57% | - |
| HSV(B) | 354.67º | 0.27% | 0.66% | - |
| XYZ | 27.47 | 24.41 | 23.69 | - |
| YUV | 137.91 | 122.41 | 150.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 124 | 128 | 0 | 0.27 | 0.24 | 0.34 | 354.67 | 0.21 | 0.57 |
| Hex | A9 | 7C | 80 | 0 | 1B | 18 | 22 | 163 | 15 | 39 |
| Octal | 251 | 174 | 200 | 0 | 33 | 30 | 42 | 543 | 25 | 71 |
| Binary | 10101001 | 1111100 | 10000000 | 0 | 11011 | 11000 | 100010 | 101100011 | 10101 | 111001 |
Color Harmonies of #A97C80
Complementary color
Monochromatic Colors of #A97C80
Black with #A97C80
Text Example
Text Example
White with #A97C80
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A97C80; }
p { color: rgb(169,124,128); }
H1.HeaderClassName
{
color: #A97C80;
}
.AnyTagClassName
{
color: #A97C80;
}
</style>
background-color css
<style>
a { background-color: #A97C80; }
a { background-color: rgb(169,124,128); }
div.DivClassName
{
background-color: #A97C80;
}
.BgClassName
{
background-color: #A97C80;
}
</style>
border-color css
<style>
span { border-color: #A97C80; }
span { border-color: rgb(169,124,128); }
td.TdClassName
{
border-color: #A97C80;
}
.TagClassName
{
border-color: #A97C80;
}
</style>