#A48E72

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

Shades of Mongoose #A48E72

Tints of Mongoose #A48E72

Color information

#A48E72 (or 0xA48E72) is unknown color: approx Mongoose. HEX triplet: A4, 8E and 72. RGB value is (164,142,114). Sum of RGB (Red+Green+Blue) = 164+142+114=420 (55% of max value = 765). Red value is 164 (64.45% from 255 or 39.05% from 420); Green value is 142 (55.86% from 255 or 33.81% from 420); Blue value is 114 (44.92% from 255 or 27.14% from 420); Max value from RGB is 164 - color contains mainly: red. Hex color #A48E72 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A48E72 is #5B718D. Grayscale: #919191. Windows color (decimal): -5992846 or 7507620. OLE color: 7507620.

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

Color convert

RGB164142114-
CMYK00.130.300.36
HSL33.6º21.55%54.51%-
HSV(B)33.6º30.49%64.31%-
XYZ28.0228.4519.93-
YUV145.39110.29141.28-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 39.05%
GREEN value IS 142 (55.86% from 255) = 33.81%
BLUE value IS 114 (44.92% from 255) = 27.14%
R=39.05%
G=33.81%
B=27.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.30
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal16414211400.130.300.3633.621.5554.51
HexA48E720D1E24221637
Octal2442161620153644422667
Binary10100100100011101110010011011111010010010001010110110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A48E72

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A48E72; }

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

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

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

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

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

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

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

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