Shades of Rose Taupe #895A5A
Tints of Rose Taupe #895A5A
RGB
CMYK
RGB Variations
Color information
#895A5A (or 0x895A5A) is known color: Rose Taupe. HEX triplet: 89, 5A and 5A. RGB value is (137,90,90). Sum of RGB (Red+Green+Blue) = 137+90+90=317 (41% of max value = 765). Red value is 137 (53.91% from 255 or 43.22% from 317); Green value is 90 (35.55% from 255 or 28.39% from 317); Blue value is 90 (35.55% from 255 or 28.39% from 317); Max value from RGB is 137 - color contains mainly: red. Hex color #895A5A is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #895A5A is #76A5A5. Grayscale: #686868. Windows color (decimal): -7775654 or 5921417. OLE color: 5921417.
HSL color Cylindrical-coordinate representation of color #895A5A: hue angle of 0º degrees, saturation: 0.21, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #895A5A is Cyan = 0, Magento = 0.34, Yellow = 0.34 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 137 | 90 | 90 | - |
| CMYK | 0 | 0.34 | 0.34 | 0.46 |
| HSL | 0º | 0.21% | 0.45% | - |
| HSV(B) | 0º | 0.34% | 0.54% | - |
| XYZ | 15.82 | 13.37 | 11.42 | - |
| YUV | 104.05 | 120.07 | 151.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 90 | 90 | 0 | 0.34 | 0.34 | 0.46 | 0 | 0.21 | 0.45 |
| Hex | 89 | 5A | 5A | 0 | 22 | 22 | 2E | 0 | 15 | 2D |
| Octal | 211 | 132 | 132 | 0 | 42 | 42 | 56 | 0 | 25 | 55 |
| Binary | 10001001 | 1011010 | 1011010 | 0 | 100010 | 100010 | 101110 | 0 | 10101 | 101101 |
Color Harmonies of #895A5A
Complementary color
Monochromatic Colors of #895A5A
Black with #895A5A
Text Example
Text Example
White with #895A5A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #895A5A; }
p { color: rgb(137,90,90); }
H1.HeaderClassName
{
color: #895A5A;
}
.AnyTagClassName
{
color: #895A5A;
}
</style>
background-color css
<style>
a { background-color: #895A5A; }
a { background-color: rgb(137,90,90); }
div.DivClassName
{
background-color: #895A5A;
}
.BgClassName
{
background-color: #895A5A;
}
</style>
border-color css
<style>
span { border-color: #895A5A; }
span { border-color: rgb(137,90,90); }
td.TdClassName
{
border-color: #895A5A;
}
.TagClassName
{
border-color: #895A5A;
}
</style>