#A48D71

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

Shades of Mongoose #A48D71

Tints of Mongoose #A48D71

Color information

#A48D71 (or 0xA48D71) is unknown color: approx Mongoose. HEX triplet: A4, 8D and 71. RGB value is (164,141,113). Sum of RGB (Red+Green+Blue) = 164+141+113=418 (55% of max value = 765). Red value is 164 (64.45% from 255 or 39.23% from 418); Green value is 141 (55.47% from 255 or 33.73% from 418); Blue value is 113 (44.53% from 255 or 27.03% from 418); Max value from RGB is 164 - color contains mainly: red. Hex color #A48D71 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A48D71 is #5B728E. Grayscale: #909090. Windows color (decimal): -5993103 or 7441828. OLE color: 7441828.

HSL color Cylindrical-coordinate representation of color #A48D71: hue angle of 32.94º 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 #A48D71 is Cyan = 0, Magento = 0.14, Yellow = 0.31 and Black (K on CMYK) = 0.36.

Color convert

RGB164141113-
CMYK00.140.310.36
HSL32.94º21.89%54.31%-
HSV(B)32.94º31.1%64.31%-
XYZ27.8228.1319.59-
YUV144.68110.12141.78-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 39.23%
GREEN value IS 141 (55.47% from 255) = 33.73%
BLUE value IS 113 (44.53% from 255) = 27.03%
R=39.23%
G=33.73%
B=27.03%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.31
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal16414111300.140.310.3632.9421.8954.31
HexA48D710E1F24211636
Octal2442151610163744412666
Binary10100100100011011110001011101111110010010000110110110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A48D71

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A48D71; }

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

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

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

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

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

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

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

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