#A78E6B

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

Shades of Mongoose #A78E6B

Tints of Mongoose #A78E6B

Color information

#A78E6B (or 0xA78E6B) is unknown color: approx Mongoose. HEX triplet: A7, 8E and 6B. RGB value is (167,142,107). Sum of RGB (Red+Green+Blue) = 167+142+107=416 (55% of max value = 765). Red value is 167 (65.62% from 255 or 40.14% from 416); Green value is 142 (55.86% from 255 or 34.13% from 416); Blue value is 107 (42.19% from 255 or 25.72% from 416); Max value from RGB is 167 - color contains mainly: red. Hex color #A78E6B is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A78E6B is #587194. Grayscale: #919191. Windows color (decimal): -5796245 or 7048871. OLE color: 7048871.

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

Color convert

RGB167142107-
CMYK00.150.360.35
HSL35º25.42%53.73%-
HSV(B)35º35.93%65.49%-
XYZ28.2628.6217.95-
YUV145.49106.28143.35-

RGB Variations

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

RGB

RED value IS 167 (65.62% from 255) = 40.14%
GREEN value IS 142 (55.86% from 255) = 34.13%
BLUE value IS 107 (42.19% from 255) = 25.72%
R=40.14%
G=34.13%
B=25.72%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.36
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal16714210700.150.360.353525.4253.73
HexA78E6B0F2423231936
Octal2472161530174443433166
Binary101001111000111011010110111110010010001110001111001110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A78E6B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A78E6B; }

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

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

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

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

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

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

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

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