#A48E77

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

Shades of Mongoose #A48E77

Tints of Mongoose #A48E77

Color information

#A48E77 (or 0xA48E77) is unknown color: approx Mongoose. HEX triplet: A4, 8E and 77. RGB value is (164,142,119). Sum of RGB (Red+Green+Blue) = 164+142+119=425 (56% of max value = 765). Red value is 164 (64.45% from 255 or 38.59% from 425); Green value is 142 (55.86% from 255 or 33.41% from 425); Blue value is 119 (46.88% from 255 or 28% from 425); Max value from RGB is 164 - color contains mainly: red. Hex color #A48E77 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A48E77 is #5B7188. Grayscale: #929292. Windows color (decimal): -5992841 or 7835300. OLE color: 7835300.

HSL color Cylindrical-coordinate representation of color #A48E77: hue angle of 30.67º degrees, saturation: 0.2, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #A48E77 is Cyan = 0, Magento = 0.13, Yellow = 0.27 and Black (K on CMYK) = 0.36.

Color convert

RGB164142119-
CMYK00.130.270.36
HSL30.67º19.82%55.49%-
HSV(B)30.67º27.44%64.31%-
XYZ28.3128.5721.48-
YUV145.96112.79140.87-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 38.59%
GREEN value IS 142 (55.86% from 255) = 33.41%
BLUE value IS 119 (46.88% from 255) = 28%
R=38.59%
G=33.41%
B=28%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.27
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal16414211900.130.270.3630.6719.8255.49
HexA48E770D1B241f1437
Octal2442161670153344372467
Binary1010010010001110111011101101110111001001111110100110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A48E77

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A48E77; }

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

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

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

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

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

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

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

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