Shades of Turkish Rose #A4747A
Tints of Turkish Rose #A4747A
RGB
CMYK
RGB Variations
Color information
#A4747A (or 0xA4747A) is known color: Turkish Rose. HEX triplet: A4, 74 and 7A. RGB value is (164,116,122). Sum of RGB (Red+Green+Blue) = 164+116+122=402 (53% of max value = 765). Red value is 164 (64.45% from 255 or 40.80% from 402); Green value is 116 (45.70% from 255 or 28.86% from 402); Blue value is 122 (48.05% from 255 or 30.35% from 402); Max value from RGB is 164 - color contains mainly: red. Hex color #A4747A is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A4747A is #5B8B85. Grayscale: #838383. Windows color (decimal): -5999494 or 8025252. OLE color: 8025252.
HSL color Cylindrical-coordinate representation of color #A4747A: hue angle of 352.5º degrees, saturation: 0.21, 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 #A4747A is Cyan = 0, Magento = 0.29, Yellow = 0.26 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 164 | 116 | 122 | - |
| CMYK | 0 | 0.29 | 0.26 | 0.36 |
| HSL | 352.5º | 0.21% | 0.55% | - |
| HSV(B) | 352.5º | 0.29% | 0.64% | - |
| XYZ | 25.07 | 21.79 | 21.3 | - |
| YUV | 131.04 | 122.9 | 151.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 116 | 122 | 0 | 0.29 | 0.26 | 0.36 | 352.5 | 0.21 | 0.55 |
| Hex | A4 | 74 | 7A | 0 | 1D | 1A | 24 | 160 | 15 | 37 |
| Octal | 244 | 164 | 172 | 0 | 35 | 32 | 44 | 540 | 25 | 67 |
| Binary | 10100100 | 1110100 | 1111010 | 0 | 11101 | 11010 | 100100 | 101100000 | 10101 | 110111 |
Color Harmonies of #A4747A
Complementary color
Monochromatic Colors of #A4747A
Black with #A4747A
Text Example
Text Example
White with #A4747A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A4747A; }
p { color: rgb(164,116,122); }
H1.HeaderClassName
{
color: #A4747A;
}
.AnyTagClassName
{
color: #A4747A;
}
</style>
background-color css
<style>
a { background-color: #A4747A; }
a { background-color: rgb(164,116,122); }
div.DivClassName
{
background-color: #A4747A;
}
.BgClassName
{
background-color: #A4747A;
}
</style>
border-color css
<style>
span { border-color: #A4747A; }
span { border-color: rgb(164,116,122); }
td.TdClassName
{
border-color: #A4747A;
}
.TagClassName
{
border-color: #A4747A;
}
</style>