#A18D73

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

Shades of Mongoose #A18D73

Tints of Mongoose #A18D73

Color information

#A18D73 (or 0xA18D73) is unknown color: approx Mongoose. HEX triplet: A1, 8D and 73. RGB value is (161,141,115). Sum of RGB (Red+Green+Blue) = 161+141+115=417 (55% of max value = 765). Red value is 161 (63.28% from 255 or 38.61% from 417); Green value is 141 (55.47% from 255 or 33.81% from 417); Blue value is 115 (45.31% from 255 or 27.58% from 417); Max value from RGB is 161 - color contains mainly: red. Hex color #A18D73 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A18D73 is #5E728C. Grayscale: #909090. Windows color (decimal): -6189709 or 7572897. OLE color: 7572897.

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

Color convert

RGB161141115-
CMYK00.120.290.37
HSL33.91º19.66%54.12%-
HSV(B)33.91º28.57%63.14%-
XYZ27.3227.8620.16-
YUV144.02111.63140.11-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 38.61%
GREEN value IS 141 (55.47% from 255) = 33.81%
BLUE value IS 115 (45.31% from 255) = 27.58%
R=38.61%
G=33.81%
B=27.58%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.29
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal16114111500.120.290.3733.9119.6654.12
HexA18D730C1D25221436
Octal2412151630143545422466
Binary10100001100011011110011011001110110010110001010100110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A18D73

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A18D73; }

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

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

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

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

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

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

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

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