Shades of Turkish Rose #A4767F
Tints of Turkish Rose #A4767F
RGB
CMYK
RGB Variations
Color information
#A4767F (or 0xA4767F) is known color: Turkish Rose. HEX triplet: A4, 76 and 7F. RGB value is (164,118,127). Sum of RGB (Red+Green+Blue) = 164+118+127=409 (54% of max value = 765). Red value is 164 (64.45% from 255 or 40.10% from 409); Green value is 118 (46.48% from 255 or 28.85% from 409); Blue value is 127 (50% from 255 or 31.05% from 409); Max value from RGB is 164 - color contains mainly: red. Hex color #A4767F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A4767F is #5B8980. Grayscale: #848484. Windows color (decimal): -5998977 or 8353444. OLE color: 8353444.
HSL color Cylindrical-coordinate representation of color #A4767F: hue angle of 348.26º 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 #A4767F is Cyan = 0, Magento = 0.28, Yellow = 0.23 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 164 | 118 | 127 | - |
| CMYK | 0 | 0.28 | 0.23 | 0.36 |
| HSL | 348.26º | 0.2% | 0.55% | - |
| HSV(B) | 348.26º | 0.28% | 0.64% | - |
| XYZ | 25.62 | 22.38 | 23.05 | - |
| YUV | 132.78 | 124.74 | 150.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 118 | 127 | 0 | 0.28 | 0.23 | 0.36 | 348.26 | 0.2 | 0.55 |
| Hex | A4 | 76 | 7F | 0 | 1C | 17 | 24 | 15C | 14 | 37 |
| Octal | 244 | 166 | 177 | 0 | 34 | 27 | 44 | 534 | 24 | 67 |
| Binary | 10100100 | 1110110 | 1111111 | 0 | 11100 | 10111 | 100100 | 101011100 | 10100 | 110111 |
Color Harmonies of #A4767F
Complementary color
Monochromatic Colors of #A4767F
Black with #A4767F
Text Example
Text Example
White with #A4767F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A4767F; }
p { color: rgb(164,118,127); }
H1.HeaderClassName
{
color: #A4767F;
}
.AnyTagClassName
{
color: #A4767F;
}
</style>
background-color css
<style>
a { background-color: #A4767F; }
a { background-color: rgb(164,118,127); }
div.DivClassName
{
background-color: #A4767F;
}
.BgClassName
{
background-color: #A4767F;
}
</style>
border-color css
<style>
span { border-color: #A4767F; }
span { border-color: rgb(164,118,127); }
td.TdClassName
{
border-color: #A4767F;
}
.TagClassName
{
border-color: #A4767F;
}
</style>