Shades of Turkish Rose #A36C75
Tints of Turkish Rose #A36C75
RGB
CMYK
RGB Variations
Color information
#A36C75 (or 0xA36C75) is known color: Turkish Rose. HEX triplet: A3, 6C and 75. RGB value is (163,108,117). Sum of RGB (Red+Green+Blue) = 163+108+117=388 (51% of max value = 765). Red value is 163 (64.06% from 255 or 42.01% from 388); Green value is 108 (42.58% from 255 or 27.84% from 388); Blue value is 117 (46.09% from 255 or 30.15% from 388); Max value from RGB is 163 - color contains mainly: red. Hex color #A36C75 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A36C75 is #5C938A. Grayscale: #7D7D7D. Windows color (decimal): -6067083 or 7695523. OLE color: 7695523.
HSL color Cylindrical-coordinate representation of color #A36C75: hue angle of 350.18º 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 #A36C75 is Cyan = 0, Magento = 0.34, Yellow = 0.28 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 163 | 108 | 117 | - |
| CMYK | 0 | 0.34 | 0.28 | 0.36 |
| HSL | 350.18º | 0.23% | 0.53% | - |
| HSV(B) | 350.18º | 0.34% | 0.64% | - |
| XYZ | 23.68 | 19.8 | 19.4 | - |
| YUV | 125.47 | 123.22 | 154.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 108 | 117 | 0 | 0.34 | 0.28 | 0.36 | 350.18 | 0.23 | 0.53 |
| Hex | A3 | 6C | 75 | 0 | 22 | 1C | 24 | 15E | 17 | 35 |
| Octal | 243 | 154 | 165 | 0 | 42 | 34 | 44 | 536 | 27 | 65 |
| Binary | 10100011 | 1101100 | 1110101 | 0 | 100010 | 11100 | 100100 | 101011110 | 10111 | 110101 |
Color Harmonies of #A36C75
Complementary color
Monochromatic Colors of #A36C75
Black with #A36C75
Text Example
Text Example
White with #A36C75
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A36C75; }
p { color: rgb(163,108,117); }
H1.HeaderClassName
{
color: #A36C75;
}
.AnyTagClassName
{
color: #A36C75;
}
</style>
background-color css
<style>
a { background-color: #A36C75; }
a { background-color: rgb(163,108,117); }
div.DivClassName
{
background-color: #A36C75;
}
.BgClassName
{
background-color: #A36C75;
}
</style>
border-color css
<style>
span { border-color: #A36C75; }
span { border-color: rgb(163,108,117); }
td.TdClassName
{
border-color: #A36C75;
}
.TagClassName
{
border-color: #A36C75;
}
</style>