Shades of Bandicoot #8A865C
Tints of Bandicoot #8A865C
RGB
CMYK
RGB Variations
Color information
#8A865C (or 0x8A865C) is known color: Bandicoot. HEX triplet: 8A, 86 and 5C. RGB value is (138,134,92). Sum of RGB (Red+Green+Blue) = 138+134+92=364 (48% of max value = 765). Red value is 138 (54.30% from 255 or 37.91% from 364); Green value is 134 (52.73% from 255 or 36.81% from 364); Blue value is 92 (36.33% from 255 or 25.27% from 364); Max value from RGB is 138 - color contains mainly: red. Hex color #8A865C is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #8A865C is #7579A3. Grayscale: #828282. Windows color (decimal): -7698852 or 6063754. OLE color: 6063754.
HSL color Cylindrical-coordinate representation of color #8A865C: hue angle of 54.78º degrees, saturation: 0.2, 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 #8A865C is Cyan = 0, Magento = 0.03, Yellow = 0.33 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 138 | 134 | 92 | - |
| CMYK | 0 | 0.03 | 0.33 | 0.46 |
| HSL | 54.78º | 0.2% | 0.45% | - |
| HSV(B) | 54.78º | 0.33% | 0.54% | - |
| XYZ | 20.94 | 23.23 | 13.5 | - |
| YUV | 130.41 | 106.33 | 133.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 134 | 92 | 0 | 0.03 | 0.33 | 0.46 | 54.78 | 0.2 | 0.45 |
| Hex | 8A | 86 | 5C | 0 | 3 | 21 | 2E | 37 | 14 | 2D |
| Octal | 212 | 206 | 134 | 0 | 3 | 41 | 56 | 67 | 24 | 55 |
| Binary | 10001010 | 10000110 | 1011100 | 0 | 11 | 100001 | 101110 | 110111 | 10100 | 101101 |
Color Harmonies of #8A865C
Complementary color
Monochromatic Colors of #8A865C
Black with #8A865C
Text Example
Text Example
White with #8A865C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8A865C; }
p { color: rgb(138,134,92); }
H1.HeaderClassName
{
color: #8A865C;
}
.AnyTagClassName
{
color: #8A865C;
}
</style>
background-color css
<style>
a { background-color: #8A865C; }
a { background-color: rgb(138,134,92); }
div.DivClassName
{
background-color: #8A865C;
}
.BgClassName
{
background-color: #8A865C;
}
</style>
border-color css
<style>
span { border-color: #8A865C; }
span { border-color: rgb(138,134,92); }
td.TdClassName
{
border-color: #8A865C;
}
.TagClassName
{
border-color: #8A865C;
}
</style>