Shades of Bandicoot #8A856B
Tints of Bandicoot #8A856B
RGB
CMYK
RGB Variations
Color information
#8A856B (or 0x8A856B) is known color: Bandicoot. HEX triplet: 8A, 85 and 6B. RGB value is (138,133,107). Sum of RGB (Red+Green+Blue) = 138+133+107=378 (50% of max value = 765). Red value is 138 (54.30% from 255 or 36.51% from 378); Green value is 133 (52.34% from 255 or 35.19% from 378); Blue value is 107 (42.19% from 255 or 28.31% from 378); Max value from RGB is 138 - color contains mainly: red. Hex color #8A856B is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #8A856B is #757A94. Grayscale: #838383. Windows color (decimal): -7699093 or 7046538. OLE color: 7046538.
HSL color Cylindrical-coordinate representation of color #8A856B: hue angle of 50.32º degrees, saturation: 0.13, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #8A856B is Cyan = 0, Magento = 0.04, Yellow = 0.22 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 138 | 133 | 107 | - |
| CMYK | 0 | 0.04 | 0.22 | 0.46 |
| HSL | 50.32º | 0.13% | 0.48% | - |
| HSV(B) | 50.32º | 0.22% | 0.54% | - |
| XYZ | 21.52 | 23.24 | 17.26 | - |
| YUV | 131.53 | 114.16 | 132.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 133 | 107 | 0 | 0.04 | 0.22 | 0.46 | 50.32 | 0.13 | 0.48 |
| Hex | 8A | 85 | 6B | 0 | 4 | 16 | 2E | 32 | D | 30 |
| Octal | 212 | 205 | 153 | 0 | 4 | 26 | 56 | 62 | 15 | 60 |
| Binary | 10001010 | 10000101 | 1101011 | 0 | 100 | 10110 | 101110 | 110010 | 1101 | 110000 |
Color Harmonies of #8A856B
Complementary color
Monochromatic Colors of #8A856B
Black with #8A856B
Text Example
Text Example
White with #8A856B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8A856B; }
p { color: rgb(138,133,107); }
H1.HeaderClassName
{
color: #8A856B;
}
.AnyTagClassName
{
color: #8A856B;
}
</style>
background-color css
<style>
a { background-color: #8A856B; }
a { background-color: rgb(138,133,107); }
div.DivClassName
{
background-color: #8A856B;
}
.BgClassName
{
background-color: #8A856B;
}
</style>
border-color css
<style>
span { border-color: #8A856B; }
span { border-color: rgb(138,133,107); }
td.TdClassName
{
border-color: #8A856B;
}
.TagClassName
{
border-color: #8A856B;
}
</style>