Shades of Turkish Rose #A3747C
Tints of Turkish Rose #A3747C
RGB
CMYK
RGB Variations
Color information
#A3747C (or 0xA3747C) is known color: Turkish Rose. HEX triplet: A3, 74 and 7C. RGB value is (163,116,124). Sum of RGB (Red+Green+Blue) = 163+116+124=403 (53% of max value = 765). Red value is 163 (64.06% from 255 or 40.45% from 403); Green value is 116 (45.70% from 255 or 28.78% from 403); Blue value is 124 (48.83% from 255 or 30.77% from 403); Max value from RGB is 163 - color contains mainly: red. Hex color #A3747C is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A3747C is #5C8B83. Grayscale: #828282. Windows color (decimal): -6065028 or 8156323. OLE color: 8156323.
HSL color Cylindrical-coordinate representation of color #A3747C: hue angle of 349.79º degrees, saturation: 0.2, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #A3747C is Cyan = 0, Magento = 0.29, Yellow = 0.24 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 163 | 116 | 124 | - |
| CMYK | 0 | 0.29 | 0.24 | 0.36 |
| HSL | 349.79º | 0.2% | 0.55% | - |
| HSV(B) | 349.79º | 0.29% | 0.64% | - |
| XYZ | 24.99 | 21.73 | 21.95 | - |
| YUV | 130.97 | 124.07 | 150.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 116 | 124 | 0 | 0.29 | 0.24 | 0.36 | 349.79 | 0.2 | 0.55 |
| Hex | A3 | 74 | 7C | 0 | 1D | 18 | 24 | 15E | 14 | 37 |
| Octal | 243 | 164 | 174 | 0 | 35 | 30 | 44 | 536 | 24 | 67 |
| Binary | 10100011 | 1110100 | 1111100 | 0 | 11101 | 11000 | 100100 | 101011110 | 10100 | 110111 |
Color Harmonies of #A3747C
Complementary color
Monochromatic Colors of #A3747C
Black with #A3747C
Text Example
Text Example
White with #A3747C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A3747C; }
p { color: rgb(163,116,124); }
H1.HeaderClassName
{
color: #A3747C;
}
.AnyTagClassName
{
color: #A3747C;
}
</style>
background-color css
<style>
a { background-color: #A3747C; }
a { background-color: rgb(163,116,124); }
div.DivClassName
{
background-color: #A3747C;
}
.BgClassName
{
background-color: #A3747C;
}
</style>
border-color css
<style>
span { border-color: #A3747C; }
span { border-color: rgb(163,116,124); }
td.TdClassName
{
border-color: #A3747C;
}
.TagClassName
{
border-color: #A3747C;
}
</style>