Shades of Turkish Rose #A4737D
Tints of Turkish Rose #A4737D
RGB
CMYK
RGB Variations
Color information
#A4737D (or 0xA4737D) is known color: Turkish Rose. HEX triplet: A4, 73 and 7D. RGB value is (164,115,125). Sum of RGB (Red+Green+Blue) = 164+115+125=404 (53% of max value = 765). Red value is 164 (64.45% from 255 or 40.59% from 404); Green value is 115 (45.31% from 255 or 28.47% from 404); Blue value is 125 (49.22% from 255 or 30.94% from 404); Max value from RGB is 164 - color contains mainly: red. Hex color #A4737D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A4737D is #5B8C82. Grayscale: #828282. Windows color (decimal): -5999747 or 8221604. OLE color: 8221604.
HSL color Cylindrical-coordinate representation of color #A4737D: hue angle of 347.76º 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 #A4737D is Cyan = 0, Magento = 0.30, Yellow = 0.24 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 164 | 115 | 125 | - |
| CMYK | 0 | 0.30 | 0.24 | 0.36 |
| HSL | 347.76º | 0.21% | 0.55% | - |
| HSV(B) | 347.76º | 0.3% | 0.64% | - |
| XYZ | 25.14 | 21.63 | 22.25 | - |
| YUV | 130.79 | 124.73 | 151.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 115 | 125 | 0 | 0.30 | 0.24 | 0.36 | 347.76 | 0.21 | 0.55 |
| Hex | A4 | 73 | 7D | 0 | 1E | 18 | 24 | 15C | 15 | 37 |
| Octal | 244 | 163 | 175 | 0 | 36 | 30 | 44 | 534 | 25 | 67 |
| Binary | 10100100 | 1110011 | 1111101 | 0 | 11110 | 11000 | 100100 | 101011100 | 10101 | 110111 |
Color Harmonies of #A4737D
Complementary color
Monochromatic Colors of #A4737D
Black with #A4737D
Text Example
Text Example
White with #A4737D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A4737D; }
p { color: rgb(164,115,125); }
H1.HeaderClassName
{
color: #A4737D;
}
.AnyTagClassName
{
color: #A4737D;
}
</style>
background-color css
<style>
a { background-color: #A4737D; }
a { background-color: rgb(164,115,125); }
div.DivClassName
{
background-color: #A4737D;
}
.BgClassName
{
background-color: #A4737D;
}
</style>
border-color css
<style>
span { border-color: #A4737D; }
span { border-color: rgb(164,115,125); }
td.TdClassName
{
border-color: #A4737D;
}
.TagClassName
{
border-color: #A4737D;
}
</style>