#A18D78

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

Shades of Mongoose #A18D78

Tints of Mongoose #A18D78

Color information

#A18D78 (or 0xA18D78) is unknown color: approx Mongoose. HEX triplet: A1, 8D and 78. RGB value is (161,141,120). Sum of RGB (Red+Green+Blue) = 161+141+120=422 (55% of max value = 765). Red value is 161 (63.28% from 255 or 38.15% from 422); Green value is 141 (55.47% from 255 or 33.41% from 422); Blue value is 120 (47.27% from 255 or 28.44% from 422); Max value from RGB is 161 - color contains mainly: red. Hex color #A18D78 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A18D78 is #5E7287. Grayscale: #909090. Windows color (decimal): -6189704 or 7900577. OLE color: 7900577.

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

Color convert

RGB161141120-
CMYK00.120.250.37
HSL30.73º17.9%55.1%-
HSV(B)30.73º25.47%63.14%-
XYZ27.6127.9821.72-
YUV144.59114.13139.71-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 38.15%
GREEN value IS 141 (55.47% from 255) = 33.41%
BLUE value IS 120 (47.27% from 255) = 28.44%
R=38.15%
G=33.41%
B=28.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.25
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal16114112000.120.250.3730.7317.955.1
HexA18D780C19251f1237
Octal2412151700143145372267
Binary1010000110001101111100001100110011001011111110010110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A18D78

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A18D78; }

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

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

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

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

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

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

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

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