Shades of Turkish Rose #A0696E
Tints of Turkish Rose #A0696E
RGB
CMYK
RGB Variations
Color information
#A0696E (or 0xA0696E) is known color: Turkish Rose. HEX triplet: A0, 69 and 6E. RGB value is (160,105,110). Sum of RGB (Red+Green+Blue) = 160+105+110=375 (49% of max value = 765). Red value is 160 (62.89% from 255 or 42.67% from 375); Green value is 105 (41.41% from 255 or 28% from 375); Blue value is 110 (43.36% from 255 or 29.33% from 375); Max value from RGB is 160 - color contains mainly: red. Hex color #A0696E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A0696E is #5F9691. Grayscale: #7A7A7A. Windows color (decimal): -6264466 or 7236000. OLE color: 7236000.
HSL color Cylindrical-coordinate representation of color #A0696E: hue angle of 354.55º degrees, saturation: 0.22, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #A0696E is Cyan = 0, Magento = 0.34, Yellow = 0.31 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 160 | 105 | 110 | - |
| CMYK | 0 | 0.34 | 0.31 | 0.37 |
| HSL | 354.55º | 0.22% | 0.52% | - |
| HSV(B) | 354.55º | 0.34% | 0.63% | - |
| XYZ | 22.36 | 18.7 | 17.18 | - |
| YUV | 122.02 | 121.22 | 155.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 105 | 110 | 0 | 0.34 | 0.31 | 0.37 | 354.55 | 0.22 | 0.52 |
| Hex | A0 | 69 | 6E | 0 | 22 | 1F | 25 | 163 | 16 | 34 |
| Octal | 240 | 151 | 156 | 0 | 42 | 37 | 45 | 543 | 26 | 64 |
| Binary | 10100000 | 1101001 | 1101110 | 0 | 100010 | 11111 | 100101 | 101100011 | 10110 | 110100 |
Color Harmonies of #A0696E
Complementary color
Monochromatic Colors of #A0696E
Black with #A0696E
Text Example
Text Example
White with #A0696E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A0696E; }
p { color: rgb(160,105,110); }
H1.HeaderClassName
{
color: #A0696E;
}
.AnyTagClassName
{
color: #A0696E;
}
</style>
background-color css
<style>
a { background-color: #A0696E; }
a { background-color: rgb(160,105,110); }
div.DivClassName
{
background-color: #A0696E;
}
.BgClassName
{
background-color: #A0696E;
}
</style>
border-color css
<style>
span { border-color: #A0696E; }
span { border-color: rgb(160,105,110); }
td.TdClassName
{
border-color: #A0696E;
}
.TagClassName
{
border-color: #A0696E;
}
</style>