#A48971

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

Shades of Mongoose #A48971

Tints of Mongoose #A48971

Color information

#A48971 (or 0xA48971) is unknown color: approx Mongoose. HEX triplet: A4, 89 and 71. RGB value is (164,137,113). Sum of RGB (Red+Green+Blue) = 164+137+113=414 (54% of max value = 765). Red value is 164 (64.45% from 255 or 39.61% from 414); Green value is 137 (53.91% from 255 or 33.09% from 414); Blue value is 113 (44.53% from 255 or 27.29% from 414); Max value from RGB is 164 - color contains mainly: red. Hex color #A48971 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A48971 is #5B768E. Grayscale: #8E8E8E. Windows color (decimal): -5994127 or 7440804. OLE color: 7440804.

HSL color Cylindrical-coordinate representation of color #A48971: hue angle of 28.24º degrees, saturation: 0.22, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #A48971 is Cyan = 0, Magento = 0.16, Yellow = 0.31 and Black (K on CMYK) = 0.36.

Color convert

RGB164137113-
CMYK00.160.310.36
HSL28.24º21.89%54.31%-
HSV(B)28.24º31.1%64.31%-
XYZ27.2426.9819.39-
YUV142.34111.45143.45-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 39.61%
GREEN value IS 137 (53.91% from 255) = 33.09%
BLUE value IS 113 (44.53% from 255) = 27.29%
R=39.61%
G=33.09%
B=27.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.31
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal16413711300.160.310.3628.2421.8954.31
HexA489710101F241c1636
Octal2442111610203744342666
Binary10100100100010011110001010000111111001001110010110110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A48971

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A48971; }

 p { color: rgb(164,137,113); }

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

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

 a { background-color: rgb(164,137,113); }

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

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

 span { border-color: rgb(164,137,113); }

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