Shades of Rose Taupe #9A5858
Tints of Rose Taupe #9A5858
RGB
CMYK
RGB Variations
Color information
#9A5858 (or 0x9A5858) is known color: Rose Taupe. HEX triplet: 9A, 58 and 58. RGB value is (154,88,88). Sum of RGB (Red+Green+Blue) = 154+88+88=330 (43% of max value = 765). Red value is 154 (60.55% from 255 or 46.67% from 330); Green value is 88 (34.77% from 255 or 26.67% from 330); Blue value is 88 (34.77% from 255 or 26.67% from 330); Max value from RGB is 154 - color contains mainly: red. Hex color #9A5858 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #9A5858 is #65A7A7. Grayscale: #6B6B6B. Windows color (decimal): -6662056 or 5789850. OLE color: 5789850.
HSL color Cylindrical-coordinate representation of color #9A5858: hue angle of 0º degrees, saturation: 0.27, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #9A5858 is Cyan = 0, Magento = 0.43, Yellow = 0.43 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 154 | 88 | 88 | - |
| CMYK | 0 | 0.43 | 0.43 | 0.40 |
| HSL | 0º | 0.27% | 0.47% | - |
| HSV(B) | 0º | 0.43% | 0.6% | - |
| XYZ | 18.58 | 14.55 | 11.06 | - |
| YUV | 107.73 | 116.87 | 161 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 154 | 88 | 88 | 0 | 0.43 | 0.43 | 0.40 | 0 | 0.27 | 0.47 |
| Hex | 9A | 58 | 58 | 0 | 2B | 2B | 28 | 0 | 1B | 2F |
| Octal | 232 | 130 | 130 | 0 | 53 | 53 | 50 | 0 | 33 | 57 |
| Binary | 10011010 | 1011000 | 1011000 | 0 | 101011 | 101011 | 101000 | 0 | 11011 | 101111 |
Color Harmonies of #9A5858
Complementary color
Monochromatic Colors of #9A5858
Black with #9A5858
Text Example
Text Example
White with #9A5858
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9A5858; }
p { color: rgb(154,88,88); }
H1.HeaderClassName
{
color: #9A5858;
}
.AnyTagClassName
{
color: #9A5858;
}
</style>
background-color css
<style>
a { background-color: #9A5858; }
a { background-color: rgb(154,88,88); }
div.DivClassName
{
background-color: #9A5858;
}
.BgClassName
{
background-color: #9A5858;
}
</style>
border-color css
<style>
span { border-color: #9A5858; }
span { border-color: rgb(154,88,88); }
td.TdClassName
{
border-color: #9A5858;
}
.TagClassName
{
border-color: #9A5858;
}
</style>