#A78874

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

Shades of Mongoose #A78874

Tints of Mongoose #A78874

Color information

#A78874 (or 0xA78874) is unknown color: approx Mongoose. HEX triplet: A7, 88 and 74. RGB value is (167,136,116). Sum of RGB (Red+Green+Blue) = 167+136+116=419 (55% of max value = 765). Red value is 167 (65.62% from 255 or 39.86% from 419); Green value is 136 (53.52% from 255 or 32.46% from 419); Blue value is 116 (45.70% from 255 or 27.68% from 419); Max value from RGB is 167 - color contains mainly: red. Hex color #A78874 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A78874 is #58778B. Grayscale: #8F8F8F. Windows color (decimal): -5797772 or 7637159. OLE color: 7637159.

HSL color Cylindrical-coordinate representation of color #A78874: hue angle of 23.53º degrees, saturation: 0.22, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #A78874 is Cyan = 0, Magento = 0.19, Yellow = 0.31 and Black (K on CMYK) = 0.35.

Color convert

RGB167136116-
CMYK00.190.310.35
HSL23.53º22.47%55.49%-
HSV(B)23.53º30.54%65.49%-
XYZ27.8927.0820.28-
YUV142.99112.77145.13-

RGB Variations

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

RGB

RED value IS 167 (65.62% from 255) = 39.86%
GREEN value IS 136 (53.52% from 255) = 32.46%
BLUE value IS 116 (45.70% from 255) = 27.68%
R=39.86%
G=32.46%
B=27.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.31
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal16713611600.190.310.3523.5322.4755.49
HexA788740131F23181637
Octal2472101640233743302667
Binary10100111100010001110100010011111111000111100010110110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A78874

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A78874; }

 p { color: rgb(167,136,116); }

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

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

 a { background-color: rgb(167,136,116); }

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

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

 span { border-color: rgb(167,136,116); }

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