Shades of Turkish Rose #A4737A
Tints of Turkish Rose #A4737A
RGB
CMYK
RGB Variations
Color information
#A4737A (or 0xA4737A) is known color: Turkish Rose. HEX triplet: A4, 73 and 7A. RGB value is (164,115,122). Sum of RGB (Red+Green+Blue) = 164+115+122=401 (53% of max value = 765). Red value is 164 (64.45% from 255 or 40.90% from 401); Green value is 115 (45.31% from 255 or 28.68% from 401); Blue value is 122 (48.05% from 255 or 30.42% from 401); Max value from RGB is 164 - color contains mainly: red. Hex color #A4737A is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A4737A is #5B8C85. Grayscale: #828282. Windows color (decimal): -5999750 or 8024996. OLE color: 8024996.
HSL color Cylindrical-coordinate representation of color #A4737A: hue angle of 351.43º 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 #A4737A is Cyan = 0, Magento = 0.30, Yellow = 0.26 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 164 | 115 | 122 | - |
| CMYK | 0 | 0.30 | 0.26 | 0.36 |
| HSL | 351.43º | 0.21% | 0.55% | - |
| HSV(B) | 351.43º | 0.3% | 0.64% | - |
| XYZ | 24.95 | 21.56 | 21.26 | - |
| YUV | 130.45 | 123.23 | 151.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 115 | 122 | 0 | 0.30 | 0.26 | 0.36 | 351.43 | 0.21 | 0.55 |
| Hex | A4 | 73 | 7A | 0 | 1E | 1A | 24 | 15F | 15 | 37 |
| Octal | 244 | 163 | 172 | 0 | 36 | 32 | 44 | 537 | 25 | 67 |
| Binary | 10100100 | 1110011 | 1111010 | 0 | 11110 | 11010 | 100100 | 101011111 | 10101 | 110111 |
Color Harmonies of #A4737A
Complementary color
Monochromatic Colors of #A4737A
Black with #A4737A
Text Example
Text Example
White with #A4737A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A4737A; }
p { color: rgb(164,115,122); }
H1.HeaderClassName
{
color: #A4737A;
}
.AnyTagClassName
{
color: #A4737A;
}
</style>
background-color css
<style>
a { background-color: #A4737A; }
a { background-color: rgb(164,115,122); }
div.DivClassName
{
background-color: #A4737A;
}
.BgClassName
{
background-color: #A4737A;
}
</style>
border-color css
<style>
span { border-color: #A4737A; }
span { border-color: rgb(164,115,122); }
td.TdClassName
{
border-color: #A4737A;
}
.TagClassName
{
border-color: #A4737A;
}
</style>