#A18D76

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

Shades of Mongoose #A18D76

Tints of Mongoose #A18D76

Color information

#A18D76 (or 0xA18D76) is unknown color: approx Mongoose. HEX triplet: A1, 8D and 76. RGB value is (161,141,118). Sum of RGB (Red+Green+Blue) = 161+141+118=420 (55% of max value = 765). Red value is 161 (63.28% from 255 or 38.33% from 420); Green value is 141 (55.47% from 255 or 33.57% from 420); Blue value is 118 (46.48% from 255 or 28.10% from 420); Max value from RGB is 161 - color contains mainly: red. Hex color #A18D76 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A18D76 is #5E7289. Grayscale: #909090. Windows color (decimal): -6189706 or 7769505. OLE color: 7769505.

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

Color convert

RGB161141118-
CMYK00.120.270.37
HSL32.09º18.61%54.71%-
HSV(B)32.09º26.71%63.14%-
XYZ27.4927.9321.08-
YUV144.36113.13139.87-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 38.33%
GREEN value IS 141 (55.47% from 255) = 33.57%
BLUE value IS 118 (46.48% from 255) = 28.10%
R=38.33%
G=33.57%
B=28.10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.27
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal16114111800.120.270.3732.0918.6154.71
HexA18D760C1B25201337
Octal2412151660143345402367
Binary10100001100011011110110011001101110010110000010011110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A18D76

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A18D76; }

 p { color: rgb(161,141,118); }

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

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

 a { background-color: rgb(161,141,118); }

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

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

 span { border-color: rgb(161,141,118); }

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