Shades of Bandicoot #8A865A
Tints of Bandicoot #8A865A
RGB
CMYK
RGB Variations
Color information
#8A865A (or 0x8A865A) is known color: Bandicoot. HEX triplet: 8A, 86 and 5A. RGB value is (138,134,90). Sum of RGB (Red+Green+Blue) = 138+134+90=362 (47% of max value = 765). Red value is 138 (54.30% from 255 or 38.12% from 362); Green value is 134 (52.73% from 255 or 37.02% from 362); Blue value is 90 (35.55% from 255 or 24.86% from 362); Max value from RGB is 138 - color contains mainly: red. Hex color #8A865A is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #8A865A is #7579A5. Grayscale: #828282. Windows color (decimal): -7698854 or 5932682. OLE color: 5932682.
HSL color Cylindrical-coordinate representation of color #8A865A: hue angle of 55º degrees, saturation: 0.21, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #8A865A is Cyan = 0, Magento = 0.03, Yellow = 0.35 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 138 | 134 | 90 | - |
| CMYK | 0 | 0.03 | 0.35 | 0.46 |
| HSL | 55º | 0.21% | 0.45% | - |
| HSV(B) | 55º | 0.35% | 0.54% | - |
| XYZ | 20.85 | 23.19 | 13.05 | - |
| YUV | 130.18 | 105.33 | 133.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 134 | 90 | 0 | 0.03 | 0.35 | 0.46 | 55 | 0.21 | 0.45 |
| Hex | 8A | 86 | 5A | 0 | 3 | 23 | 2E | 37 | 15 | 2D |
| Octal | 212 | 206 | 132 | 0 | 3 | 43 | 56 | 67 | 25 | 55 |
| Binary | 10001010 | 10000110 | 1011010 | 0 | 11 | 100011 | 101110 | 110111 | 10101 | 101101 |
Color Harmonies of #8A865A
Complementary color
Monochromatic Colors of #8A865A
Black with #8A865A
Text Example
Text Example
White with #8A865A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8A865A; }
p { color: rgb(138,134,90); }
H1.HeaderClassName
{
color: #8A865A;
}
.AnyTagClassName
{
color: #8A865A;
}
</style>
background-color css
<style>
a { background-color: #8A865A; }
a { background-color: rgb(138,134,90); }
div.DivClassName
{
background-color: #8A865A;
}
.BgClassName
{
background-color: #8A865A;
}
</style>
border-color css
<style>
span { border-color: #8A865A; }
span { border-color: rgb(138,134,90); }
td.TdClassName
{
border-color: #8A865A;
}
.TagClassName
{
border-color: #8A865A;
}
</style>