Shades of Turkish Rose #A3747D
Tints of Turkish Rose #A3747D
RGB
CMYK
RGB Variations
Color information
#A3747D (or 0xA3747D) is known color: Turkish Rose. HEX triplet: A3, 74 and 7D. RGB value is (163,116,125). Sum of RGB (Red+Green+Blue) = 163+116+125=404 (53% of max value = 765). Red value is 163 (64.06% from 255 or 40.35% from 404); Green value is 116 (45.70% from 255 or 28.71% from 404); Blue value is 125 (49.22% from 255 or 30.94% from 404); Max value from RGB is 163 - color contains mainly: red. Hex color #A3747D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A3747D is #5C8B82. Grayscale: #838383. Windows color (decimal): -6065027 or 8221859. OLE color: 8221859.
HSL color Cylindrical-coordinate representation of color #A3747D: hue angle of 348.51º 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 #A3747D is Cyan = 0, Magento = 0.29, Yellow = 0.23 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 163 | 116 | 125 | - |
| CMYK | 0 | 0.29 | 0.23 | 0.36 |
| HSL | 348.51º | 0.2% | 0.55% | - |
| HSV(B) | 348.51º | 0.29% | 0.64% | - |
| XYZ | 25.05 | 21.76 | 22.28 | - |
| YUV | 131.08 | 124.57 | 150.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 116 | 125 | 0 | 0.29 | 0.23 | 0.36 | 348.51 | 0.2 | 0.55 |
| Hex | A3 | 74 | 7D | 0 | 1D | 17 | 24 | 15D | 14 | 37 |
| Octal | 243 | 164 | 175 | 0 | 35 | 27 | 44 | 535 | 24 | 67 |
| Binary | 10100011 | 1110100 | 1111101 | 0 | 11101 | 10111 | 100100 | 101011101 | 10100 | 110111 |
Color Harmonies of #A3747D
Complementary color
Monochromatic Colors of #A3747D
Black with #A3747D
Text Example
Text Example
White with #A3747D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A3747D; }
p { color: rgb(163,116,125); }
H1.HeaderClassName
{
color: #A3747D;
}
.AnyTagClassName
{
color: #A3747D;
}
</style>
background-color css
<style>
a { background-color: #A3747D; }
a { background-color: rgb(163,116,125); }
div.DivClassName
{
background-color: #A3747D;
}
.BgClassName
{
background-color: #A3747D;
}
</style>
border-color css
<style>
span { border-color: #A3747D; }
span { border-color: rgb(163,116,125); }
td.TdClassName
{
border-color: #A3747D;
}
.TagClassName
{
border-color: #A3747D;
}
</style>