#A48D76

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

Shades of Mongoose #A48D76

Tints of Mongoose #A48D76

Color information

#A48D76 (or 0xA48D76) is unknown color: approx Mongoose. HEX triplet: A4, 8D and 76. RGB value is (164,141,118). Sum of RGB (Red+Green+Blue) = 164+141+118=423 (56% of max value = 765). Red value is 164 (64.45% from 255 or 38.77% from 423); Green value is 141 (55.47% from 255 or 33.33% from 423); Blue value is 118 (46.48% from 255 or 27.90% from 423); Max value from RGB is 164 - color contains mainly: red. Hex color #A48D76 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A48D76 is #5B7289. Grayscale: #919191. Windows color (decimal): -5993098 or 7769508. OLE color: 7769508.

HSL color Cylindrical-coordinate representation of color #A48D76: hue angle of 30º 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 #A48D76 is Cyan = 0, Magento = 0.14, Yellow = 0.28 and Black (K on CMYK) = 0.36.

Color convert

RGB164141118-
CMYK00.140.280.36
HSL30º20.18%55.29%-
HSV(B)30º28.05%64.31%-
XYZ28.128.2521.11-
YUV145.26112.62141.37-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 38.77%
GREEN value IS 141 (55.47% from 255) = 33.33%
BLUE value IS 118 (46.48% from 255) = 27.90%
R=38.77%
G=33.33%
B=27.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.28
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal16414111800.140.280.363020.1855.29
HexA48D760E1C241e1437
Octal2442151660163444362467
Binary1010010010001101111011001110111001001001111010100110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A48D76

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A48D76; }

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

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

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

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

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

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

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

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