#A48972

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

Shades of Mongoose #A48972

Tints of Mongoose #A48972

Color information

#A48972 (or 0xA48972) is unknown color: approx Mongoose. HEX triplet: A4, 89 and 72. RGB value is (164,137,114). Sum of RGB (Red+Green+Blue) = 164+137+114=415 (54% of max value = 765). Red value is 164 (64.45% from 255 or 39.52% from 415); Green value is 137 (53.91% from 255 or 33.01% from 415); Blue value is 114 (44.92% from 255 or 27.47% from 415); Max value from RGB is 164 - color contains mainly: red. Hex color #A48972 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A48972 is #5B768D. Grayscale: #8E8E8E. Windows color (decimal): -5994126 or 7506340. OLE color: 7506340.

HSL color Cylindrical-coordinate representation of color #A48972: hue angle of 27.6º degrees, saturation: 0.22, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #A48972 is Cyan = 0, Magento = 0.16, Yellow = 0.30 and Black (K on CMYK) = 0.36.

Color convert

RGB164137114-
CMYK00.160.300.36
HSL27.6º21.55%54.51%-
HSV(B)27.6º30.49%64.31%-
XYZ27.292719.69-
YUV142.45111.95143.37-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 39.52%
GREEN value IS 137 (53.91% from 255) = 33.01%
BLUE value IS 114 (44.92% from 255) = 27.47%
R=39.52%
G=33.01%
B=27.47%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.30
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal16413711400.160.300.3627.621.5554.51
HexA489720101E241c1637
Octal2442111620203644342667
Binary10100100100010011110010010000111101001001110010110110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A48972

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A48972; }

 p { color: rgb(164,137,114); }

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

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

 a { background-color: rgb(164,137,114); }

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

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

 span { border-color: rgb(164,137,114); }

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