#A78C6D

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

Shades of Mongoose #A78C6D

Tints of Mongoose #A78C6D

Color information

#A78C6D (or 0xA78C6D) is unknown color: approx Mongoose. HEX triplet: A7, 8C and 6D. RGB value is (167,140,109). Sum of RGB (Red+Green+Blue) = 167+140+109=416 (55% of max value = 765). Red value is 167 (65.62% from 255 or 40.14% from 416); Green value is 140 (55.08% from 255 or 33.65% from 416); Blue value is 109 (42.97% from 255 or 26.20% from 416); Max value from RGB is 167 - color contains mainly: red. Hex color #A78C6D is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A78C6D is #587392. Grayscale: #909090. Windows color (decimal): -5796755 or 7179431. OLE color: 7179431.

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

Color convert

RGB167140109-
CMYK00.160.350.35
HSL32.07º24.79%54.12%-
HSV(B)32.07º34.73%65.49%-
XYZ28.0728.0818.41-
YUV144.54107.95144.02-

RGB Variations

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

RGB

RED value IS 167 (65.62% from 255) = 40.14%
GREEN value IS 140 (55.08% from 255) = 33.65%
BLUE value IS 109 (42.97% from 255) = 26.20%
R=40.14%
G=33.65%
B=26.20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.35
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal16714010900.160.350.3532.0724.7954.12
HexA78C6D0102323201936
Octal2472141550204343403166
Binary1010011110001100110110101000010001110001110000011001110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A78C6D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A78C6D; }

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

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

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

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

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

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

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

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