Shades of Turkish Rose #A46A79
Tints of Turkish Rose #A46A79
RGB
CMYK
RGB Variations
Color information
#A46A79 (or 0xA46A79) is known color: Turkish Rose. HEX triplet: A4, 6A and 79. RGB value is (164,106,121). Sum of RGB (Red+Green+Blue) = 164+106+121=391 (51% of max value = 765). Red value is 164 (64.45% from 255 or 41.94% from 391); Green value is 106 (41.80% from 255 or 27.11% from 391); Blue value is 121 (47.66% from 255 or 30.95% from 391); Max value from RGB is 164 - color contains mainly: red. Hex color #A46A79 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A46A79 is #5B9586. Grayscale: #7D7D7D. Windows color (decimal): -6002055 or 7957156. OLE color: 7957156.
HSL color Cylindrical-coordinate representation of color #A46A79: hue angle of 344.48º degrees, saturation: 0.24, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #A46A79 is Cyan = 0, Magento = 0.35, Yellow = 0.26 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 164 | 106 | 121 | - |
| CMYK | 0 | 0.35 | 0.26 | 0.36 |
| HSL | 344.48º | 0.24% | 0.53% | - |
| HSV(B) | 344.48º | 0.35% | 0.64% | - |
| XYZ | 23.92 | 19.58 | 20.61 | - |
| YUV | 125.05 | 125.72 | 155.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 106 | 121 | 0 | 0.35 | 0.26 | 0.36 | 344.48 | 0.24 | 0.53 |
| Hex | A4 | 6A | 79 | 0 | 23 | 1A | 24 | 158 | 18 | 35 |
| Octal | 244 | 152 | 171 | 0 | 43 | 32 | 44 | 530 | 30 | 65 |
| Binary | 10100100 | 1101010 | 1111001 | 0 | 100011 | 11010 | 100100 | 101011000 | 11000 | 110101 |
Color Harmonies of #A46A79
Complementary color
Monochromatic Colors of #A46A79
Black with #A46A79
Text Example
Text Example
White with #A46A79
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A46A79; }
p { color: rgb(164,106,121); }
H1.HeaderClassName
{
color: #A46A79;
}
.AnyTagClassName
{
color: #A46A79;
}
</style>
background-color css
<style>
a { background-color: #A46A79; }
a { background-color: rgb(164,106,121); }
div.DivClassName
{
background-color: #A46A79;
}
.BgClassName
{
background-color: #A46A79;
}
</style>
border-color css
<style>
span { border-color: #A46A79; }
span { border-color: rgb(164,106,121); }
td.TdClassName
{
border-color: #A46A79;
}
.TagClassName
{
border-color: #A46A79;
}
</style>