Shades of Turkish Rose #A06065
Tints of Turkish Rose #A06065
RGB
CMYK
RGB Variations
Color information
#A06065 (or 0xA06065) is known color: Turkish Rose. HEX triplet: A0, 60 and 65. RGB value is (160,96,101). Sum of RGB (Red+Green+Blue) = 160+96+101=357 (47% of max value = 765). Red value is 160 (62.89% from 255 or 44.82% from 357); Green value is 96 (37.89% from 255 or 26.89% from 357); Blue value is 101 (39.84% from 255 or 28.29% from 357); Max value from RGB is 160 - color contains mainly: red. Hex color #A06065 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A06065 is #5F9F9A. Grayscale: #737373. Windows color (decimal): -6266779 or 6643872. OLE color: 6643872.
HSL color Cylindrical-coordinate representation of color #A06065: hue angle of 355.31º degrees, saturation: 0.25, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #A06065 is Cyan = 0, Magento = 0.4, Yellow = 0.37 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 160 | 96 | 101 | - |
| CMYK | 0 | 0.4 | 0.37 | 0.37 |
| HSL | 355.31º | 0.25% | 0.5% | - |
| HSV(B) | 355.31º | 0.4% | 0.63% | - |
| XYZ | 21.03 | 16.78 | 14.44 | - |
| YUV | 115.71 | 119.7 | 159.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 96 | 101 | 0 | 0.4 | 0.37 | 0.37 | 355.31 | 0.25 | 0.5 |
| Hex | A0 | 60 | 65 | 0 | 28 | 25 | 25 | 163 | 19 | 32 |
| Octal | 240 | 140 | 145 | 0 | 50 | 45 | 45 | 543 | 31 | 62 |
| Binary | 10100000 | 1100000 | 1100101 | 0 | 101000 | 100101 | 100101 | 101100011 | 11001 | 110010 |
Color Harmonies of #A06065
Complementary color
Monochromatic Colors of #A06065
Black with #A06065
Text Example
Text Example
White with #A06065
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A06065; }
p { color: rgb(160,96,101); }
H1.HeaderClassName
{
color: #A06065;
}
.AnyTagClassName
{
color: #A06065;
}
</style>
background-color css
<style>
a { background-color: #A06065; }
a { background-color: rgb(160,96,101); }
div.DivClassName
{
background-color: #A06065;
}
.BgClassName
{
background-color: #A06065;
}
</style>
border-color css
<style>
span { border-color: #A06065; }
span { border-color: rgb(160,96,101); }
td.TdClassName
{
border-color: #A06065;
}
.TagClassName
{
border-color: #A06065;
}
</style>