Shades of Rose Taupe #8A5A57
Tints of Rose Taupe #8A5A57
RGB
CMYK
RGB Variations
Color information
#8A5A57 (or 0x8A5A57) is known color: Rose Taupe. HEX triplet: 8A, 5A and 57. RGB value is (138,90,87). Sum of RGB (Red+Green+Blue) = 138+90+87=315 (41% of max value = 765). Red value is 138 (54.30% from 255 or 43.81% from 315); Green value is 90 (35.55% from 255 or 28.57% from 315); Blue value is 87 (34.38% from 255 or 27.62% from 315); Max value from RGB is 138 - color contains mainly: red. Hex color #8A5A57 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8A5A57 is #75A5A8. Grayscale: #686868. Windows color (decimal): -7710121 or 5724810. OLE color: 5724810.
HSL color Cylindrical-coordinate representation of color #8A5A57: hue angle of 3.53º degrees, saturation: 0.23, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #8A5A57 is Cyan = 0, Magento = 0.35, Yellow = 0.37 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 138 | 90 | 87 | - |
| CMYK | 0 | 0.35 | 0.37 | 0.46 |
| HSL | 3.53º | 0.23% | 0.44% | - |
| HSV(B) | 3.53º | 0.37% | 0.54% | - |
| XYZ | 15.86 | 13.4 | 10.77 | - |
| YUV | 104.01 | 118.4 | 152.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 90 | 87 | 0 | 0.35 | 0.37 | 0.46 | 3.53 | 0.23 | 0.44 |
| Hex | 8A | 5A | 57 | 0 | 23 | 25 | 2E | 4 | 17 | 2C |
| Octal | 212 | 132 | 127 | 0 | 43 | 45 | 56 | 4 | 27 | 54 |
| Binary | 10001010 | 1011010 | 1010111 | 0 | 100011 | 100101 | 101110 | 100 | 10111 | 101100 |
Color Harmonies of #8A5A57
Complementary color
Monochromatic Colors of #8A5A57
Black with #8A5A57
Text Example
Text Example
White with #8A5A57
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8A5A57; }
p { color: rgb(138,90,87); }
H1.HeaderClassName
{
color: #8A5A57;
}
.AnyTagClassName
{
color: #8A5A57;
}
</style>
background-color css
<style>
a { background-color: #8A5A57; }
a { background-color: rgb(138,90,87); }
div.DivClassName
{
background-color: #8A5A57;
}
.BgClassName
{
background-color: #8A5A57;
}
</style>
border-color css
<style>
span { border-color: #8A5A57; }
span { border-color: rgb(138,90,87); }
td.TdClassName
{
border-color: #8A5A57;
}
.TagClassName
{
border-color: #8A5A57;
}
</style>