#8A8670

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

Shades of Bandicoot #8A8670

Tints of Bandicoot #8A8670

Color information

#8A8670 (or 0x8A8670) is unknown color: approx Bandicoot. HEX triplet: 8A, 86 and 70. RGB value is (138,134,112). Sum of RGB (Red+Green+Blue) = 138+134+112=384 (50% of max value = 765). Red value is 138 (54.30% from 255 or 35.94% from 384); Green value is 134 (52.73% from 255 or 34.90% from 384); Blue value is 112 (44.14% from 255 or 29.17% from 384); Max value from RGB is 138 - color contains mainly: red. Hex color #8A8670 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #8A8670 is #75798F. Grayscale: #848484. Windows color (decimal): -7698832 or 7374474. OLE color: 7374474.

HSL color Cylindrical-coordinate representation of color #8A8670: hue angle of 50.77º degrees, saturation: 0.1, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #8A8670 is Cyan = 0, Magento = 0.03, Yellow = 0.19 and Black (K on CMYK) = 0.46.

Color convert

RGB138134112-
CMYK00.030.190.46
HSL50.77º10.4%49.02%-
HSV(B)50.77º18.84%54.12%-
XYZ21.9323.6218.73-
YUV132.69116.33131.79-

RGB Variations

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

RGB

RED value IS 138 (54.30% from 255) = 35.94%
GREEN value IS 134 (52.73% from 255) = 34.90%
BLUE value IS 112 (44.14% from 255) = 29.17%
R=35.94%
G=34.90%
B=29.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.19
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal13813411200.030.190.4650.7710.449.02
Hex8A867003132E33a31
Octal212206160032356631261
Binary10001010100001101110000011100111011101100111010110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8A8670

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(138,134,112); }

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

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

 a { background-color: rgb(138,134,112); }

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

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

 span { border-color: rgb(138,134,112); }

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