Shades of Bandicoot #8A8561
Tints of Bandicoot #8A8561
RGB
CMYK
RGB Variations
Color information
#8A8561 (or 0x8A8561) is known color: Bandicoot. HEX triplet: 8A, 85 and 61. RGB value is (138,133,97). Sum of RGB (Red+Green+Blue) = 138+133+97=368 (48% of max value = 765). Red value is 138 (54.30% from 255 or 37.5% from 368); Green value is 133 (52.34% from 255 or 36.14% from 368); Blue value is 97 (38.28% from 255 or 26.36% from 368); Max value from RGB is 138 - color contains mainly: red. Hex color #8A8561 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #8A8561 is #757A9E. Grayscale: #828282. Windows color (decimal): -7699103 or 6391178. OLE color: 6391178.
HSL color Cylindrical-coordinate representation of color #8A8561: hue angle of 52.68º degrees, saturation: 0.17, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #8A8561 is Cyan = 0, Magento = 0.04, Yellow = 0.30 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 138 | 133 | 97 | - |
| CMYK | 0 | 0.04 | 0.30 | 0.46 |
| HSL | 52.68º | 0.17% | 0.46% | - |
| HSV(B) | 52.68º | 0.3% | 0.54% | - |
| XYZ | 21.03 | 23.04 | 14.65 | - |
| YUV | 130.39 | 109.16 | 133.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 133 | 97 | 0 | 0.04 | 0.30 | 0.46 | 52.68 | 0.17 | 0.46 |
| Hex | 8A | 85 | 61 | 0 | 4 | 1E | 2E | 35 | 11 | 2E |
| Octal | 212 | 205 | 141 | 0 | 4 | 36 | 56 | 65 | 21 | 56 |
| Binary | 10001010 | 10000101 | 1100001 | 0 | 100 | 11110 | 101110 | 110101 | 10001 | 101110 |
Color Harmonies of #8A8561
Complementary color
Monochromatic Colors of #8A8561
Black with #8A8561
Text Example
Text Example
White with #8A8561
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8A8561; }
p { color: rgb(138,133,97); }
H1.HeaderClassName
{
color: #8A8561;
}
.AnyTagClassName
{
color: #8A8561;
}
</style>
background-color css
<style>
a { background-color: #8A8561; }
a { background-color: rgb(138,133,97); }
div.DivClassName
{
background-color: #8A8561;
}
.BgClassName
{
background-color: #8A8561;
}
</style>
border-color css
<style>
span { border-color: #8A8561; }
span { border-color: rgb(138,133,97); }
td.TdClassName
{
border-color: #8A8561;
}
.TagClassName
{
border-color: #8A8561;
}
</style>