#A49075

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

Shades of Mongoose #A49075

Tints of Mongoose #A49075

Color information

#A49075 (or 0xA49075) is unknown color: approx Mongoose. HEX triplet: A4, 90 and 75. RGB value is (164,144,117). Sum of RGB (Red+Green+Blue) = 164+144+117=425 (56% of max value = 765). Red value is 164 (64.45% from 255 or 38.59% from 425); Green value is 144 (56.64% from 255 or 33.88% from 425); Blue value is 117 (46.09% from 255 or 27.53% from 425); Max value from RGB is 164 - color contains mainly: red. Hex color #A49075 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A49075 is #5B6F8A. Grayscale: #939393. Windows color (decimal): -5992331 or 7704740. OLE color: 7704740.

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

Color convert

RGB164144117-
CMYK00.120.290.36
HSL34.47º20.52%55.1%-
HSV(B)34.47º28.66%64.31%-
XYZ28.4929.1220.95-
YUV146.9111.13140.2-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 38.59%
GREEN value IS 144 (56.64% from 255) = 33.88%
BLUE value IS 117 (46.09% from 255) = 27.53%
R=38.59%
G=33.88%
B=27.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.29
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal16414411700.120.290.3634.4720.5255.1
HexA490750C1D24221537
Octal2442201650143544422567
Binary10100100100100001110101011001110110010010001010101110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A49075

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A49075; }

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

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

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

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

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

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

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

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