#A48973

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

Shades of Mongoose #A48973

Tints of Mongoose #A48973

Color information

#A48973 (or 0xA48973) is unknown color: approx Mongoose. HEX triplet: A4, 89 and 73. RGB value is (164,137,115). Sum of RGB (Red+Green+Blue) = 164+137+115=416 (55% of max value = 765). Red value is 164 (64.45% from 255 or 39.42% from 416); Green value is 137 (53.91% from 255 or 32.93% from 416); Blue value is 115 (45.31% from 255 or 27.64% from 416); Max value from RGB is 164 - color contains mainly: red. Hex color #A48973 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A48973 is #5B768C. Grayscale: #8E8E8E. Windows color (decimal): -5994125 or 7571876. OLE color: 7571876.

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

Color convert

RGB164137115-
CMYK00.160.300.36
HSL26.94º21.21%54.71%-
HSV(B)26.94º29.88%64.31%-
XYZ27.3527.0219.99-
YUV142.56112.45143.29-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 39.42%
GREEN value IS 137 (53.91% from 255) = 32.93%
BLUE value IS 115 (45.31% from 255) = 27.64%
R=39.42%
G=32.93%
B=27.64%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.30
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal16413711500.160.300.3626.9421.2154.71
HexA489730101E241b1537
Octal2442111630203644332567
Binary10100100100010011110011010000111101001001101110101110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A48973

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A48973; }

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

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

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

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

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

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

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

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