#A48871

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

Shades of Mongoose #A48871

Tints of Mongoose #A48871

Color information

#A48871 (or 0xA48871) is unknown color: approx Mongoose. HEX triplet: A4, 88 and 71. RGB value is (164,136,113). Sum of RGB (Red+Green+Blue) = 164+136+113=413 (54% of max value = 765). Red value is 164 (64.45% from 255 or 39.71% from 413); Green value is 136 (53.52% from 255 or 32.93% from 413); Blue value is 113 (44.53% from 255 or 27.36% from 413); Max value from RGB is 164 - color contains mainly: red. Hex color #A48871 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A48871 is #5B778E. Grayscale: #8D8D8D. Windows color (decimal): -5994383 or 7440548. OLE color: 7440548.

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

Color convert

RGB164136113-
CMYK00.170.310.36
HSL27.06º21.89%54.31%-
HSV(B)27.06º31.1%64.31%-
XYZ27.0926.6919.35-
YUV141.75111.78143.87-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 39.71%
GREEN value IS 136 (53.52% from 255) = 32.93%
BLUE value IS 113 (44.53% from 255) = 27.36%
R=39.71%
G=32.93%
B=27.36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.31
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal16413611300.170.310.3627.0621.8954.31
HexA488710111F241b1636
Octal2442101610213744332666
Binary10100100100010001110001010001111111001001101110110110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A48871

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A48871; }

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

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

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

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

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

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

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

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