#A78C6C

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

Shades of Mongoose #A78C6C

Tints of Mongoose #A78C6C

Color information

#A78C6C (or 0xA78C6C) is unknown color: approx Mongoose. HEX triplet: A7, 8C and 6C. RGB value is (167,140,108). Sum of RGB (Red+Green+Blue) = 167+140+108=415 (54% of max value = 765). Red value is 167 (65.62% from 255 or 40.24% from 415); Green value is 140 (55.08% from 255 or 33.73% from 415); Blue value is 108 (42.58% from 255 or 26.02% from 415); Max value from RGB is 167 - color contains mainly: red. Hex color #A78C6C is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A78C6C is #587393. Grayscale: #909090. Windows color (decimal): -5796756 or 7113895. OLE color: 7113895.

HSL color Cylindrical-coordinate representation of color #A78C6C: hue angle of 32.54º 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 #A78C6C is Cyan = 0, Magento = 0.16, Yellow = 0.35 and Black (K on CMYK) = 0.35.

Color convert

RGB167140108-
CMYK00.160.350.35
HSL32.54º25.11%53.92%-
HSV(B)32.54º35.33%65.49%-
XYZ28.0228.0518.13-
YUV144.43107.45144.1-

RGB Variations

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

RGB

RED value IS 167 (65.62% from 255) = 40.24%
GREEN value IS 140 (55.08% from 255) = 33.73%
BLUE value IS 108 (42.58% from 255) = 26.02%
R=40.24%
G=33.73%
B=26.02%

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
Decimal16714010800.160.350.3532.5425.1153.92
HexA78C6C0102323211936
Octal2472141540204343413166
Binary1010011110001100110110001000010001110001110000111001110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A78C6C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A78C6C; }

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

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

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

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

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

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

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

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