#A49078

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

Shades of Mongoose #A49078

Tints of Mongoose #A49078

Color information

#A49078 (or 0xA49078) is unknown color: approx Mongoose. HEX triplet: A4, 90 and 78. RGB value is (164,144,120). Sum of RGB (Red+Green+Blue) = 164+144+120=428 (56% of max value = 765). Red value is 164 (64.45% from 255 or 38.32% from 428); Green value is 144 (56.64% from 255 or 33.64% from 428); Blue value is 120 (47.27% from 255 or 28.04% from 428); Max value from RGB is 164 - color contains mainly: red. Hex color #A49078 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A49078 is #5B6F87. Grayscale: #939393. Windows color (decimal): -5992328 or 7901348. OLE color: 7901348.

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

Color convert

RGB164144120-
CMYK00.120.270.36
HSL32.73º19.47%55.69%-
HSV(B)32.73º26.83%64.31%-
XYZ28.6729.221.89-
YUV147.24112.63139.95-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 38.32%
GREEN value IS 144 (56.64% from 255) = 33.64%
BLUE value IS 120 (47.27% from 255) = 28.04%
R=38.32%
G=33.64%
B=28.04%

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
Decimal16414412000.120.270.3632.7319.4755.69
HexA490780C1B24211338
Octal2442201700143344412370
Binary10100100100100001111000011001101110010010000110011111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A49078

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A49078; }

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

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

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

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

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

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

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

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