Shades of Turkish Rose #A96465
Tints of Turkish Rose #A96465
RGB
CMYK
RGB Variations
Color information
#A96465 (or 0xA96465) is known color: Turkish Rose. HEX triplet: A9, 64 and 65. RGB value is (169,100,101). Sum of RGB (Red+Green+Blue) = 169+100+101=370 (49% of max value = 765). Red value is 169 (66.41% from 255 or 45.68% from 370); Green value is 100 (39.45% from 255 or 27.03% from 370); Blue value is 101 (39.84% from 255 or 27.30% from 370); Max value from RGB is 169 - color contains mainly: red. Hex color #A96465 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A96465 is #569B9A. Grayscale: #787878. Windows color (decimal): -5675931 or 6644905. OLE color: 6644905.
HSL color Cylindrical-coordinate representation of color #A96465: hue angle of 359.13º 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 #A96465 is Cyan = 0, Magento = 0.41, Yellow = 0.40 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 169 | 100 | 101 | - |
| CMYK | 0 | 0.41 | 0.40 | 0.34 |
| HSL | 359.13º | 0.29% | 0.53% | - |
| HSV(B) | 359.13º | 0.41% | 0.66% | - |
| XYZ | 23.27 | 18.49 | 14.65 | - |
| YUV | 120.75 | 116.86 | 162.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 100 | 101 | 0 | 0.41 | 0.40 | 0.34 | 359.13 | 0.29 | 0.53 |
| Hex | A9 | 64 | 65 | 0 | 29 | 28 | 22 | 167 | 1D | 35 |
| Octal | 251 | 144 | 145 | 0 | 51 | 50 | 42 | 547 | 35 | 65 |
| Binary | 10101001 | 1100100 | 1100101 | 0 | 101001 | 101000 | 100010 | 101100111 | 11101 | 110101 |
Color Harmonies of #A96465
Complementary color
Monochromatic Colors of #A96465
Black with #A96465
Text Example
Text Example
White with #A96465
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A96465; }
p { color: rgb(169,100,101); }
H1.HeaderClassName
{
color: #A96465;
}
.AnyTagClassName
{
color: #A96465;
}
</style>
background-color css
<style>
a { background-color: #A96465; }
a { background-color: rgb(169,100,101); }
div.DivClassName
{
background-color: #A96465;
}
.BgClassName
{
background-color: #A96465;
}
</style>
border-color css
<style>
span { border-color: #A96465; }
span { border-color: rgb(169,100,101); }
td.TdClassName
{
border-color: #A96465;
}
.TagClassName
{
border-color: #A96465;
}
</style>