#A49073

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

Shades of Mongoose #A49073

Tints of Mongoose #A49073

Color information

#A49073 (or 0xA49073) is unknown color: approx Mongoose. HEX triplet: A4, 90 and 73. RGB value is (164,144,115). Sum of RGB (Red+Green+Blue) = 164+144+115=423 (56% of max value = 765). Red value is 164 (64.45% from 255 or 38.77% from 423); Green value is 144 (56.64% from 255 or 34.04% from 423); Blue value is 115 (45.31% from 255 or 27.19% from 423); Max value from RGB is 164 - color contains mainly: red. Hex color #A49073 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A49073 is #5B6F8C. Grayscale: #929292. Windows color (decimal): -5992333 or 7573668. OLE color: 7573668.

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

Color convert

RGB164144115-
CMYK00.120.300.36
HSL35.51º21.21%54.71%-
HSV(B)35.51º29.88%64.31%-
XYZ28.3829.0820.34-
YUV146.67110.13140.36-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 38.77%
GREEN value IS 144 (56.64% from 255) = 34.04%
BLUE value IS 115 (45.31% from 255) = 27.19%
R=38.77%
G=34.04%
B=27.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.30
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal16414411500.120.300.3635.5121.2154.71
HexA490730C1E24241537
Octal2442201630143644442567
Binary10100100100100001110011011001111010010010010010101110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A49073

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A49073; }

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

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

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

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

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

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

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

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