Shades of Turkish Rose #A9696F
Tints of Turkish Rose #A9696F
RGB
CMYK
RGB Variations
Color information
#A9696F (or 0xA9696F) is known color: Turkish Rose. HEX triplet: A9, 69 and 6F. RGB value is (169,105,111). Sum of RGB (Red+Green+Blue) = 169+105+111=385 (50% of max value = 765). Red value is 169 (66.41% from 255 or 43.90% from 385); Green value is 105 (41.41% from 255 or 27.27% from 385); Blue value is 111 (43.75% from 255 or 28.83% from 385); Max value from RGB is 169 - color contains mainly: red. Hex color #A9696F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A9696F is #569690. Grayscale: #7C7C7C. Windows color (decimal): -5674641 or 7301545. OLE color: 7301545.
HSL color Cylindrical-coordinate representation of color #A9696F: hue angle of 354.38º degrees, saturation: 0.27, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #A9696F is Cyan = 0, Magento = 0.38, Yellow = 0.34 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 169 | 105 | 111 | - |
| CMYK | 0 | 0.38 | 0.34 | 0.34 |
| HSL | 354.38º | 0.27% | 0.54% | - |
| HSV(B) | 354.38º | 0.38% | 0.66% | - |
| XYZ | 24.28 | 19.69 | 17.56 | - |
| YUV | 124.82 | 120.2 | 159.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 105 | 111 | 0 | 0.38 | 0.34 | 0.34 | 354.38 | 0.27 | 0.54 |
| Hex | A9 | 69 | 6F | 0 | 26 | 22 | 22 | 162 | 1B | 36 |
| Octal | 251 | 151 | 157 | 0 | 46 | 42 | 42 | 542 | 33 | 66 |
| Binary | 10101001 | 1101001 | 1101111 | 0 | 100110 | 100010 | 100010 | 101100010 | 11011 | 110110 |
Color Harmonies of #A9696F
Complementary color
Monochromatic Colors of #A9696F
Black with #A9696F
Text Example
Text Example
White with #A9696F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A9696F; }
p { color: rgb(169,105,111); }
H1.HeaderClassName
{
color: #A9696F;
}
.AnyTagClassName
{
color: #A9696F;
}
</style>
background-color css
<style>
a { background-color: #A9696F; }
a { background-color: rgb(169,105,111); }
div.DivClassName
{
background-color: #A9696F;
}
.BgClassName
{
background-color: #A9696F;
}
</style>
border-color css
<style>
span { border-color: #A9696F; }
span { border-color: rgb(169,105,111); }
td.TdClassName
{
border-color: #A9696F;
}
.TagClassName
{
border-color: #A9696F;
}
</style>