Shades of Mauve Taupe #A65C73
Tints of Mauve Taupe #A65C73
RGB
CMYK
RGB Variations
Color information
#A65C73 (or 0xA65C73) is known color: Mauve Taupe. HEX triplet: A6, 5C and 73. RGB value is (166,92,115). Sum of RGB (Red+Green+Blue) = 166+92+115=373 (49% of max value = 765). Red value is 166 (65.23% from 255 or 44.50% from 373); Green value is 92 (36.33% from 255 or 24.66% from 373); Blue value is 115 (45.31% from 255 or 30.83% from 373); Max value from RGB is 166 - color contains mainly: red. Hex color #A65C73 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A65C73 is #59A38C. Grayscale: #747474. Windows color (decimal): -5874573 or 7560358. OLE color: 7560358.
HSL color Cylindrical-coordinate representation of color #A65C73: hue angle of 341.35º degrees, saturation: 0.29, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #A65C73 is Cyan = 0, Magento = 0.45, Yellow = 0.31 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 166 | 92 | 115 | - |
| CMYK | 0 | 0.45 | 0.31 | 0.35 |
| HSL | 341.35º | 0.29% | 0.51% | - |
| HSV(B) | 341.35º | 0.45% | 0.65% | - |
| XYZ | 22.65 | 17 | 18.31 | - |
| YUV | 116.75 | 127.02 | 163.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 92 | 115 | 0 | 0.45 | 0.31 | 0.35 | 341.35 | 0.29 | 0.51 |
| Hex | A6 | 5C | 73 | 0 | 2D | 1F | 23 | 155 | 1D | 33 |
| Octal | 246 | 134 | 163 | 0 | 55 | 37 | 43 | 525 | 35 | 63 |
| Binary | 10100110 | 1011100 | 1110011 | 0 | 101101 | 11111 | 100011 | 101010101 | 11101 | 110011 |
Color Harmonies of #A65C73
Complementary color
Monochromatic Colors of #A65C73
Black with #A65C73
Text Example
Text Example
White with #A65C73
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A65C73; }
p { color: rgb(166,92,115); }
H1.HeaderClassName
{
color: #A65C73;
}
.AnyTagClassName
{
color: #A65C73;
}
</style>
background-color css
<style>
a { background-color: #A65C73; }
a { background-color: rgb(166,92,115); }
div.DivClassName
{
background-color: #A65C73;
}
.BgClassName
{
background-color: #A65C73;
}
</style>
border-color css
<style>
span { border-color: #A65C73; }
span { border-color: rgb(166,92,115); }
td.TdClassName
{
border-color: #A65C73;
}
.TagClassName
{
border-color: #A65C73;
}
</style>