Shades of Mauve Taupe #9A5274
Tints of Mauve Taupe #9A5274
RGB
CMYK
RGB Variations
Color information
#9A5274 (or 0x9A5274) is known color: Mauve Taupe. HEX triplet: 9A, 52 and 74. RGB value is (154,82,116). Sum of RGB (Red+Green+Blue) = 154+82+116=352 (46% of max value = 765). Red value is 154 (60.55% from 255 or 43.75% from 352); Green value is 82 (32.42% from 255 or 23.30% from 352); Blue value is 116 (45.70% from 255 or 32.95% from 352); Max value from RGB is 154 - color contains mainly: red. Hex color #9A5274 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #9A5274 is #65AD8B. Grayscale: #6B6B6B. Windows color (decimal): -6663564 or 7623322. OLE color: 7623322.
HSL color Cylindrical-coordinate representation of color #9A5274: hue angle of 331.67º degrees, saturation: 0.31, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #9A5274 is Cyan = 0, Magento = 0.47, Yellow = 0.25 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 154 | 82 | 116 | - |
| CMYK | 0 | 0.47 | 0.25 | 0.40 |
| HSL | 331.67º | 0.31% | 0.46% | - |
| HSV(B) | 331.67º | 0.47% | 0.6% | - |
| XYZ | 19.5 | 14.17 | 18.23 | - |
| YUV | 107.4 | 132.85 | 161.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 154 | 82 | 116 | 0 | 0.47 | 0.25 | 0.40 | 331.67 | 0.31 | 0.46 |
| Hex | 9A | 52 | 74 | 0 | 2F | 19 | 28 | 14C | 1F | 2E |
| Octal | 232 | 122 | 164 | 0 | 57 | 31 | 50 | 514 | 37 | 56 |
| Binary | 10011010 | 1010010 | 1110100 | 0 | 101111 | 11001 | 101000 | 101001100 | 11111 | 101110 |
Color Harmonies of #9A5274
Complementary color
Monochromatic Colors of #9A5274
Black with #9A5274
Text Example
Text Example
White with #9A5274
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9A5274; }
p { color: rgb(154,82,116); }
H1.HeaderClassName
{
color: #9A5274;
}
.AnyTagClassName
{
color: #9A5274;
}
</style>
background-color css
<style>
a { background-color: #9A5274; }
a { background-color: rgb(154,82,116); }
div.DivClassName
{
background-color: #9A5274;
}
.BgClassName
{
background-color: #9A5274;
}
</style>
border-color css
<style>
span { border-color: #9A5274; }
span { border-color: rgb(154,82,116); }
td.TdClassName
{
border-color: #9A5274;
}
.TagClassName
{
border-color: #9A5274;
}
</style>