Shades of Turkish Rose #A46D73
Tints of Turkish Rose #A46D73
RGB
CMYK
RGB Variations
Color information
#A46D73 (or 0xA46D73) is known color: Turkish Rose. HEX triplet: A4, 6D and 73. RGB value is (164,109,115). Sum of RGB (Red+Green+Blue) = 164+109+115=388 (51% of max value = 765). Red value is 164 (64.45% from 255 or 42.27% from 388); Green value is 109 (42.97% from 255 or 28.09% from 388); Blue value is 115 (45.31% from 255 or 29.64% from 388); Max value from RGB is 164 - color contains mainly: red. Hex color #A46D73 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A46D73 is #5B928C. Grayscale: #7E7E7E. Windows color (decimal): -6001293 or 7564708. OLE color: 7564708.
HSL color Cylindrical-coordinate representation of color #A46D73: hue angle of 353.45º degrees, saturation: 0.23, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #A46D73 is Cyan = 0, Magento = 0.34, Yellow = 0.30 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 164 | 109 | 115 | - |
| CMYK | 0 | 0.34 | 0.30 | 0.36 |
| HSL | 353.45º | 0.23% | 0.54% | - |
| HSV(B) | 353.45º | 0.34% | 0.64% | - |
| XYZ | 23.87 | 20.07 | 18.83 | - |
| YUV | 126.13 | 121.72 | 155.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 109 | 115 | 0 | 0.34 | 0.30 | 0.36 | 353.45 | 0.23 | 0.54 |
| Hex | A4 | 6D | 73 | 0 | 22 | 1E | 24 | 161 | 17 | 36 |
| Octal | 244 | 155 | 163 | 0 | 42 | 36 | 44 | 541 | 27 | 66 |
| Binary | 10100100 | 1101101 | 1110011 | 0 | 100010 | 11110 | 100100 | 101100001 | 10111 | 110110 |
Color Harmonies of #A46D73
Complementary color
Monochromatic Colors of #A46D73
Black with #A46D73
Text Example
Text Example
White with #A46D73
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A46D73; }
p { color: rgb(164,109,115); }
H1.HeaderClassName
{
color: #A46D73;
}
.AnyTagClassName
{
color: #A46D73;
}
</style>
background-color css
<style>
a { background-color: #A46D73; }
a { background-color: rgb(164,109,115); }
div.DivClassName
{
background-color: #A46D73;
}
.BgClassName
{
background-color: #A46D73;
}
</style>
border-color css
<style>
span { border-color: #A46D73; }
span { border-color: rgb(164,109,115); }
td.TdClassName
{
border-color: #A46D73;
}
.TagClassName
{
border-color: #A46D73;
}
</style>