#A78A6C

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

Shades of Mongoose #A78A6C

Tints of Mongoose #A78A6C

Color information

#A78A6C (or 0xA78A6C) is unknown color: approx Mongoose. HEX triplet: A7, 8A and 6C. RGB value is (167,138,108). Sum of RGB (Red+Green+Blue) = 167+138+108=413 (54% of max value = 765). Red value is 167 (65.62% from 255 or 40.44% from 413); Green value is 138 (54.30% from 255 or 33.41% from 413); Blue value is 108 (42.58% from 255 or 26.15% from 413); Max value from RGB is 167 - color contains mainly: red. Hex color #A78A6C is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A78A6C is #587593. Grayscale: #8F8F8F. Windows color (decimal): -5797268 or 7113383. OLE color: 7113383.

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

Color convert

RGB167138108-
CMYK00.170.350.35
HSL30.51º25.11%53.92%-
HSV(B)30.51º35.33%65.49%-
XYZ27.7327.4818.03-
YUV143.25108.11144.94-

RGB Variations

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

RGB

RED value IS 167 (65.62% from 255) = 40.44%
GREEN value IS 138 (54.30% from 255) = 33.41%
BLUE value IS 108 (42.58% from 255) = 26.15%
R=40.44%
G=33.41%
B=26.15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.35
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal16713810800.170.350.3530.5125.1153.92
HexA78A6C01123231f1936
Octal2472121540214343373166
Binary101001111000101011011000100011000111000111111111001110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A78A6C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A78A6C; }

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

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

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

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

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

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

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

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