Shades of Turkish Rose #A4777C
Tints of Turkish Rose #A4777C
RGB
CMYK
RGB Variations
Color information
#A4777C (or 0xA4777C) is known color: Turkish Rose. HEX triplet: A4, 77 and 7C. RGB value is (164,119,124). Sum of RGB (Red+Green+Blue) = 164+119+124=407 (53% of max value = 765). Red value is 164 (64.45% from 255 or 40.29% from 407); Green value is 119 (46.88% from 255 or 29.24% from 407); Blue value is 124 (48.83% from 255 or 30.47% from 407); Max value from RGB is 164 - color contains mainly: red. Hex color #A4777C is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A4777C is #5B8883. Grayscale: #858585. Windows color (decimal): -5998724 or 8157092. OLE color: 8157092.
HSL color Cylindrical-coordinate representation of color #A4777C: hue angle of 353.33º degrees, saturation: 0.2, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #A4777C is Cyan = 0, Magento = 0.27, Yellow = 0.24 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 164 | 119 | 124 | - |
| CMYK | 0 | 0.27 | 0.24 | 0.36 |
| HSL | 353.33º | 0.2% | 0.55% | - |
| HSV(B) | 353.33º | 0.27% | 0.64% | - |
| XYZ | 25.54 | 22.54 | 22.07 | - |
| YUV | 133.03 | 122.91 | 150.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 119 | 124 | 0 | 0.27 | 0.24 | 0.36 | 353.33 | 0.2 | 0.55 |
| Hex | A4 | 77 | 7C | 0 | 1B | 18 | 24 | 161 | 14 | 37 |
| Octal | 244 | 167 | 174 | 0 | 33 | 30 | 44 | 541 | 24 | 67 |
| Binary | 10100100 | 1110111 | 1111100 | 0 | 11011 | 11000 | 100100 | 101100001 | 10100 | 110111 |
Color Harmonies of #A4777C
Complementary color
Monochromatic Colors of #A4777C
Black with #A4777C
Text Example
Text Example
White with #A4777C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A4777C; }
p { color: rgb(164,119,124); }
H1.HeaderClassName
{
color: #A4777C;
}
.AnyTagClassName
{
color: #A4777C;
}
</style>
background-color css
<style>
a { background-color: #A4777C; }
a { background-color: rgb(164,119,124); }
div.DivClassName
{
background-color: #A4777C;
}
.BgClassName
{
background-color: #A4777C;
}
</style>
border-color css
<style>
span { border-color: #A4777C; }
span { border-color: rgb(164,119,124); }
td.TdClassName
{
border-color: #A4777C;
}
.TagClassName
{
border-color: #A4777C;
}
</style>