Shades of Bandicoot #8A845D
Tints of Bandicoot #8A845D
RGB
CMYK
RGB Variations
Color information
#8A845D (or 0x8A845D) is known color: Bandicoot. HEX triplet: 8A, 84 and 5D. RGB value is (138,132,93). Sum of RGB (Red+Green+Blue) = 138+132+93=363 (48% of max value = 765). Red value is 138 (54.30% from 255 or 38.02% from 363); Green value is 132 (51.95% from 255 or 36.36% from 363); Blue value is 93 (36.72% from 255 or 25.62% from 363); Max value from RGB is 138 - color contains mainly: red. Hex color #8A845D is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #8A845D is #757BA2. Grayscale: #818181. Windows color (decimal): -7699363 or 6128778. OLE color: 6128778.
HSL color Cylindrical-coordinate representation of color #8A845D: hue angle of 52º degrees, saturation: 0.19, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #8A845D is Cyan = 0, Magento = 0.04, Yellow = 0.33 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 138 | 132 | 93 | - |
| CMYK | 0 | 0.04 | 0.33 | 0.46 |
| HSL | 52º | 0.19% | 0.45% | - |
| HSV(B) | 52º | 0.33% | 0.54% | - |
| XYZ | 20.71 | 22.7 | 13.65 | - |
| YUV | 129.35 | 107.49 | 134.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 132 | 93 | 0 | 0.04 | 0.33 | 0.46 | 52 | 0.19 | 0.45 |
| Hex | 8A | 84 | 5D | 0 | 4 | 21 | 2E | 34 | 13 | 2D |
| Octal | 212 | 204 | 135 | 0 | 4 | 41 | 56 | 64 | 23 | 55 |
| Binary | 10001010 | 10000100 | 1011101 | 0 | 100 | 100001 | 101110 | 110100 | 10011 | 101101 |
Color Harmonies of #8A845D
Complementary color
Monochromatic Colors of #8A845D
Black with #8A845D
Text Example
Text Example
White with #8A845D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8A845D; }
p { color: rgb(138,132,93); }
H1.HeaderClassName
{
color: #8A845D;
}
.AnyTagClassName
{
color: #8A845D;
}
</style>
background-color css
<style>
a { background-color: #8A845D; }
a { background-color: rgb(138,132,93); }
div.DivClassName
{
background-color: #8A845D;
}
.BgClassName
{
background-color: #8A845D;
}
</style>
border-color css
<style>
span { border-color: #8A845D; }
span { border-color: rgb(138,132,93); }
td.TdClassName
{
border-color: #8A845D;
}
.TagClassName
{
border-color: #8A845D;
}
</style>