Shades of Turkish Rose #A4757F
Tints of Turkish Rose #A4757F
RGB
CMYK
RGB Variations
Color information
#A4757F (or 0xA4757F) is known color: Turkish Rose. HEX triplet: A4, 75 and 7F. RGB value is (164,117,127). Sum of RGB (Red+Green+Blue) = 164+117+127=408 (54% of max value = 765). Red value is 164 (64.45% from 255 or 40.20% from 408); Green value is 117 (46.09% from 255 or 28.68% from 408); Blue value is 127 (50% from 255 or 31.13% from 408); Max value from RGB is 164 - color contains mainly: red. Hex color #A4757F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A4757F is #5B8A80. Grayscale: #848484. Windows color (decimal): -5999233 or 8353188. OLE color: 8353188.
HSL color Cylindrical-coordinate representation of color #A4757F: hue angle of 347.23º degrees, saturation: 0.21, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #A4757F is Cyan = 0, Magento = 0.29, Yellow = 0.23 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 164 | 117 | 127 | - |
| CMYK | 0 | 0.29 | 0.23 | 0.36 |
| HSL | 347.23º | 0.21% | 0.55% | - |
| HSV(B) | 347.23º | 0.29% | 0.64% | - |
| XYZ | 25.5 | 22.15 | 23.01 | - |
| YUV | 132.19 | 125.07 | 150.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 117 | 127 | 0 | 0.29 | 0.23 | 0.36 | 347.23 | 0.21 | 0.55 |
| Hex | A4 | 75 | 7F | 0 | 1D | 17 | 24 | 15B | 15 | 37 |
| Octal | 244 | 165 | 177 | 0 | 35 | 27 | 44 | 533 | 25 | 67 |
| Binary | 10100100 | 1110101 | 1111111 | 0 | 11101 | 10111 | 100100 | 101011011 | 10101 | 110111 |
Color Harmonies of #A4757F
Complementary color
Monochromatic Colors of #A4757F
Black with #A4757F
Text Example
Text Example
White with #A4757F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A4757F; }
p { color: rgb(164,117,127); }
H1.HeaderClassName
{
color: #A4757F;
}
.AnyTagClassName
{
color: #A4757F;
}
</style>
background-color css
<style>
a { background-color: #A4757F; }
a { background-color: rgb(164,117,127); }
div.DivClassName
{
background-color: #A4757F;
}
.BgClassName
{
background-color: #A4757F;
}
</style>
border-color css
<style>
span { border-color: #A4757F; }
span { border-color: rgb(164,117,127); }
td.TdClassName
{
border-color: #A4757F;
}
.TagClassName
{
border-color: #A4757F;
}
</style>