Shades of Mauve Taupe #925A70
Tints of Mauve Taupe #925A70
RGB
CMYK
RGB Variations
Color information
#925A70 (or 0x925A70) is known color: Mauve Taupe. HEX triplet: 92, 5A and 70. RGB value is (146,90,112). Sum of RGB (Red+Green+Blue) = 146+90+112=348 (46% of max value = 765). Red value is 146 (57.42% from 255 or 41.95% from 348); Green value is 90 (35.55% from 255 or 25.86% from 348); Blue value is 112 (44.14% from 255 or 32.18% from 348); Max value from RGB is 146 - color contains mainly: red. Hex color #925A70 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #925A70 is #6DA58F. Grayscale: #6D6D6D. Windows color (decimal): -7185808 or 7363218. OLE color: 7363218.
HSL color Cylindrical-coordinate representation of color #925A70: hue angle of 336.43º degrees, saturation: 0.24, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #925A70 is Cyan = 0, Magento = 0.38, Yellow = 0.23 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 146 | 90 | 112 | - |
| CMYK | 0 | 0.38 | 0.23 | 0.43 |
| HSL | 336.43º | 0.24% | 0.46% | - |
| HSV(B) | 336.43º | 0.38% | 0.57% | - |
| XYZ | 18.43 | 14.59 | 17.17 | - |
| YUV | 109.25 | 129.55 | 154.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 146 | 90 | 112 | 0 | 0.38 | 0.23 | 0.43 | 336.43 | 0.24 | 0.46 |
| Hex | 92 | 5A | 70 | 0 | 26 | 17 | 2B | 150 | 18 | 2E |
| Octal | 222 | 132 | 160 | 0 | 46 | 27 | 53 | 520 | 30 | 56 |
| Binary | 10010010 | 1011010 | 1110000 | 0 | 100110 | 10111 | 101011 | 101010000 | 11000 | 101110 |
Color Harmonies of #925A70
Complementary color
Monochromatic Colors of #925A70
Black with #925A70
Text Example
Text Example
White with #925A70
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #925A70; }
p { color: rgb(146,90,112); }
H1.HeaderClassName
{
color: #925A70;
}
.AnyTagClassName
{
color: #925A70;
}
</style>
background-color css
<style>
a { background-color: #925A70; }
a { background-color: rgb(146,90,112); }
div.DivClassName
{
background-color: #925A70;
}
.BgClassName
{
background-color: #925A70;
}
</style>
border-color css
<style>
span { border-color: #925A70; }
span { border-color: rgb(146,90,112); }
td.TdClassName
{
border-color: #925A70;
}
.TagClassName
{
border-color: #925A70;
}
</style>