#A48A71

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

Shades of Mongoose #A48A71

Tints of Mongoose #A48A71

Color information

#A48A71 (or 0xA48A71) is unknown color: approx Mongoose. HEX triplet: A4, 8A and 71. RGB value is (164,138,113). Sum of RGB (Red+Green+Blue) = 164+138+113=415 (54% of max value = 765). Red value is 164 (64.45% from 255 or 39.52% from 415); Green value is 138 (54.30% from 255 or 33.25% from 415); Blue value is 113 (44.53% from 255 or 27.23% from 415); Max value from RGB is 164 - color contains mainly: red. Hex color #A48A71 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A48A71 is #5B758E. Grayscale: #8F8F8F. Windows color (decimal): -5993871 or 7441060. OLE color: 7441060.

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

Color convert

RGB164138113-
CMYK00.160.310.36
HSL29.41º21.89%54.31%-
HSV(B)29.41º31.1%64.31%-
XYZ27.3827.2619.44-
YUV142.92111.11143.03-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 39.52%
GREEN value IS 138 (54.30% from 255) = 33.25%
BLUE value IS 113 (44.53% from 255) = 27.23%
R=39.52%
G=33.25%
B=27.23%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.31
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal16413811300.160.310.3629.4121.8954.31
HexA48A710101F241d1636
Octal2442121610203744352666
Binary10100100100010101110001010000111111001001110110110110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A48A71

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A48A71; }

 p { color: rgb(164,138,113); }

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

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

 a { background-color: rgb(164,138,113); }

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

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

 span { border-color: rgb(164,138,113); }

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