Shades of Turkish Rose #A96A77
Tints of Turkish Rose #A96A77
RGB
CMYK
RGB Variations
Color information
#A96A77 (or 0xA96A77) is known color: Turkish Rose. HEX triplet: A9, 6A and 77. RGB value is (169,106,119). Sum of RGB (Red+Green+Blue) = 169+106+119=394 (52% of max value = 765). Red value is 169 (66.41% from 255 or 42.89% from 394); Green value is 106 (41.80% from 255 or 26.90% from 394); Blue value is 119 (46.88% from 255 or 30.20% from 394); Max value from RGB is 169 - color contains mainly: red. Hex color #A96A77 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A96A77 is #569588. Grayscale: #7E7E7E. Windows color (decimal): -5674377 or 7826089. OLE color: 7826089.
HSL color Cylindrical-coordinate representation of color #A96A77: hue angle of 347.62º degrees, saturation: 0.27, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #A96A77 is Cyan = 0, Magento = 0.37, Yellow = 0.30 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 169 | 106 | 119 | - |
| CMYK | 0 | 0.37 | 0.30 | 0.34 |
| HSL | 347.62º | 0.27% | 0.54% | - |
| HSV(B) | 347.62º | 0.37% | 0.66% | - |
| XYZ | 24.85 | 20.07 | 20.02 | - |
| YUV | 126.32 | 123.87 | 158.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 106 | 119 | 0 | 0.37 | 0.30 | 0.34 | 347.62 | 0.27 | 0.54 |
| Hex | A9 | 6A | 77 | 0 | 25 | 1E | 22 | 15C | 1B | 36 |
| Octal | 251 | 152 | 167 | 0 | 45 | 36 | 42 | 534 | 33 | 66 |
| Binary | 10101001 | 1101010 | 1110111 | 0 | 100101 | 11110 | 100010 | 101011100 | 11011 | 110110 |
Color Harmonies of #A96A77
Complementary color
Monochromatic Colors of #A96A77
Black with #A96A77
Text Example
Text Example
White with #A96A77
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A96A77; }
p { color: rgb(169,106,119); }
H1.HeaderClassName
{
color: #A96A77;
}
.AnyTagClassName
{
color: #A96A77;
}
</style>
background-color css
<style>
a { background-color: #A96A77; }
a { background-color: rgb(169,106,119); }
div.DivClassName
{
background-color: #A96A77;
}
.BgClassName
{
background-color: #A96A77;
}
</style>
border-color css
<style>
span { border-color: #A96A77; }
span { border-color: rgb(169,106,119); }
td.TdClassName
{
border-color: #A96A77;
}
.TagClassName
{
border-color: #A96A77;
}
</style>