#A49077

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

Shades of Mongoose #A49077

Tints of Mongoose #A49077

Color information

#A49077 (or 0xA49077) is unknown color: approx Mongoose. HEX triplet: A4, 90 and 77. RGB value is (164,144,119). Sum of RGB (Red+Green+Blue) = 164+144+119=427 (56% of max value = 765). Red value is 164 (64.45% from 255 or 38.41% from 427); Green value is 144 (56.64% from 255 or 33.72% from 427); Blue value is 119 (46.88% from 255 or 27.87% from 427); Max value from RGB is 164 - color contains mainly: red. Hex color #A49077 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A49077 is #5B6F88. Grayscale: #939393. Windows color (decimal): -5992329 or 7835812. OLE color: 7835812.

HSL color Cylindrical-coordinate representation of color #A49077: hue angle of 33.33º degrees, saturation: 0.2, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #A49077 is Cyan = 0, Magento = 0.12, Yellow = 0.27 and Black (K on CMYK) = 0.36.

Color convert

RGB164144119-
CMYK00.120.270.36
HSL33.33º19.82%55.49%-
HSV(B)33.33º27.44%64.31%-
XYZ28.6129.1721.58-
YUV147.13112.13140.03-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 38.41%
GREEN value IS 144 (56.64% from 255) = 33.72%
BLUE value IS 119 (46.88% from 255) = 27.87%
R=38.41%
G=33.72%
B=27.87%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.27
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal16414411900.120.270.3633.3319.8255.49
HexA490770C1B24211437
Octal2442201670143344412467
Binary10100100100100001110111011001101110010010000110100110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A49077

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A49077; }

 p { color: rgb(164,144,119); }

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

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

 a { background-color: rgb(164,144,119); }

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

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

 span { border-color: rgb(164,144,119); }

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