#8A856A

Color #8A856A Bandicoot (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Bandicoot #8A856A

Tints of Bandicoot #8A856A

Color information

#8A856A (or 0x8A856A) is unknown color: approx Bandicoot. HEX triplet: 8A, 85 and 6A. RGB value is (138,133,106). Sum of RGB (Red+Green+Blue) = 138+133+106=377 (49% of max value = 765). Red value is 138 (54.30% from 255 or 36.60% from 377); Green value is 133 (52.34% from 255 or 35.28% from 377); Blue value is 106 (41.80% from 255 or 28.12% from 377); Max value from RGB is 138 - color contains mainly: red. Hex color #8A856A is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #8A856A is #757A95. Grayscale: #838383. Windows color (decimal): -7699094 or 6981002. OLE color: 6981002.

HSL color Cylindrical-coordinate representation of color #8A856A: hue angle of 50.63º degrees, saturation: 0.13, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #8A856A is Cyan = 0, Magento = 0.04, Yellow = 0.23 and Black (K on CMYK) = 0.46.

Color convert

RGB138133106-
CMYK00.040.230.46
HSL50.63º13.11%47.84%-
HSV(B)50.63º23.19%54.12%-
XYZ21.4723.2216.99-
YUV131.42113.66132.7-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 138 (54.30% from 255) = 36.60%
GREEN value IS 133 (52.34% from 255) = 35.28%
BLUE value IS 106 (41.80% from 255) = 28.12%
R=36.60%
G=35.28%
B=28.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.23
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal13813310600.040.230.4650.6313.1147.84
Hex8A856A04172E33d30
Octal212205152042756631560
Binary100010101000010111010100100101111011101100111101110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8A856A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #8A856A; }

 p { color: rgb(138,133,106); }

 H1.HeaderClassName
 {
   color: #8A856A;
 }
 .AnyTagClassName
 {
   color: #8A856A;
 }
</style>
background-color css

<style>
 a { background-color: #8A856A; }

 a { background-color: rgb(138,133,106); }

 div.DivClassName
 {
   background-color: #8A856A;
 }
 .BgClassName
 {
   background-color: #8A856A;
 }
</style>
border-color css

<style>
 span { border-color: #8A856A; }

 span { border-color: rgb(138,133,106); }

 td.TdClassName
 {
   border-color: #8A856A;
 }
 .TagClassName
 {
   border-color: #8A856A;
 }
</style>