Shades of Turkish Rose #A06064
Tints of Turkish Rose #A06064
RGB
CMYK
RGB Variations
Color information
#A06064 (or 0xA06064) is known color: Turkish Rose. HEX triplet: A0, 60 and 64. RGB value is (160,96,100). Sum of RGB (Red+Green+Blue) = 160+96+100=356 (47% of max value = 765). Red value is 160 (62.89% from 255 or 44.94% from 356); Green value is 96 (37.89% from 255 or 26.97% from 356); Blue value is 100 (39.45% from 255 or 28.09% from 356); Max value from RGB is 160 - color contains mainly: red. Hex color #A06064 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A06064 is #5F9F9B. Grayscale: #737373. Windows color (decimal): -6266780 or 6578336. OLE color: 6578336.
HSL color Cylindrical-coordinate representation of color #A06064: hue angle of 356.25º 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 #A06064 is Cyan = 0, Magento = 0.4, Yellow = 0.38 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 160 | 96 | 100 | - |
| CMYK | 0 | 0.4 | 0.38 | 0.37 |
| HSL | 356.25º | 0.25% | 0.5% | - |
| HSV(B) | 356.25º | 0.4% | 0.63% | - |
| XYZ | 20.98 | 16.76 | 14.19 | - |
| YUV | 115.59 | 119.2 | 159.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 96 | 100 | 0 | 0.4 | 0.38 | 0.37 | 356.25 | 0.25 | 0.5 |
| Hex | A0 | 60 | 64 | 0 | 28 | 26 | 25 | 164 | 19 | 32 |
| Octal | 240 | 140 | 144 | 0 | 50 | 46 | 45 | 544 | 31 | 62 |
| Binary | 10100000 | 1100000 | 1100100 | 0 | 101000 | 100110 | 100101 | 101100100 | 11001 | 110010 |
Color Harmonies of #A06064
Complementary color
Monochromatic Colors of #A06064
Black with #A06064
Text Example
Text Example
White with #A06064
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A06064; }
p { color: rgb(160,96,100); }
H1.HeaderClassName
{
color: #A06064;
}
.AnyTagClassName
{
color: #A06064;
}
</style>
background-color css
<style>
a { background-color: #A06064; }
a { background-color: rgb(160,96,100); }
div.DivClassName
{
background-color: #A06064;
}
.BgClassName
{
background-color: #A06064;
}
</style>
border-color css
<style>
span { border-color: #A06064; }
span { border-color: rgb(160,96,100); }
td.TdClassName
{
border-color: #A06064;
}
.TagClassName
{
border-color: #A06064;
}
</style>