#A48C76

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

Shades of Mongoose #A48C76

Tints of Mongoose #A48C76

Color information

#A48C76 (or 0xA48C76) is unknown color: approx Mongoose. HEX triplet: A4, 8C and 76. RGB value is (164,140,118). Sum of RGB (Red+Green+Blue) = 164+140+118=422 (55% of max value = 765). Red value is 164 (64.45% from 255 or 38.86% from 422); Green value is 140 (55.08% from 255 or 33.18% from 422); Blue value is 118 (46.48% from 255 or 27.96% from 422); Max value from RGB is 164 - color contains mainly: red. Hex color #A48C76 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A48C76 is #5B7389. Grayscale: #909090. Windows color (decimal): -5993354 or 7769252. OLE color: 7769252.

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

Color convert

RGB164140118-
CMYK00.150.280.36
HSL28.7º20.18%55.29%-
HSV(B)28.7º28.05%64.31%-
XYZ27.9627.9621.06-
YUV144.67112.95141.79-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 38.86%
GREEN value IS 140 (55.08% from 255) = 33.18%
BLUE value IS 118 (46.48% from 255) = 27.96%
R=38.86%
G=33.18%
B=27.96%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.28
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal16414011800.150.280.3628.720.1855.29
HexA48C760F1C241d1437
Octal2442141660173444352467
Binary1010010010001100111011001111111001001001110110100110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A48C76

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A48C76; }

 p { color: rgb(164,140,118); }

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

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

 a { background-color: rgb(164,140,118); }

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

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

 span { border-color: rgb(164,140,118); }

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