#A48671

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

Shades of Mongoose #A48671

Tints of Mongoose #A48671

Color information

#A48671 (or 0xA48671) is unknown color: approx Mongoose. HEX triplet: A4, 86 and 71. RGB value is (164,134,113). Sum of RGB (Red+Green+Blue) = 164+134+113=411 (54% of max value = 765). Red value is 164 (64.45% from 255 or 39.90% from 411); Green value is 134 (52.73% from 255 or 32.60% from 411); Blue value is 113 (44.53% from 255 or 27.49% from 411); Max value from RGB is 164 - color contains mainly: red. Hex color #A48671 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A48671 is #5B798E. Grayscale: #8C8C8C. Windows color (decimal): -5994895 or 7440036. OLE color: 7440036.

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

Color convert

RGB164134113-
CMYK00.180.310.36
HSL24.71º21.89%54.31%-
HSV(B)24.71º31.1%64.31%-
XYZ26.8226.1319.25-
YUV140.58112.44144.71-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 39.90%
GREEN value IS 134 (52.73% from 255) = 32.60%
BLUE value IS 113 (44.53% from 255) = 27.49%
R=39.90%
G=32.60%
B=27.49%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.31
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal16413411300.180.310.3624.7121.8954.31
HexA486710121F24191636
Octal2442061610223744312666
Binary10100100100001101110001010010111111001001100110110110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A48671

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A48671; }

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

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

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

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

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

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

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

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