Shades of Turkish Rose #A4707B
Tints of Turkish Rose #A4707B
RGB
CMYK
RGB Variations
Color information
#A4707B (or 0xA4707B) is known color: Turkish Rose. HEX triplet: A4, 70 and 7B. RGB value is (164,112,123). Sum of RGB (Red+Green+Blue) = 164+112+123=399 (52% of max value = 765). Red value is 164 (64.45% from 255 or 41.10% from 399); Green value is 112 (44.14% from 255 or 28.07% from 399); Blue value is 123 (48.44% from 255 or 30.83% from 399); Max value from RGB is 164 - color contains mainly: red. Hex color #A4707B is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A4707B is #5B8F84. Grayscale: #808080. Windows color (decimal): -6000517 or 8089764. OLE color: 8089764.
HSL color Cylindrical-coordinate representation of color #A4707B: hue angle of 347.31º 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 #A4707B is Cyan = 0, Magento = 0.32, Yellow = 0.25 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 164 | 112 | 123 | - |
| CMYK | 0 | 0.32 | 0.25 | 0.36 |
| HSL | 347.31º | 0.22% | 0.54% | - |
| HSV(B) | 347.31º | 0.32% | 0.64% | - |
| XYZ | 24.68 | 20.91 | 21.47 | - |
| YUV | 128.8 | 124.73 | 153.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 112 | 123 | 0 | 0.32 | 0.25 | 0.36 | 347.31 | 0.22 | 0.54 |
| Hex | A4 | 70 | 7B | 0 | 20 | 19 | 24 | 15B | 16 | 36 |
| Octal | 244 | 160 | 173 | 0 | 40 | 31 | 44 | 533 | 26 | 66 |
| Binary | 10100100 | 1110000 | 1111011 | 0 | 100000 | 11001 | 100100 | 101011011 | 10110 | 110110 |
Color Harmonies of #A4707B
Complementary color
Monochromatic Colors of #A4707B
Black with #A4707B
Text Example
Text Example
White with #A4707B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A4707B; }
p { color: rgb(164,112,123); }
H1.HeaderClassName
{
color: #A4707B;
}
.AnyTagClassName
{
color: #A4707B;
}
</style>
background-color css
<style>
a { background-color: #A4707B; }
a { background-color: rgb(164,112,123); }
div.DivClassName
{
background-color: #A4707B;
}
.BgClassName
{
background-color: #A4707B;
}
</style>
border-color css
<style>
span { border-color: #A4707B; }
span { border-color: rgb(164,112,123); }
td.TdClassName
{
border-color: #A4707B;
}
.TagClassName
{
border-color: #A4707B;
}
</style>