#8A8868

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

Shades of Bandicoot #8A8868

Tints of Bandicoot #8A8868

Color information

#8A8868 (or 0x8A8868) is unknown color: approx Bandicoot. HEX triplet: 8A, 88 and 68. RGB value is (138,136,104). Sum of RGB (Red+Green+Blue) = 138+136+104=378 (50% of max value = 765). Red value is 138 (54.30% from 255 or 36.51% from 378); Green value is 136 (53.52% from 255 or 35.98% from 378); Blue value is 104 (41.02% from 255 or 27.51% from 378); Max value from RGB is 138 - color contains mainly: red. Hex color #8A8868 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #8A8868 is #757797. Grayscale: #858585. Windows color (decimal): -7698328 or 6850698. OLE color: 6850698.

HSL color Cylindrical-coordinate representation of color #8A8868: hue angle of 56.47º degrees, saturation: 0.14, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #8A8868 is Cyan = 0, Magento = 0.01, Yellow = 0.25 and Black (K on CMYK) = 0.46.

Color convert

RGB138136104-
CMYK00.010.250.46
HSL56.47º14.05%47.45%-
HSV(B)56.47º24.64%54.12%-
XYZ21.7824.0116.58-
YUV132.95111.66131.6-

RGB Variations

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

RGB

RED value IS 138 (54.30% from 255) = 36.51%
GREEN value IS 136 (53.52% from 255) = 35.98%
BLUE value IS 104 (41.02% from 255) = 27.51%
R=36.51%
G=35.98%
B=27.51%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.25
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal13813610400.010.250.4656.4714.0547.45
Hex8A886801192E38e2f
Octal212210150013156701657
Binary1000101010001000110100001110011011101110001110101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8A8868

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(138,136,104); }

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

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

 a { background-color: rgb(138,136,104); }

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

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

 span { border-color: rgb(138,136,104); }

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