Shades of Mauve Taupe #A65C71
Tints of Mauve Taupe #A65C71
RGB
CMYK
RGB Variations
Color information
#A65C71 (or 0xA65C71) is known color: Mauve Taupe. HEX triplet: A6, 5C and 71. RGB value is (166,92,113). Sum of RGB (Red+Green+Blue) = 166+92+113=371 (49% of max value = 765). Red value is 166 (65.23% from 255 or 44.74% from 371); Green value is 92 (36.33% from 255 or 24.80% from 371); Blue value is 113 (44.53% from 255 or 30.46% from 371); Max value from RGB is 166 - color contains mainly: red. Hex color #A65C71 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A65C71 is #59A38E. Grayscale: #747474. Windows color (decimal): -5874575 or 7429286. OLE color: 7429286.
HSL color Cylindrical-coordinate representation of color #A65C71: hue angle of 342.97º 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 #A65C71 is Cyan = 0, Magento = 0.45, Yellow = 0.32 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 166 | 92 | 113 | - |
| CMYK | 0 | 0.45 | 0.32 | 0.35 |
| HSL | 342.97º | 0.29% | 0.51% | - |
| HSV(B) | 342.97º | 0.45% | 0.65% | - |
| XYZ | 22.53 | 16.95 | 17.71 | - |
| YUV | 116.52 | 126.02 | 163.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 92 | 113 | 0 | 0.45 | 0.32 | 0.35 | 342.97 | 0.29 | 0.51 |
| Hex | A6 | 5C | 71 | 0 | 2D | 20 | 23 | 157 | 1D | 33 |
| Octal | 246 | 134 | 161 | 0 | 55 | 40 | 43 | 527 | 35 | 63 |
| Binary | 10100110 | 1011100 | 1110001 | 0 | 101101 | 100000 | 100011 | 101010111 | 11101 | 110011 |
Color Harmonies of #A65C71
Complementary color
Monochromatic Colors of #A65C71
Black with #A65C71
Text Example
Text Example
White with #A65C71
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A65C71; }
p { color: rgb(166,92,113); }
H1.HeaderClassName
{
color: #A65C71;
}
.AnyTagClassName
{
color: #A65C71;
}
</style>
background-color css
<style>
a { background-color: #A65C71; }
a { background-color: rgb(166,92,113); }
div.DivClassName
{
background-color: #A65C71;
}
.BgClassName
{
background-color: #A65C71;
}
</style>
border-color css
<style>
span { border-color: #A65C71; }
span { border-color: rgb(166,92,113); }
td.TdClassName
{
border-color: #A65C71;
}
.TagClassName
{
border-color: #A65C71;
}
</style>