Shades of Bandicoot #8A865F
Tints of Bandicoot #8A865F
RGB
CMYK
RGB Variations
Color information
#8A865F (or 0x8A865F) is known color: Bandicoot. HEX triplet: 8A, 86 and 5F. RGB value is (138,134,95). Sum of RGB (Red+Green+Blue) = 138+134+95=367 (48% of max value = 765). Red value is 138 (54.30% from 255 or 37.60% from 367); Green value is 134 (52.73% from 255 or 36.51% from 367); Blue value is 95 (37.5% from 255 or 25.89% from 367); Max value from RGB is 138 - color contains mainly: red. Hex color #8A865F is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #8A865F is #7579A0. Grayscale: #828282. Windows color (decimal): -7698849 or 6260362. OLE color: 6260362.
HSL color Cylindrical-coordinate representation of color #8A865F: hue angle of 54.42º degrees, saturation: 0.18, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #8A865F is Cyan = 0, Magento = 0.03, Yellow = 0.31 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 138 | 134 | 95 | - |
| CMYK | 0 | 0.03 | 0.31 | 0.46 |
| HSL | 54.42º | 0.18% | 0.46% | - |
| HSV(B) | 54.42º | 0.31% | 0.54% | - |
| XYZ | 21.07 | 23.28 | 14.21 | - |
| YUV | 130.75 | 107.83 | 133.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 134 | 95 | 0 | 0.03 | 0.31 | 0.46 | 54.42 | 0.18 | 0.46 |
| Hex | 8A | 86 | 5F | 0 | 3 | 1F | 2E | 36 | 12 | 2E |
| Octal | 212 | 206 | 137 | 0 | 3 | 37 | 56 | 66 | 22 | 56 |
| Binary | 10001010 | 10000110 | 1011111 | 0 | 11 | 11111 | 101110 | 110110 | 10010 | 101110 |
Color Harmonies of #8A865F
Complementary color
Monochromatic Colors of #8A865F
Black with #8A865F
Text Example
Text Example
White with #8A865F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8A865F; }
p { color: rgb(138,134,95); }
H1.HeaderClassName
{
color: #8A865F;
}
.AnyTagClassName
{
color: #8A865F;
}
</style>
background-color css
<style>
a { background-color: #8A865F; }
a { background-color: rgb(138,134,95); }
div.DivClassName
{
background-color: #8A865F;
}
.BgClassName
{
background-color: #8A865F;
}
</style>
border-color css
<style>
span { border-color: #8A865F; }
span { border-color: rgb(138,134,95); }
td.TdClassName
{
border-color: #8A865F;
}
.TagClassName
{
border-color: #8A865F;
}
</style>