Shades of Turkish Rose #A36D73
Tints of Turkish Rose #A36D73
RGB
CMYK
RGB Variations
Color information
#A36D73 (or 0xA36D73) is known color: Turkish Rose. HEX triplet: A3, 6D and 73. RGB value is (163,109,115). Sum of RGB (Red+Green+Blue) = 163+109+115=387 (51% of max value = 765). Red value is 163 (64.06% from 255 or 42.12% from 387); Green value is 109 (42.97% from 255 or 28.17% from 387); Blue value is 115 (45.31% from 255 or 29.72% from 387); Max value from RGB is 163 - color contains mainly: red. Hex color #A36D73 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A36D73 is #5C928C. Grayscale: #7D7D7D. Windows color (decimal): -6066829 or 7564707. OLE color: 7564707.
HSL color Cylindrical-coordinate representation of color #A36D73: hue angle of 353.33º degrees, saturation: 0.23, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #A36D73 is Cyan = 0, Magento = 0.33, Yellow = 0.29 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 163 | 109 | 115 | - |
| CMYK | 0 | 0.33 | 0.29 | 0.36 |
| HSL | 353.33º | 0.23% | 0.53% | - |
| HSV(B) | 353.33º | 0.33% | 0.64% | - |
| XYZ | 23.67 | 19.96 | 18.83 | - |
| YUV | 125.83 | 121.89 | 154.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 109 | 115 | 0 | 0.33 | 0.29 | 0.36 | 353.33 | 0.23 | 0.53 |
| Hex | A3 | 6D | 73 | 0 | 21 | 1D | 24 | 161 | 17 | 35 |
| Octal | 243 | 155 | 163 | 0 | 41 | 35 | 44 | 541 | 27 | 65 |
| Binary | 10100011 | 1101101 | 1110011 | 0 | 100001 | 11101 | 100100 | 101100001 | 10111 | 110101 |
Color Harmonies of #A36D73
Complementary color
Monochromatic Colors of #A36D73
Black with #A36D73
Text Example
Text Example
White with #A36D73
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A36D73; }
p { color: rgb(163,109,115); }
H1.HeaderClassName
{
color: #A36D73;
}
.AnyTagClassName
{
color: #A36D73;
}
</style>
background-color css
<style>
a { background-color: #A36D73; }
a { background-color: rgb(163,109,115); }
div.DivClassName
{
background-color: #A36D73;
}
.BgClassName
{
background-color: #A36D73;
}
</style>
border-color css
<style>
span { border-color: #A36D73; }
span { border-color: rgb(163,109,115); }
td.TdClassName
{
border-color: #A36D73;
}
.TagClassName
{
border-color: #A36D73;
}
</style>