Shades of Mauve Taupe #8A6575
Tints of Mauve Taupe #8A6575
RGB
CMYK
RGB Variations
Color information
#8A6575 (or 0x8A6575) is known color: Mauve Taupe. HEX triplet: 8A, 65 and 75. RGB value is (138,101,117). Sum of RGB (Red+Green+Blue) = 138+101+117=356 (47% of max value = 765). Red value is 138 (54.30% from 255 or 38.76% from 356); Green value is 101 (39.84% from 255 or 28.37% from 356); Blue value is 117 (46.09% from 255 or 32.87% from 356); Max value from RGB is 138 - color contains mainly: red. Hex color #8A6575 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8A6575 is #759A8A. Grayscale: #717171. Windows color (decimal): -7707275 or 7693706. OLE color: 7693706.
HSL color Cylindrical-coordinate representation of color #8A6575: hue angle of 334.05º degrees, saturation: 0.15, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #8A6575 is Cyan = 0, Magento = 0.27, Yellow = 0.15 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 138 | 101 | 117 | - |
| CMYK | 0 | 0.27 | 0.15 | 0.46 |
| HSL | 334.05º | 0.15% | 0.47% | - |
| HSV(B) | 334.05º | 0.27% | 0.54% | - |
| XYZ | 18.35 | 15.99 | 18.95 | - |
| YUV | 113.89 | 129.76 | 145.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 101 | 117 | 0 | 0.27 | 0.15 | 0.46 | 334.05 | 0.15 | 0.47 |
| Hex | 8A | 65 | 75 | 0 | 1B | F | 2E | 14E | F | 2F |
| Octal | 212 | 145 | 165 | 0 | 33 | 17 | 56 | 516 | 17 | 57 |
| Binary | 10001010 | 1100101 | 1110101 | 0 | 11011 | 1111 | 101110 | 101001110 | 1111 | 101111 |
Color Harmonies of #8A6575
Complementary color
Monochromatic Colors of #8A6575
Black with #8A6575
Text Example
Text Example
White with #8A6575
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8A6575; }
p { color: rgb(138,101,117); }
H1.HeaderClassName
{
color: #8A6575;
}
.AnyTagClassName
{
color: #8A6575;
}
</style>
background-color css
<style>
a { background-color: #8A6575; }
a { background-color: rgb(138,101,117); }
div.DivClassName
{
background-color: #8A6575;
}
.BgClassName
{
background-color: #8A6575;
}
</style>
border-color css
<style>
span { border-color: #8A6575; }
span { border-color: rgb(138,101,117); }
td.TdClassName
{
border-color: #8A6575;
}
.TagClassName
{
border-color: #8A6575;
}
</style>