Shades of Turkish Rose #A46D75
Tints of Turkish Rose #A46D75
RGB
CMYK
RGB Variations
Color information
#A46D75 (or 0xA46D75) is known color: Turkish Rose. HEX triplet: A4, 6D and 75. RGB value is (164,109,117). Sum of RGB (Red+Green+Blue) = 164+109+117=390 (51% of max value = 765). Red value is 164 (64.45% from 255 or 42.05% from 390); Green value is 109 (42.97% from 255 or 27.95% from 390); Blue value is 117 (46.09% from 255 or 30% from 390); Max value from RGB is 164 - color contains mainly: red. Hex color #A46D75 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A46D75 is #5B928A. Grayscale: #7E7E7E. Windows color (decimal): -6001291 or 7695780. OLE color: 7695780.
HSL color Cylindrical-coordinate representation of color #A46D75: hue angle of 351.27º 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 #A46D75 is Cyan = 0, Magento = 0.34, Yellow = 0.29 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 164 | 109 | 117 | - |
| CMYK | 0 | 0.34 | 0.29 | 0.36 |
| HSL | 351.27º | 0.23% | 0.54% | - |
| HSV(B) | 351.27º | 0.34% | 0.64% | - |
| XYZ | 23.99 | 20.11 | 19.45 | - |
| YUV | 126.36 | 122.72 | 154.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 109 | 117 | 0 | 0.34 | 0.29 | 0.36 | 351.27 | 0.23 | 0.54 |
| Hex | A4 | 6D | 75 | 0 | 22 | 1D | 24 | 15F | 17 | 36 |
| Octal | 244 | 155 | 165 | 0 | 42 | 35 | 44 | 537 | 27 | 66 |
| Binary | 10100100 | 1101101 | 1110101 | 0 | 100010 | 11101 | 100100 | 101011111 | 10111 | 110110 |
Color Harmonies of #A46D75
Complementary color
Monochromatic Colors of #A46D75
Black with #A46D75
Text Example
Text Example
White with #A46D75
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A46D75; }
p { color: rgb(164,109,117); }
H1.HeaderClassName
{
color: #A46D75;
}
.AnyTagClassName
{
color: #A46D75;
}
</style>
background-color css
<style>
a { background-color: #A46D75; }
a { background-color: rgb(164,109,117); }
div.DivClassName
{
background-color: #A46D75;
}
.BgClassName
{
background-color: #A46D75;
}
</style>
border-color css
<style>
span { border-color: #A46D75; }
span { border-color: rgb(164,109,117); }
td.TdClassName
{
border-color: #A46D75;
}
.TagClassName
{
border-color: #A46D75;
}
</style>