Shades of Turkish Rose #A36B73
Tints of Turkish Rose #A36B73
RGB
CMYK
RGB Variations
Color information
#A36B73 (or 0xA36B73) is known color: Turkish Rose. HEX triplet: A3, 6B and 73. RGB value is (163,107,115). Sum of RGB (Red+Green+Blue) = 163+107+115=385 (50% of max value = 765). Red value is 163 (64.06% from 255 or 42.34% from 385); Green value is 107 (42.19% from 255 or 27.79% from 385); Blue value is 115 (45.31% from 255 or 29.87% from 385); Max value from RGB is 163 - color contains mainly: red. Hex color #A36B73 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A36B73 is #5C948C. Grayscale: #7C7C7C. Windows color (decimal): -6067341 or 7564195. OLE color: 7564195.
HSL color Cylindrical-coordinate representation of color #A36B73: hue angle of 351.43º degrees, saturation: 0.23, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #A36B73 is Cyan = 0, Magento = 0.34, Yellow = 0.29 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 163 | 107 | 115 | - |
| CMYK | 0 | 0.34 | 0.29 | 0.36 |
| HSL | 351.43º | 0.23% | 0.53% | - |
| HSV(B) | 351.43º | 0.34% | 0.64% | - |
| XYZ | 23.46 | 19.54 | 18.75 | - |
| YUV | 124.66 | 122.55 | 155.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 107 | 115 | 0 | 0.34 | 0.29 | 0.36 | 351.43 | 0.23 | 0.53 |
| Hex | A3 | 6B | 73 | 0 | 22 | 1D | 24 | 15F | 17 | 35 |
| Octal | 243 | 153 | 163 | 0 | 42 | 35 | 44 | 537 | 27 | 65 |
| Binary | 10100011 | 1101011 | 1110011 | 0 | 100010 | 11101 | 100100 | 101011111 | 10111 | 110101 |
Color Harmonies of #A36B73
Complementary color
Monochromatic Colors of #A36B73
Black with #A36B73
Text Example
Text Example
White with #A36B73
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A36B73; }
p { color: rgb(163,107,115); }
H1.HeaderClassName
{
color: #A36B73;
}
.AnyTagClassName
{
color: #A36B73;
}
</style>
background-color css
<style>
a { background-color: #A36B73; }
a { background-color: rgb(163,107,115); }
div.DivClassName
{
background-color: #A36B73;
}
.BgClassName
{
background-color: #A36B73;
}
</style>
border-color css
<style>
span { border-color: #A36B73; }
span { border-color: rgb(163,107,115); }
td.TdClassName
{
border-color: #A36B73;
}
.TagClassName
{
border-color: #A36B73;
}
</style>