Shades of Turkish Rose #A3707B
Tints of Turkish Rose #A3707B
RGB
CMYK
RGB Variations
Color information
#A3707B (or 0xA3707B) is known color: Turkish Rose. HEX triplet: A3, 70 and 7B. RGB value is (163,112,123). Sum of RGB (Red+Green+Blue) = 163+112+123=398 (52% of max value = 765). Red value is 163 (64.06% from 255 or 40.95% from 398); Green value is 112 (44.14% from 255 or 28.14% from 398); Blue value is 123 (48.44% from 255 or 30.90% from 398); Max value from RGB is 163 - color contains mainly: red. Hex color #A3707B is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A3707B is #5C8F84. Grayscale: #808080. Windows color (decimal): -6066053 or 8089763. OLE color: 8089763.
HSL color Cylindrical-coordinate representation of color #A3707B: hue angle of 347.06º degrees, saturation: 0.22, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #A3707B is Cyan = 0, Magento = 0.31, Yellow = 0.25 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 163 | 112 | 123 | - |
| CMYK | 0 | 0.31 | 0.25 | 0.36 |
| HSL | 347.06º | 0.22% | 0.54% | - |
| HSV(B) | 347.06º | 0.31% | 0.64% | - |
| XYZ | 24.47 | 20.8 | 21.46 | - |
| YUV | 128.5 | 124.9 | 152.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 112 | 123 | 0 | 0.31 | 0.25 | 0.36 | 347.06 | 0.22 | 0.54 |
| Hex | A3 | 70 | 7B | 0 | 1F | 19 | 24 | 15B | 16 | 36 |
| Octal | 243 | 160 | 173 | 0 | 37 | 31 | 44 | 533 | 26 | 66 |
| Binary | 10100011 | 1110000 | 1111011 | 0 | 11111 | 11001 | 100100 | 101011011 | 10110 | 110110 |
Color Harmonies of #A3707B
Complementary color
Monochromatic Colors of #A3707B
Black with #A3707B
Text Example
Text Example
White with #A3707B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A3707B; }
p { color: rgb(163,112,123); }
H1.HeaderClassName
{
color: #A3707B;
}
.AnyTagClassName
{
color: #A3707B;
}
</style>
background-color css
<style>
a { background-color: #A3707B; }
a { background-color: rgb(163,112,123); }
div.DivClassName
{
background-color: #A3707B;
}
.BgClassName
{
background-color: #A3707B;
}
</style>
border-color css
<style>
span { border-color: #A3707B; }
span { border-color: rgb(163,112,123); }
td.TdClassName
{
border-color: #A3707B;
}
.TagClassName
{
border-color: #A3707B;
}
</style>