Shades of Turkish Rose #A96369
Tints of Turkish Rose #A96369
RGB
CMYK
RGB Variations
Color information
#A96369 (or 0xA96369) is known color: Turkish Rose. HEX triplet: A9, 63 and 69. RGB value is (169,99,105). Sum of RGB (Red+Green+Blue) = 169+99+105=373 (49% of max value = 765). Red value is 169 (66.41% from 255 or 45.31% from 373); Green value is 99 (39.06% from 255 or 26.54% from 373); Blue value is 105 (41.41% from 255 or 28.15% from 373); Max value from RGB is 169 - color contains mainly: red. Hex color #A96369 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A96369 is #569C96. Grayscale: #787878. Windows color (decimal): -5676183 or 6906793. OLE color: 6906793.
HSL color Cylindrical-coordinate representation of color #A96369: hue angle of 354.86º degrees, saturation: 0.29, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #A96369 is Cyan = 0, Magento = 0.41, Yellow = 0.38 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 169 | 99 | 105 | - |
| CMYK | 0 | 0.41 | 0.38 | 0.34 |
| HSL | 354.86º | 0.29% | 0.53% | - |
| HSV(B) | 354.86º | 0.41% | 0.66% | - |
| XYZ | 23.37 | 18.38 | 15.68 | - |
| YUV | 120.61 | 119.19 | 162.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 99 | 105 | 0 | 0.41 | 0.38 | 0.34 | 354.86 | 0.29 | 0.53 |
| Hex | A9 | 63 | 69 | 0 | 29 | 26 | 22 | 163 | 1D | 35 |
| Octal | 251 | 143 | 151 | 0 | 51 | 46 | 42 | 543 | 35 | 65 |
| Binary | 10101001 | 1100011 | 1101001 | 0 | 101001 | 100110 | 100010 | 101100011 | 11101 | 110101 |
Color Harmonies of #A96369
Complementary color
Monochromatic Colors of #A96369
Black with #A96369
Text Example
Text Example
White with #A96369
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A96369; }
p { color: rgb(169,99,105); }
H1.HeaderClassName
{
color: #A96369;
}
.AnyTagClassName
{
color: #A96369;
}
</style>
background-color css
<style>
a { background-color: #A96369; }
a { background-color: rgb(169,99,105); }
div.DivClassName
{
background-color: #A96369;
}
.BgClassName
{
background-color: #A96369;
}
</style>
border-color css
<style>
span { border-color: #A96369; }
span { border-color: rgb(169,99,105); }
td.TdClassName
{
border-color: #A96369;
}
.TagClassName
{
border-color: #A96369;
}
</style>