Shades of Turkish Rose #A96E74
Tints of Turkish Rose #A96E74
RGB
CMYK
RGB Variations
Color information
#A96E74 (or 0xA96E74) is known color: Turkish Rose. HEX triplet: A9, 6E and 74. RGB value is (169,110,116). Sum of RGB (Red+Green+Blue) = 169+110+116=395 (52% of max value = 765). Red value is 169 (66.41% from 255 or 42.78% from 395); Green value is 110 (43.36% from 255 or 27.85% from 395); Blue value is 116 (45.70% from 255 or 29.37% from 395); Max value from RGB is 169 - color contains mainly: red. Hex color #A96E74 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A96E74 is #56918B. Grayscale: #808080. Windows color (decimal): -5673356 or 7630505. OLE color: 7630505.
HSL color Cylindrical-coordinate representation of color #A96E74: hue angle of 353.9º degrees, saturation: 0.26, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #A96E74 is Cyan = 0, Magento = 0.35, Yellow = 0.31 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 169 | 110 | 116 | - |
| CMYK | 0 | 0.35 | 0.31 | 0.34 |
| HSL | 353.9º | 0.26% | 0.55% | - |
| HSV(B) | 353.9º | 0.35% | 0.66% | - |
| XYZ | 25.09 | 20.85 | 19.22 | - |
| YUV | 128.33 | 121.05 | 157.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 110 | 116 | 0 | 0.35 | 0.31 | 0.34 | 353.9 | 0.26 | 0.55 |
| Hex | A9 | 6E | 74 | 0 | 23 | 1F | 22 | 162 | 1A | 37 |
| Octal | 251 | 156 | 164 | 0 | 43 | 37 | 42 | 542 | 32 | 67 |
| Binary | 10101001 | 1101110 | 1110100 | 0 | 100011 | 11111 | 100010 | 101100010 | 11010 | 110111 |
Color Harmonies of #A96E74
Complementary color
Monochromatic Colors of #A96E74
Black with #A96E74
Text Example
Text Example
White with #A96E74
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A96E74; }
p { color: rgb(169,110,116); }
H1.HeaderClassName
{
color: #A96E74;
}
.AnyTagClassName
{
color: #A96E74;
}
</style>
background-color css
<style>
a { background-color: #A96E74; }
a { background-color: rgb(169,110,116); }
div.DivClassName
{
background-color: #A96E74;
}
.BgClassName
{
background-color: #A96E74;
}
</style>
border-color css
<style>
span { border-color: #A96E74; }
span { border-color: rgb(169,110,116); }
td.TdClassName
{
border-color: #A96E74;
}
.TagClassName
{
border-color: #A96E74;
}
</style>