#A48B71

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

Shades of Mongoose #A48B71

Tints of Mongoose #A48B71

Color information

#A48B71 (or 0xA48B71) is unknown color: approx Mongoose. HEX triplet: A4, 8B and 71. RGB value is (164,139,113). Sum of RGB (Red+Green+Blue) = 164+139+113=416 (55% of max value = 765). Red value is 164 (64.45% from 255 or 39.42% from 416); Green value is 139 (54.69% from 255 or 33.41% from 416); Blue value is 113 (44.53% from 255 or 27.16% from 416); Max value from RGB is 164 - color contains mainly: red. Hex color #A48B71 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A48B71 is #5B748E. Grayscale: #8F8F8F. Windows color (decimal): -5993615 or 7441316. OLE color: 7441316.

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

Color convert

RGB164139113-
CMYK00.150.310.36
HSL30.59º21.89%54.31%-
HSV(B)30.59º31.1%64.31%-
XYZ27.5227.5519.49-
YUV143.51110.78142.61-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 39.42%
GREEN value IS 139 (54.69% from 255) = 33.41%
BLUE value IS 113 (44.53% from 255) = 27.16%
R=39.42%
G=33.41%
B=27.16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.31
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal16413911300.150.310.3630.5921.8954.31
HexA48B710F1F241f1636
Octal2442131610173744372666
Binary1010010010001011111000101111111111001001111110110110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A48B71

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A48B71; }

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

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

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

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

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

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

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

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