Shades of Turkish Rose #A4737F
Tints of Turkish Rose #A4737F
RGB
CMYK
RGB Variations
Color information
#A4737F (or 0xA4737F) is known color: Turkish Rose. HEX triplet: A4, 73 and 7F. RGB value is (164,115,127). Sum of RGB (Red+Green+Blue) = 164+115+127=406 (53% of max value = 765). Red value is 164 (64.45% from 255 or 40.39% from 406); Green value is 115 (45.31% from 255 or 28.33% from 406); Blue value is 127 (50% from 255 or 31.28% from 406); Max value from RGB is 164 - color contains mainly: red. Hex color #A4737F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A4737F is #5B8C80. Grayscale: #838383. Windows color (decimal): -5999745 or 8352676. OLE color: 8352676.
HSL color Cylindrical-coordinate representation of color #A4737F: hue angle of 345.31º 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 #A4737F is Cyan = 0, Magento = 0.30, Yellow = 0.23 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 164 | 115 | 127 | - |
| CMYK | 0 | 0.30 | 0.23 | 0.36 |
| HSL | 345.31º | 0.21% | 0.55% | - |
| HSV(B) | 345.31º | 0.3% | 0.64% | - |
| XYZ | 25.27 | 21.69 | 22.93 | - |
| YUV | 131.02 | 125.73 | 151.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 115 | 127 | 0 | 0.30 | 0.23 | 0.36 | 345.31 | 0.21 | 0.55 |
| Hex | A4 | 73 | 7F | 0 | 1E | 17 | 24 | 159 | 15 | 37 |
| Octal | 244 | 163 | 177 | 0 | 36 | 27 | 44 | 531 | 25 | 67 |
| Binary | 10100100 | 1110011 | 1111111 | 0 | 11110 | 10111 | 100100 | 101011001 | 10101 | 110111 |
Color Harmonies of #A4737F
Complementary color
Monochromatic Colors of #A4737F
Black with #A4737F
Text Example
Text Example
White with #A4737F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A4737F; }
p { color: rgb(164,115,127); }
H1.HeaderClassName
{
color: #A4737F;
}
.AnyTagClassName
{
color: #A4737F;
}
</style>
background-color css
<style>
a { background-color: #A4737F; }
a { background-color: rgb(164,115,127); }
div.DivClassName
{
background-color: #A4737F;
}
.BgClassName
{
background-color: #A4737F;
}
</style>
border-color css
<style>
span { border-color: #A4737F; }
span { border-color: rgb(164,115,127); }
td.TdClassName
{
border-color: #A4737F;
}
.TagClassName
{
border-color: #A4737F;
}
</style>