#A48B76

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

Shades of Mongoose #A48B76

Tints of Mongoose #A48B76

Color information

#A48B76 (or 0xA48B76) is unknown color: approx Mongoose. HEX triplet: A4, 8B and 76. RGB value is (164,139,118). Sum of RGB (Red+Green+Blue) = 164+139+118=421 (55% of max value = 765). Red value is 164 (64.45% from 255 or 38.95% from 421); Green value is 139 (54.69% from 255 or 33.02% from 421); Blue value is 118 (46.48% from 255 or 28.03% from 421); Max value from RGB is 164 - color contains mainly: red. Hex color #A48B76 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A48B76 is #5B7489. Grayscale: #909090. Windows color (decimal): -5993610 or 7768996. OLE color: 7768996.

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

Color convert

RGB164139118-
CMYK00.150.280.36
HSL27.39º20.18%55.29%-
HSV(B)27.39º28.05%64.31%-
XYZ27.8127.6721.01-
YUV144.08113.28142.21-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 38.95%
GREEN value IS 139 (54.69% from 255) = 33.02%
BLUE value IS 118 (46.48% from 255) = 28.03%
R=38.95%
G=33.02%
B=28.03%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.28
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal16413911800.150.280.3627.3920.1855.29
HexA48B760F1C241b1437
Octal2442131660173444332467
Binary1010010010001011111011001111111001001001101110100110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A48B76

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A48B76; }

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

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

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

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

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

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

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

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