#A78C6B

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

Shades of Mongoose #A78C6B

Tints of Mongoose #A78C6B

Color information

#A78C6B (or 0xA78C6B) is unknown color: approx Mongoose. HEX triplet: A7, 8C and 6B. RGB value is (167,140,107). Sum of RGB (Red+Green+Blue) = 167+140+107=414 (54% of max value = 765). Red value is 167 (65.62% from 255 or 40.34% from 414); Green value is 140 (55.08% from 255 or 33.82% from 414); Blue value is 107 (42.19% from 255 or 25.85% from 414); Max value from RGB is 167 - color contains mainly: red. Hex color #A78C6B is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A78C6B is #587394. Grayscale: #909090. Windows color (decimal): -5796757 or 7048359. OLE color: 7048359.

HSL color Cylindrical-coordinate representation of color #A78C6B: hue angle of 33º degrees, saturation: 0.25, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #A78C6B is Cyan = 0, Magento = 0.16, Yellow = 0.36 and Black (K on CMYK) = 0.35.

Color convert

RGB167140107-
CMYK00.160.360.35
HSL33º25.42%53.73%-
HSV(B)33º35.93%65.49%-
XYZ27.9728.0317.85-
YUV144.31106.95144.18-

RGB Variations

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

RGB

RED value IS 167 (65.62% from 255) = 40.34%
GREEN value IS 140 (55.08% from 255) = 33.82%
BLUE value IS 107 (42.19% from 255) = 25.85%
R=40.34%
G=33.82%
B=25.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.36
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal16714010700.160.360.353325.4253.73
HexA78C6B0102423211936
Octal2472141530204443413166
Binary1010011110001100110101101000010010010001110000111001110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A78C6B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A78C6B; }

 p { color: rgb(167,140,107); }

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

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

 a { background-color: rgb(167,140,107); }

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

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

 span { border-color: rgb(167,140,107); }

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