Shades of Turkish Rose #A4737C
Tints of Turkish Rose #A4737C
RGB
CMYK
RGB Variations
Color information
#A4737C (or 0xA4737C) is known color: Turkish Rose. HEX triplet: A4, 73 and 7C. RGB value is (164,115,124). Sum of RGB (Red+Green+Blue) = 164+115+124=403 (53% of max value = 765). Red value is 164 (64.45% from 255 or 40.69% from 403); Green value is 115 (45.31% from 255 or 28.54% from 403); Blue value is 124 (48.83% from 255 or 30.77% from 403); Max value from RGB is 164 - color contains mainly: red. Hex color #A4737C is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A4737C is #5B8C83. Grayscale: #828282. Windows color (decimal): -5999748 or 8156068. OLE color: 8156068.
HSL color Cylindrical-coordinate representation of color #A4737C: hue angle of 348.98º degrees, saturation: 0.21, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #A4737C is Cyan = 0, Magento = 0.30, Yellow = 0.24 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 164 | 115 | 124 | - |
| CMYK | 0 | 0.30 | 0.24 | 0.36 |
| HSL | 348.98º | 0.21% | 0.55% | - |
| HSV(B) | 348.98º | 0.3% | 0.64% | - |
| XYZ | 25.08 | 21.61 | 21.92 | - |
| YUV | 130.68 | 124.23 | 151.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 115 | 124 | 0 | 0.30 | 0.24 | 0.36 | 348.98 | 0.21 | 0.55 |
| Hex | A4 | 73 | 7C | 0 | 1E | 18 | 24 | 15D | 15 | 37 |
| Octal | 244 | 163 | 174 | 0 | 36 | 30 | 44 | 535 | 25 | 67 |
| Binary | 10100100 | 1110011 | 1111100 | 0 | 11110 | 11000 | 100100 | 101011101 | 10101 | 110111 |
Color Harmonies of #A4737C
Complementary color
Monochromatic Colors of #A4737C
Black with #A4737C
Text Example
Text Example
White with #A4737C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A4737C; }
p { color: rgb(164,115,124); }
H1.HeaderClassName
{
color: #A4737C;
}
.AnyTagClassName
{
color: #A4737C;
}
</style>
background-color css
<style>
a { background-color: #A4737C; }
a { background-color: rgb(164,115,124); }
div.DivClassName
{
background-color: #A4737C;
}
.BgClassName
{
background-color: #A4737C;
}
</style>
border-color css
<style>
span { border-color: #A4737C; }
span { border-color: rgb(164,115,124); }
td.TdClassName
{
border-color: #A4737C;
}
.TagClassName
{
border-color: #A4737C;
}
</style>