Shades of Turkish Rose #A36D74
Tints of Turkish Rose #A36D74
RGB
CMYK
RGB Variations
Color information
#A36D74 (or 0xA36D74) is known color: Turkish Rose. HEX triplet: A3, 6D and 74. RGB value is (163,109,116). Sum of RGB (Red+Green+Blue) = 163+109+116=388 (51% of max value = 765). Red value is 163 (64.06% from 255 or 42.01% from 388); Green value is 109 (42.97% from 255 or 28.09% from 388); Blue value is 116 (45.70% from 255 or 29.90% from 388); Max value from RGB is 163 - color contains mainly: red. Hex color #A36D74 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A36D74 is #5C928B. Grayscale: #7D7D7D. Windows color (decimal): -6066828 or 7630243. OLE color: 7630243.
HSL color Cylindrical-coordinate representation of color #A36D74: hue angle of 352.22º 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 #A36D74 is Cyan = 0, Magento = 0.33, Yellow = 0.29 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 163 | 109 | 116 | - |
| CMYK | 0 | 0.33 | 0.29 | 0.36 |
| HSL | 352.22º | 0.23% | 0.53% | - |
| HSV(B) | 352.22º | 0.33% | 0.64% | - |
| XYZ | 23.73 | 19.98 | 19.13 | - |
| YUV | 125.94 | 122.39 | 154.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 109 | 116 | 0 | 0.33 | 0.29 | 0.36 | 352.22 | 0.23 | 0.53 |
| Hex | A3 | 6D | 74 | 0 | 21 | 1D | 24 | 160 | 17 | 35 |
| Octal | 243 | 155 | 164 | 0 | 41 | 35 | 44 | 540 | 27 | 65 |
| Binary | 10100011 | 1101101 | 1110100 | 0 | 100001 | 11101 | 100100 | 101100000 | 10111 | 110101 |
Color Harmonies of #A36D74
Complementary color
Monochromatic Colors of #A36D74
Black with #A36D74
Text Example
Text Example
White with #A36D74
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A36D74; }
p { color: rgb(163,109,116); }
H1.HeaderClassName
{
color: #A36D74;
}
.AnyTagClassName
{
color: #A36D74;
}
</style>
background-color css
<style>
a { background-color: #A36D74; }
a { background-color: rgb(163,109,116); }
div.DivClassName
{
background-color: #A36D74;
}
.BgClassName
{
background-color: #A36D74;
}
</style>
border-color css
<style>
span { border-color: #A36D74; }
span { border-color: rgb(163,109,116); }
td.TdClassName
{
border-color: #A36D74;
}
.TagClassName
{
border-color: #A36D74;
}
</style>