Shades of Bandicoot #8A8769
Tints of Bandicoot #8A8769
RGB
CMYK
RGB Variations
Color information
#8A8769 (or 0x8A8769) is known color: Bandicoot. HEX triplet: 8A, 87 and 69. RGB value is (138,135,105). Sum of RGB (Red+Green+Blue) = 138+135+105=378 (50% of max value = 765). Red value is 138 (54.30% from 255 or 36.51% from 378); Green value is 135 (53.12% from 255 or 35.71% from 378); Blue value is 105 (41.41% from 255 or 27.78% from 378); Max value from RGB is 138 - color contains mainly: red. Hex color #8A8769 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #8A8769 is #757896. Grayscale: #848484. Windows color (decimal): -7698583 or 6915978. OLE color: 6915978.
HSL color Cylindrical-coordinate representation of color #8A8769: hue angle of 54.55º 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 #8A8769 is Cyan = 0, Magento = 0.02, Yellow = 0.24 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 138 | 135 | 105 | - |
| CMYK | 0 | 0.02 | 0.24 | 0.46 |
| HSL | 54.55º | 0.14% | 0.48% | - |
| HSV(B) | 54.55º | 0.24% | 0.54% | - |
| XYZ | 21.7 | 23.75 | 16.81 | - |
| YUV | 132.48 | 112.49 | 131.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 135 | 105 | 0 | 0.02 | 0.24 | 0.46 | 54.55 | 0.14 | 0.48 |
| Hex | 8A | 87 | 69 | 0 | 2 | 18 | 2E | 37 | E | 30 |
| Octal | 212 | 207 | 151 | 0 | 2 | 30 | 56 | 67 | 16 | 60 |
| Binary | 10001010 | 10000111 | 1101001 | 0 | 10 | 11000 | 101110 | 110111 | 1110 | 110000 |
Color Harmonies of #8A8769
Complementary color
Monochromatic Colors of #8A8769
Black with #8A8769
Text Example
Text Example
White with #8A8769
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8A8769; }
p { color: rgb(138,135,105); }
H1.HeaderClassName
{
color: #8A8769;
}
.AnyTagClassName
{
color: #8A8769;
}
</style>
background-color css
<style>
a { background-color: #8A8769; }
a { background-color: rgb(138,135,105); }
div.DivClassName
{
background-color: #8A8769;
}
.BgClassName
{
background-color: #8A8769;
}
</style>
border-color css
<style>
span { border-color: #8A8769; }
span { border-color: rgb(138,135,105); }
td.TdClassName
{
border-color: #8A8769;
}
.TagClassName
{
border-color: #8A8769;
}
</style>