Shades of Turkish Rose #A0676D
Tints of Turkish Rose #A0676D
RGB
CMYK
RGB Variations
Color information
#A0676D (or 0xA0676D) is known color: Turkish Rose. HEX triplet: A0, 67 and 6D. RGB value is (160,103,109). Sum of RGB (Red+Green+Blue) = 160+103+109=372 (49% of max value = 765). Red value is 160 (62.89% from 255 or 43.01% from 372); Green value is 103 (40.62% from 255 or 27.69% from 372); Blue value is 109 (42.97% from 255 or 29.30% from 372); Max value from RGB is 160 - color contains mainly: red. Hex color #A0676D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A0676D is #5F9892. Grayscale: #787878. Windows color (decimal): -6264979 or 7169952. OLE color: 7169952.
HSL color Cylindrical-coordinate representation of color #A0676D: hue angle of 353.68º degrees, saturation: 0.23, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #A0676D is Cyan = 0, Magento = 0.36, Yellow = 0.32 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 160 | 103 | 109 | - |
| CMYK | 0 | 0.36 | 0.32 | 0.37 |
| HSL | 353.68º | 0.23% | 0.52% | - |
| HSV(B) | 353.68º | 0.36% | 0.63% | - |
| XYZ | 22.11 | 18.28 | 16.83 | - |
| YUV | 120.73 | 121.38 | 156.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 103 | 109 | 0 | 0.36 | 0.32 | 0.37 | 353.68 | 0.23 | 0.52 |
| Hex | A0 | 67 | 6D | 0 | 24 | 20 | 25 | 162 | 17 | 34 |
| Octal | 240 | 147 | 155 | 0 | 44 | 40 | 45 | 542 | 27 | 64 |
| Binary | 10100000 | 1100111 | 1101101 | 0 | 100100 | 100000 | 100101 | 101100010 | 10111 | 110100 |
Color Harmonies of #A0676D
Complementary color
Monochromatic Colors of #A0676D
Black with #A0676D
Text Example
Text Example
White with #A0676D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A0676D; }
p { color: rgb(160,103,109); }
H1.HeaderClassName
{
color: #A0676D;
}
.AnyTagClassName
{
color: #A0676D;
}
</style>
background-color css
<style>
a { background-color: #A0676D; }
a { background-color: rgb(160,103,109); }
div.DivClassName
{
background-color: #A0676D;
}
.BgClassName
{
background-color: #A0676D;
}
</style>
border-color css
<style>
span { border-color: #A0676D; }
span { border-color: rgb(160,103,109); }
td.TdClassName
{
border-color: #A0676D;
}
.TagClassName
{
border-color: #A0676D;
}
</style>