Shades of Mauve Taupe #A46078
Tints of Mauve Taupe #A46078
RGB
CMYK
RGB Variations
Color information
#A46078 (or 0xA46078) is known color: Mauve Taupe. HEX triplet: A4, 60 and 78. RGB value is (164,96,120). Sum of RGB (Red+Green+Blue) = 164+96+120=380 (50% of max value = 765). Red value is 164 (64.45% from 255 or 43.16% from 380); Green value is 96 (37.89% from 255 or 25.26% from 380); Blue value is 120 (47.27% from 255 or 31.58% from 380); Max value from RGB is 164 - color contains mainly: red. Hex color #A46078 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A46078 is #5B9F87. Grayscale: #777777. Windows color (decimal): -6004616 or 7889060. OLE color: 7889060.
HSL color Cylindrical-coordinate representation of color #A46078: hue angle of 338.82º degrees, saturation: 0.27, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #A46078 is Cyan = 0, Magento = 0.41, Yellow = 0.27 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 164 | 96 | 120 | - |
| CMYK | 0 | 0.41 | 0.27 | 0.36 |
| HSL | 338.82º | 0.27% | 0.51% | - |
| HSV(B) | 338.82º | 0.41% | 0.64% | - |
| XYZ | 22.88 | 17.61 | 19.96 | - |
| YUV | 119.07 | 128.53 | 160.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 96 | 120 | 0 | 0.41 | 0.27 | 0.36 | 338.82 | 0.27 | 0.51 |
| Hex | A4 | 60 | 78 | 0 | 29 | 1B | 24 | 153 | 1B | 33 |
| Octal | 244 | 140 | 170 | 0 | 51 | 33 | 44 | 523 | 33 | 63 |
| Binary | 10100100 | 1100000 | 1111000 | 0 | 101001 | 11011 | 100100 | 101010011 | 11011 | 110011 |
Color Harmonies of #A46078
Complementary color
Monochromatic Colors of #A46078
Black with #A46078
Text Example
Text Example
White with #A46078
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A46078; }
p { color: rgb(164,96,120); }
H1.HeaderClassName
{
color: #A46078;
}
.AnyTagClassName
{
color: #A46078;
}
</style>
background-color css
<style>
a { background-color: #A46078; }
a { background-color: rgb(164,96,120); }
div.DivClassName
{
background-color: #A46078;
}
.BgClassName
{
background-color: #A46078;
}
</style>
border-color css
<style>
span { border-color: #A46078; }
span { border-color: rgb(164,96,120); }
td.TdClassName
{
border-color: #A46078;
}
.TagClassName
{
border-color: #A46078;
}
</style>