Shades of Turkish Rose #A46F73
Tints of Turkish Rose #A46F73
RGB
CMYK
RGB Variations
Color information
#A46F73 (or 0xA46F73) is known color: Turkish Rose. HEX triplet: A4, 6F and 73. RGB value is (164,111,115). Sum of RGB (Red+Green+Blue) = 164+111+115=390 (51% of max value = 765). Red value is 164 (64.45% from 255 or 42.05% from 390); Green value is 111 (43.75% from 255 or 28.46% from 390); Blue value is 115 (45.31% from 255 or 29.49% from 390); Max value from RGB is 164 - color contains mainly: red. Hex color #A46F73 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A46F73 is #5B908C. Grayscale: #7F7F7F. Windows color (decimal): -6000781 or 7565220. OLE color: 7565220.
HSL color Cylindrical-coordinate representation of color #A46F73: hue angle of 355.47º degrees, saturation: 0.23, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #A46F73 is Cyan = 0, Magento = 0.32, Yellow = 0.30 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 164 | 111 | 115 | - |
| CMYK | 0 | 0.32 | 0.30 | 0.36 |
| HSL | 355.47º | 0.23% | 0.54% | - |
| HSV(B) | 355.47º | 0.32% | 0.64% | - |
| XYZ | 24.09 | 20.5 | 18.91 | - |
| YUV | 127.3 | 121.06 | 154.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 111 | 115 | 0 | 0.32 | 0.30 | 0.36 | 355.47 | 0.23 | 0.54 |
| Hex | A4 | 6F | 73 | 0 | 20 | 1E | 24 | 163 | 17 | 36 |
| Octal | 244 | 157 | 163 | 0 | 40 | 36 | 44 | 543 | 27 | 66 |
| Binary | 10100100 | 1101111 | 1110011 | 0 | 100000 | 11110 | 100100 | 101100011 | 10111 | 110110 |
Color Harmonies of #A46F73
Complementary color
Monochromatic Colors of #A46F73
Black with #A46F73
Text Example
Text Example
White with #A46F73
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A46F73; }
p { color: rgb(164,111,115); }
H1.HeaderClassName
{
color: #A46F73;
}
.AnyTagClassName
{
color: #A46F73;
}
</style>
background-color css
<style>
a { background-color: #A46F73; }
a { background-color: rgb(164,111,115); }
div.DivClassName
{
background-color: #A46F73;
}
.BgClassName
{
background-color: #A46F73;
}
</style>
border-color css
<style>
span { border-color: #A46F73; }
span { border-color: rgb(164,111,115); }
td.TdClassName
{
border-color: #A46F73;
}
.TagClassName
{
border-color: #A46F73;
}
</style>