Shades of Turkish Rose #A56373
Tints of Turkish Rose #A56373
RGB
CMYK
RGB Variations
Color information
#A56373 (or 0xA56373) is known color: Turkish Rose. HEX triplet: A5, 63 and 73. RGB value is (165,99,115). Sum of RGB (Red+Green+Blue) = 165+99+115=379 (50% of max value = 765). Red value is 165 (64.84% from 255 or 43.54% from 379); Green value is 99 (39.06% from 255 or 26.12% from 379); Blue value is 115 (45.31% from 255 or 30.34% from 379); Max value from RGB is 165 - color contains mainly: red. Hex color #A56373 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A56373 is #5A9C8C. Grayscale: #787878. Windows color (decimal): -5938317 or 7562149. OLE color: 7562149.
HSL color Cylindrical-coordinate representation of color #A56373: hue angle of 345.45º degrees, saturation: 0.27, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #A56373 is Cyan = 0, Magento = 0.40, Yellow = 0.30 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 165 | 99 | 115 | - |
| CMYK | 0 | 0.40 | 0.30 | 0.35 |
| HSL | 345.45º | 0.27% | 0.52% | - |
| HSV(B) | 345.45º | 0.4% | 0.65% | - |
| XYZ | 23.07 | 18.16 | 18.51 | - |
| YUV | 120.56 | 124.87 | 159.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 99 | 115 | 0 | 0.40 | 0.30 | 0.35 | 345.45 | 0.27 | 0.52 |
| Hex | A5 | 63 | 73 | 0 | 28 | 1E | 23 | 159 | 1B | 34 |
| Octal | 245 | 143 | 163 | 0 | 50 | 36 | 43 | 531 | 33 | 64 |
| Binary | 10100101 | 1100011 | 1110011 | 0 | 101000 | 11110 | 100011 | 101011001 | 11011 | 110100 |
Color Harmonies of #A56373
Complementary color
Monochromatic Colors of #A56373
Black with #A56373
Text Example
Text Example
White with #A56373
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A56373; }
p { color: rgb(165,99,115); }
H1.HeaderClassName
{
color: #A56373;
}
.AnyTagClassName
{
color: #A56373;
}
</style>
background-color css
<style>
a { background-color: #A56373; }
a { background-color: rgb(165,99,115); }
div.DivClassName
{
background-color: #A56373;
}
.BgClassName
{
background-color: #A56373;
}
</style>
border-color css
<style>
span { border-color: #A56373; }
span { border-color: rgb(165,99,115); }
td.TdClassName
{
border-color: #A56373;
}
.TagClassName
{
border-color: #A56373;
}
</style>