Shades of Turkish Rose #A9767D
Tints of Turkish Rose #A9767D
RGB
CMYK
RGB Variations
Color information
#A9767D (or 0xA9767D) is known color: Turkish Rose. HEX triplet: A9, 76 and 7D. RGB value is (169,118,125). Sum of RGB (Red+Green+Blue) = 169+118+125=412 (54% of max value = 765). Red value is 169 (66.41% from 255 or 41.02% from 412); Green value is 118 (46.48% from 255 or 28.64% from 412); Blue value is 125 (49.22% from 255 or 30.34% from 412); Max value from RGB is 169 - color contains mainly: red. Hex color #A9767D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A9767D is #568982. Grayscale: #868686. Windows color (decimal): -5671299 or 8222377. OLE color: 8222377.
HSL color Cylindrical-coordinate representation of color #A9767D: hue angle of 351.76º degrees, saturation: 0.23, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #A9767D is Cyan = 0, Magento = 0.30, Yellow = 0.26 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 169 | 118 | 125 | - |
| CMYK | 0 | 0.30 | 0.26 | 0.34 |
| HSL | 351.76º | 0.23% | 0.56% | - |
| HSV(B) | 351.76º | 0.3% | 0.66% | - |
| XYZ | 26.54 | 22.87 | 22.42 | - |
| YUV | 134.05 | 122.9 | 152.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 118 | 125 | 0 | 0.30 | 0.26 | 0.34 | 351.76 | 0.23 | 0.56 |
| Hex | A9 | 76 | 7D | 0 | 1E | 1A | 22 | 160 | 17 | 38 |
| Octal | 251 | 166 | 175 | 0 | 36 | 32 | 42 | 540 | 27 | 70 |
| Binary | 10101001 | 1110110 | 1111101 | 0 | 11110 | 11010 | 100010 | 101100000 | 10111 | 111000 |
Color Harmonies of #A9767D
Complementary color
Monochromatic Colors of #A9767D
Black with #A9767D
Text Example
Text Example
White with #A9767D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A9767D; }
p { color: rgb(169,118,125); }
H1.HeaderClassName
{
color: #A9767D;
}
.AnyTagClassName
{
color: #A9767D;
}
</style>
background-color css
<style>
a { background-color: #A9767D; }
a { background-color: rgb(169,118,125); }
div.DivClassName
{
background-color: #A9767D;
}
.BgClassName
{
background-color: #A9767D;
}
</style>
border-color css
<style>
span { border-color: #A9767D; }
span { border-color: rgb(169,118,125); }
td.TdClassName
{
border-color: #A9767D;
}
.TagClassName
{
border-color: #A9767D;
}
</style>