Shades of Turkish Rose #A4767C
Tints of Turkish Rose #A4767C
RGB
CMYK
RGB Variations
Color information
#A4767C (or 0xA4767C) is known color: Turkish Rose. HEX triplet: A4, 76 and 7C. RGB value is (164,118,124). Sum of RGB (Red+Green+Blue) = 164+118+124=406 (53% of max value = 765). Red value is 164 (64.45% from 255 or 40.39% from 406); Green value is 118 (46.48% from 255 or 29.06% from 406); Blue value is 124 (48.83% from 255 or 30.54% from 406); Max value from RGB is 164 - color contains mainly: red. Hex color #A4767C is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A4767C is #5B8983. Grayscale: #848484. Windows color (decimal): -5998980 or 8156836. OLE color: 8156836.
HSL color Cylindrical-coordinate representation of color #A4767C: hue angle of 352.17º 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 #A4767C is Cyan = 0, Magento = 0.28, Yellow = 0.24 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 164 | 118 | 124 | - |
| CMYK | 0 | 0.28 | 0.24 | 0.36 |
| HSL | 352.17º | 0.2% | 0.55% | - |
| HSV(B) | 352.17º | 0.28% | 0.64% | - |
| XYZ | 25.43 | 22.3 | 22.03 | - |
| YUV | 132.44 | 123.24 | 150.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 118 | 124 | 0 | 0.28 | 0.24 | 0.36 | 352.17 | 0.2 | 0.55 |
| Hex | A4 | 76 | 7C | 0 | 1C | 18 | 24 | 160 | 14 | 37 |
| Octal | 244 | 166 | 174 | 0 | 34 | 30 | 44 | 540 | 24 | 67 |
| Binary | 10100100 | 1110110 | 1111100 | 0 | 11100 | 11000 | 100100 | 101100000 | 10100 | 110111 |
Color Harmonies of #A4767C
Complementary color
Monochromatic Colors of #A4767C
Black with #A4767C
Text Example
Text Example
White with #A4767C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A4767C; }
p { color: rgb(164,118,124); }
H1.HeaderClassName
{
color: #A4767C;
}
.AnyTagClassName
{
color: #A4767C;
}
</style>
background-color css
<style>
a { background-color: #A4767C; }
a { background-color: rgb(164,118,124); }
div.DivClassName
{
background-color: #A4767C;
}
.BgClassName
{
background-color: #A4767C;
}
</style>
border-color css
<style>
span { border-color: #A4767C; }
span { border-color: rgb(164,118,124); }
td.TdClassName
{
border-color: #A4767C;
}
.TagClassName
{
border-color: #A4767C;
}
</style>