Shades of Bandicoot #8A895A
Tints of Bandicoot #8A895A
RGB
CMYK
RGB Variations
Color information
#8A895A (or 0x8A895A) is known color: Bandicoot. HEX triplet: 8A, 89 and 5A. RGB value is (138,137,90). Sum of RGB (Red+Green+Blue) = 138+137+90=365 (48% of max value = 765). Red value is 138 (54.30% from 255 or 37.81% from 365); Green value is 137 (53.91% from 255 or 37.53% from 365); Blue value is 90 (35.55% from 255 or 24.66% from 365); Max value from RGB is 138 - color contains mainly: red. Hex color #8A895A is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #8A895A is #7576A5. Grayscale: #848484. Windows color (decimal): -7698086 or 5933450. OLE color: 5933450.
HSL color Cylindrical-coordinate representation of color #8A895A: hue angle of 58.75º 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 #8A895A is Cyan = 0, Magento = 0.01, Yellow = 0.35 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 138 | 137 | 90 | - |
| CMYK | 0 | 0.01 | 0.35 | 0.46 |
| HSL | 58.75º | 0.21% | 0.45% | - |
| HSV(B) | 58.75º | 0.35% | 0.54% | - |
| XYZ | 21.27 | 24.03 | 13.19 | - |
| YUV | 131.94 | 104.33 | 132.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 137 | 90 | 0 | 0.01 | 0.35 | 0.46 | 58.75 | 0.21 | 0.45 |
| Hex | 8A | 89 | 5A | 0 | 1 | 23 | 2E | 3B | 15 | 2D |
| Octal | 212 | 211 | 132 | 0 | 1 | 43 | 56 | 73 | 25 | 55 |
| Binary | 10001010 | 10001001 | 1011010 | 0 | 1 | 100011 | 101110 | 111011 | 10101 | 101101 |
Color Harmonies of #8A895A
Complementary color
Monochromatic Colors of #8A895A
Black with #8A895A
Text Example
Text Example
White with #8A895A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8A895A; }
p { color: rgb(138,137,90); }
H1.HeaderClassName
{
color: #8A895A;
}
.AnyTagClassName
{
color: #8A895A;
}
</style>
background-color css
<style>
a { background-color: #8A895A; }
a { background-color: rgb(138,137,90); }
div.DivClassName
{
background-color: #8A895A;
}
.BgClassName
{
background-color: #8A895A;
}
</style>
border-color css
<style>
span { border-color: #8A895A; }
span { border-color: rgb(138,137,90); }
td.TdClassName
{
border-color: #8A895A;
}
.TagClassName
{
border-color: #8A895A;
}
</style>