Shades of Turkish Rose #A06369
Tints of Turkish Rose #A06369
RGB
CMYK
RGB Variations
Color information
#A06369 (or 0xA06369) is known color: Turkish Rose. HEX triplet: A0, 63 and 69. RGB value is (160,99,105). Sum of RGB (Red+Green+Blue) = 160+99+105=364 (48% of max value = 765). Red value is 160 (62.89% from 255 or 43.96% from 364); Green value is 99 (39.06% from 255 or 27.20% from 364); Blue value is 105 (41.41% from 255 or 28.85% from 364); Max value from RGB is 160 - color contains mainly: red. Hex color #A06369 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A06369 is #5F9C96. Grayscale: #757575. Windows color (decimal): -6266007 or 6906784. OLE color: 6906784.
HSL color Cylindrical-coordinate representation of color #A06369: hue angle of 354.1º degrees, saturation: 0.24, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #A06369 is Cyan = 0, Magento = 0.38, Yellow = 0.34 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 160 | 99 | 105 | - |
| CMYK | 0 | 0.38 | 0.34 | 0.37 |
| HSL | 354.1º | 0.24% | 0.51% | - |
| HSV(B) | 354.1º | 0.38% | 0.63% | - |
| XYZ | 21.51 | 17.42 | 15.59 | - |
| YUV | 117.92 | 120.71 | 158.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 99 | 105 | 0 | 0.38 | 0.34 | 0.37 | 354.1 | 0.24 | 0.51 |
| Hex | A0 | 63 | 69 | 0 | 26 | 22 | 25 | 162 | 18 | 33 |
| Octal | 240 | 143 | 151 | 0 | 46 | 42 | 45 | 542 | 30 | 63 |
| Binary | 10100000 | 1100011 | 1101001 | 0 | 100110 | 100010 | 100101 | 101100010 | 11000 | 110011 |
Color Harmonies of #A06369
Complementary color
Monochromatic Colors of #A06369
Black with #A06369
Text Example
Text Example
White with #A06369
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A06369; }
p { color: rgb(160,99,105); }
H1.HeaderClassName
{
color: #A06369;
}
.AnyTagClassName
{
color: #A06369;
}
</style>
background-color css
<style>
a { background-color: #A06369; }
a { background-color: rgb(160,99,105); }
div.DivClassName
{
background-color: #A06369;
}
.BgClassName
{
background-color: #A06369;
}
</style>
border-color css
<style>
span { border-color: #A06369; }
span { border-color: rgb(160,99,105); }
td.TdClassName
{
border-color: #A06369;
}
.TagClassName
{
border-color: #A06369;
}
</style>