#A48B73

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

Shades of Mongoose #A48B73

Tints of Mongoose #A48B73

Color information

#A48B73 (or 0xA48B73) is unknown color: approx Mongoose. HEX triplet: A4, 8B and 73. RGB value is (164,139,115). Sum of RGB (Red+Green+Blue) = 164+139+115=418 (55% of max value = 765). Red value is 164 (64.45% from 255 or 39.23% from 418); Green value is 139 (54.69% from 255 or 33.25% from 418); Blue value is 115 (45.31% from 255 or 27.51% from 418); Max value from RGB is 164 - color contains mainly: red. Hex color #A48B73 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A48B73 is #5B748C. Grayscale: #8F8F8F. Windows color (decimal): -5993613 or 7572388. OLE color: 7572388.

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

Color convert

RGB164139115-
CMYK00.150.300.36
HSL29.39º21.21%54.71%-
HSV(B)29.39º29.88%64.31%-
XYZ27.6427.620.09-
YUV143.74111.78142.45-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 39.23%
GREEN value IS 139 (54.69% from 255) = 33.25%
BLUE value IS 115 (45.31% from 255) = 27.51%
R=39.23%
G=33.25%
B=27.51%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.30
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal16413911500.150.300.3629.3921.2154.71
HexA48B730F1E241d1537
Octal2442131630173644352567
Binary1010010010001011111001101111111101001001110110101110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A48B73

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A48B73; }

 p { color: rgb(164,139,115); }

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

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

 a { background-color: rgb(164,139,115); }

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

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

 span { border-color: rgb(164,139,115); }

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