#A48870

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

Shades of Mongoose #A48870

Tints of Mongoose #A48870

Color information

#A48870 (or 0xA48870) is unknown color: approx Mongoose. HEX triplet: A4, 88 and 70. RGB value is (164,136,112). Sum of RGB (Red+Green+Blue) = 164+136+112=412 (54% of max value = 765). Red value is 164 (64.45% from 255 or 39.81% from 412); Green value is 136 (53.52% from 255 or 33.01% from 412); Blue value is 112 (44.14% from 255 or 27.18% from 412); Max value from RGB is 164 - color contains mainly: red. Hex color #A48870 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A48870 is #5B778F. Grayscale: #8D8D8D. Windows color (decimal): -5994384 or 7375012. OLE color: 7375012.

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

Color convert

RGB164136112-
CMYK00.170.320.36
HSL27.69º22.22%54.12%-
HSV(B)27.69º31.71%64.31%-
XYZ27.0426.6719.05-
YUV141.64111.28143.95-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 39.81%
GREEN value IS 136 (53.52% from 255) = 33.01%
BLUE value IS 112 (44.14% from 255) = 27.18%
R=39.81%
G=33.01%
B=27.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.32
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal16413611200.170.320.3627.6922.2254.12
HexA4887001120241c1636
Octal2442101600214044342666
Binary101001001000100011100000100011000001001001110010110110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A48870

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A48870; }

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

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

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

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

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

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

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

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