#A48672

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

Shades of Mongoose #A48672

Tints of Mongoose #A48672

Color information

#A48672 (or 0xA48672) is unknown color: approx Mongoose. HEX triplet: A4, 86 and 72. RGB value is (164,134,114). Sum of RGB (Red+Green+Blue) = 164+134+114=412 (54% of max value = 765). Red value is 164 (64.45% from 255 or 39.81% from 412); Green value is 134 (52.73% from 255 or 32.52% from 412); Blue value is 114 (44.92% from 255 or 27.67% from 412); Max value from RGB is 164 - color contains mainly: red. Hex color #A48672 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A48672 is #5B798D. Grayscale: #8C8C8C. Windows color (decimal): -5994894 or 7505572. OLE color: 7505572.

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

Color convert

RGB164134114-
CMYK00.180.300.36
HSL24º21.55%54.51%-
HSV(B)24º30.49%64.31%-
XYZ26.8726.1619.55-
YUV140.69112.94144.63-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 39.81%
GREEN value IS 134 (52.73% from 255) = 32.52%
BLUE value IS 114 (44.92% from 255) = 27.67%
R=39.81%
G=32.52%
B=27.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.30
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal16413411400.180.300.362421.5554.51
HexA486720121E24181637
Octal2442061620223644302667
Binary10100100100001101110010010010111101001001100010110110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A48672

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A48672; }

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

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

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

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

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

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

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

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