Shades of Turkish Rose #A36C6F
Tints of Turkish Rose #A36C6F
RGB
CMYK
RGB Variations
Color information
#A36C6F (or 0xA36C6F) is known color: Turkish Rose. HEX triplet: A3, 6C and 6F. RGB value is (163,108,111). Sum of RGB (Red+Green+Blue) = 163+108+111=382 (50% of max value = 765). Red value is 163 (64.06% from 255 or 42.67% from 382); Green value is 108 (42.58% from 255 or 28.27% from 382); Blue value is 111 (43.75% from 255 or 29.06% from 382); Max value from RGB is 163 - color contains mainly: red. Hex color #A36C6F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A36C6F is #5C9390. Grayscale: #7C7C7C. Windows color (decimal): -6067089 or 7302307. OLE color: 7302307.
HSL color Cylindrical-coordinate representation of color #A36C6F: hue angle of 356.73º 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 #A36C6F is Cyan = 0, Magento = 0.34, Yellow = 0.32 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 163 | 108 | 111 | - |
| CMYK | 0 | 0.34 | 0.32 | 0.36 |
| HSL | 356.73º | 0.23% | 0.53% | - |
| HSV(B) | 356.73º | 0.34% | 0.64% | - |
| XYZ | 23.34 | 19.66 | 17.6 | - |
| YUV | 124.79 | 120.22 | 155.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 108 | 111 | 0 | 0.34 | 0.32 | 0.36 | 356.73 | 0.23 | 0.53 |
| Hex | A3 | 6C | 6F | 0 | 22 | 20 | 24 | 165 | 17 | 35 |
| Octal | 243 | 154 | 157 | 0 | 42 | 40 | 44 | 545 | 27 | 65 |
| Binary | 10100011 | 1101100 | 1101111 | 0 | 100010 | 100000 | 100100 | 101100101 | 10111 | 110101 |
Color Harmonies of #A36C6F
Complementary color
Monochromatic Colors of #A36C6F
Black with #A36C6F
Text Example
Text Example
White with #A36C6F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A36C6F; }
p { color: rgb(163,108,111); }
H1.HeaderClassName
{
color: #A36C6F;
}
.AnyTagClassName
{
color: #A36C6F;
}
</style>
background-color css
<style>
a { background-color: #A36C6F; }
a { background-color: rgb(163,108,111); }
div.DivClassName
{
background-color: #A36C6F;
}
.BgClassName
{
background-color: #A36C6F;
}
</style>
border-color css
<style>
span { border-color: #A36C6F; }
span { border-color: rgb(163,108,111); }
td.TdClassName
{
border-color: #A36C6F;
}
.TagClassName
{
border-color: #A36C6F;
}
</style>