Shades of Bandicoot #8A8569
Tints of Bandicoot #8A8569
RGB
CMYK
RGB Variations
Color information
#8A8569 (or 0x8A8569) is known color: Bandicoot. HEX triplet: 8A, 85 and 69. RGB value is (138,133,105). Sum of RGB (Red+Green+Blue) = 138+133+105=376 (49% of max value = 765). Red value is 138 (54.30% from 255 or 36.70% from 376); Green value is 133 (52.34% from 255 or 35.37% from 376); Blue value is 105 (41.41% from 255 or 27.93% from 376); Max value from RGB is 138 - color contains mainly: red. Hex color #8A8569 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #8A8569 is #757A96. Grayscale: #838383. Windows color (decimal): -7699095 or 6915466. OLE color: 6915466.
HSL color Cylindrical-coordinate representation of color #8A8569: hue angle of 50.91º degrees, saturation: 0.14, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #8A8569 is Cyan = 0, Magento = 0.04, Yellow = 0.24 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 138 | 133 | 105 | - |
| CMYK | 0 | 0.04 | 0.24 | 0.46 |
| HSL | 50.91º | 0.14% | 0.48% | - |
| HSV(B) | 50.91º | 0.24% | 0.54% | - |
| XYZ | 21.42 | 23.2 | 16.71 | - |
| YUV | 131.3 | 113.16 | 132.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 133 | 105 | 0 | 0.04 | 0.24 | 0.46 | 50.91 | 0.14 | 0.48 |
| Hex | 8A | 85 | 69 | 0 | 4 | 18 | 2E | 33 | E | 30 |
| Octal | 212 | 205 | 151 | 0 | 4 | 30 | 56 | 63 | 16 | 60 |
| Binary | 10001010 | 10000101 | 1101001 | 0 | 100 | 11000 | 101110 | 110011 | 1110 | 110000 |
Color Harmonies of #8A8569
Complementary color
Monochromatic Colors of #8A8569
Black with #8A8569
Text Example
Text Example
White with #8A8569
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8A8569; }
p { color: rgb(138,133,105); }
H1.HeaderClassName
{
color: #8A8569;
}
.AnyTagClassName
{
color: #8A8569;
}
</style>
background-color css
<style>
a { background-color: #8A8569; }
a { background-color: rgb(138,133,105); }
div.DivClassName
{
background-color: #8A8569;
}
.BgClassName
{
background-color: #8A8569;
}
</style>
border-color css
<style>
span { border-color: #8A8569; }
span { border-color: rgb(138,133,105); }
td.TdClassName
{
border-color: #8A8569;
}
.TagClassName
{
border-color: #8A8569;
}
</style>