Shades of Turkish Rose #A4707A
Tints of Turkish Rose #A4707A
RGB
CMYK
RGB Variations
Color information
#A4707A (or 0xA4707A) is known color: Turkish Rose. HEX triplet: A4, 70 and 7A. RGB value is (164,112,122). Sum of RGB (Red+Green+Blue) = 164+112+122=398 (52% of max value = 765). Red value is 164 (64.45% from 255 or 41.21% from 398); Green value is 112 (44.14% from 255 or 28.14% from 398); Blue value is 122 (48.05% from 255 or 30.65% from 398); Max value from RGB is 164 - color contains mainly: red. Hex color #A4707A is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A4707A is #5B8F85. Grayscale: #808080. Windows color (decimal): -6000518 or 8024228. OLE color: 8024228.
HSL color Cylindrical-coordinate representation of color #A4707A: hue angle of 348.46º degrees, saturation: 0.22, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #A4707A is Cyan = 0, Magento = 0.32, Yellow = 0.26 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 164 | 112 | 122 | - |
| CMYK | 0 | 0.32 | 0.26 | 0.36 |
| HSL | 348.46º | 0.22% | 0.54% | - |
| HSV(B) | 348.46º | 0.32% | 0.64% | - |
| XYZ | 24.62 | 20.89 | 21.15 | - |
| YUV | 128.69 | 124.23 | 153.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 112 | 122 | 0 | 0.32 | 0.26 | 0.36 | 348.46 | 0.22 | 0.54 |
| Hex | A4 | 70 | 7A | 0 | 20 | 1A | 24 | 15C | 16 | 36 |
| Octal | 244 | 160 | 172 | 0 | 40 | 32 | 44 | 534 | 26 | 66 |
| Binary | 10100100 | 1110000 | 1111010 | 0 | 100000 | 11010 | 100100 | 101011100 | 10110 | 110110 |
Color Harmonies of #A4707A
Complementary color
Monochromatic Colors of #A4707A
Black with #A4707A
Text Example
Text Example
White with #A4707A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A4707A; }
p { color: rgb(164,112,122); }
H1.HeaderClassName
{
color: #A4707A;
}
.AnyTagClassName
{
color: #A4707A;
}
</style>
background-color css
<style>
a { background-color: #A4707A; }
a { background-color: rgb(164,112,122); }
div.DivClassName
{
background-color: #A4707A;
}
.BgClassName
{
background-color: #A4707A;
}
</style>
border-color css
<style>
span { border-color: #A4707A; }
span { border-color: rgb(164,112,122); }
td.TdClassName
{
border-color: #A4707A;
}
.TagClassName
{
border-color: #A4707A;
}
</style>