Shades of Turkish Rose #A96375
Tints of Turkish Rose #A96375
RGB
CMYK
RGB Variations
Color information
#A96375 (or 0xA96375) is known color: Turkish Rose. HEX triplet: A9, 63 and 75. RGB value is (169,99,117). Sum of RGB (Red+Green+Blue) = 169+99+117=385 (50% of max value = 765). Red value is 169 (66.41% from 255 or 43.90% from 385); Green value is 99 (39.06% from 255 or 25.71% from 385); Blue value is 117 (46.09% from 255 or 30.39% from 385); Max value from RGB is 169 - color contains mainly: red. Hex color #A96375 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A96375 is #569C8A. Grayscale: #797979. Windows color (decimal): -5676171 or 7693225. OLE color: 7693225.
HSL color Cylindrical-coordinate representation of color #A96375: hue angle of 344.57º 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 #A96375 is Cyan = 0, Magento = 0.41, Yellow = 0.31 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 169 | 99 | 117 | - |
| CMYK | 0 | 0.41 | 0.31 | 0.34 |
| HSL | 344.57º | 0.29% | 0.53% | - |
| HSV(B) | 344.57º | 0.41% | 0.66% | - |
| XYZ | 24.03 | 18.64 | 19.16 | - |
| YUV | 121.98 | 125.19 | 161.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 99 | 117 | 0 | 0.41 | 0.31 | 0.34 | 344.57 | 0.29 | 0.53 |
| Hex | A9 | 63 | 75 | 0 | 29 | 1F | 22 | 159 | 1D | 35 |
| Octal | 251 | 143 | 165 | 0 | 51 | 37 | 42 | 531 | 35 | 65 |
| Binary | 10101001 | 1100011 | 1110101 | 0 | 101001 | 11111 | 100010 | 101011001 | 11101 | 110101 |
Color Harmonies of #A96375
Complementary color
Monochromatic Colors of #A96375
Black with #A96375
Text Example
Text Example
White with #A96375
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A96375; }
p { color: rgb(169,99,117); }
H1.HeaderClassName
{
color: #A96375;
}
.AnyTagClassName
{
color: #A96375;
}
</style>
background-color css
<style>
a { background-color: #A96375; }
a { background-color: rgb(169,99,117); }
div.DivClassName
{
background-color: #A96375;
}
.BgClassName
{
background-color: #A96375;
}
</style>
border-color css
<style>
span { border-color: #A96375; }
span { border-color: rgb(169,99,117); }
td.TdClassName
{
border-color: #A96375;
}
.TagClassName
{
border-color: #A96375;
}
</style>