Shades of Turkish Rose #A3767C
Tints of Turkish Rose #A3767C
RGB
CMYK
RGB Variations
Color information
#A3767C (or 0xA3767C) is known color: Turkish Rose. HEX triplet: A3, 76 and 7C. RGB value is (163,118,124). Sum of RGB (Red+Green+Blue) = 163+118+124=405 (53% of max value = 765). Red value is 163 (64.06% from 255 or 40.25% from 405); Green value is 118 (46.48% from 255 or 29.14% from 405); Blue value is 124 (48.83% from 255 or 30.62% from 405); Max value from RGB is 163 - color contains mainly: red. Hex color #A3767C is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A3767C is #5C8983. Grayscale: #848484. Windows color (decimal): -6064516 or 8156835. OLE color: 8156835.
HSL color Cylindrical-coordinate representation of color #A3767C: hue angle of 352º degrees, saturation: 0.2, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #A3767C is Cyan = 0, Magento = 0.28, Yellow = 0.24 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 163 | 118 | 124 | - |
| CMYK | 0 | 0.28 | 0.24 | 0.36 |
| HSL | 352º | 0.2% | 0.55% | - |
| HSV(B) | 352º | 0.28% | 0.64% | - |
| XYZ | 25.22 | 22.2 | 22.02 | - |
| YUV | 132.14 | 123.41 | 150.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 118 | 124 | 0 | 0.28 | 0.24 | 0.36 | 352 | 0.2 | 0.55 |
| Hex | A3 | 76 | 7C | 0 | 1C | 18 | 24 | 160 | 14 | 37 |
| Octal | 243 | 166 | 174 | 0 | 34 | 30 | 44 | 540 | 24 | 67 |
| Binary | 10100011 | 1110110 | 1111100 | 0 | 11100 | 11000 | 100100 | 101100000 | 10100 | 110111 |
Color Harmonies of #A3767C
Complementary color
Monochromatic Colors of #A3767C
Black with #A3767C
Text Example
Text Example
White with #A3767C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A3767C; }
p { color: rgb(163,118,124); }
H1.HeaderClassName
{
color: #A3767C;
}
.AnyTagClassName
{
color: #A3767C;
}
</style>
background-color css
<style>
a { background-color: #A3767C; }
a { background-color: rgb(163,118,124); }
div.DivClassName
{
background-color: #A3767C;
}
.BgClassName
{
background-color: #A3767C;
}
</style>
border-color css
<style>
span { border-color: #A3767C; }
span { border-color: rgb(163,118,124); }
td.TdClassName
{
border-color: #A3767C;
}
.TagClassName
{
border-color: #A3767C;
}
</style>