#A48970

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

Shades of Mongoose #A48970

Tints of Mongoose #A48970

Color information

#A48970 (or 0xA48970) is unknown color: approx Mongoose. HEX triplet: A4, 89 and 70. RGB value is (164,137,112). Sum of RGB (Red+Green+Blue) = 164+137+112=413 (54% of max value = 765). Red value is 164 (64.45% from 255 or 39.71% from 413); Green value is 137 (53.91% from 255 or 33.17% from 413); Blue value is 112 (44.14% from 255 or 27.12% from 413); Max value from RGB is 164 - color contains mainly: red. Hex color #A48970 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A48970 is #5B768F. Grayscale: #8E8E8E. Windows color (decimal): -5994128 or 7375268. OLE color: 7375268.

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

Color convert

RGB164137112-
CMYK00.160.320.36
HSL28.85º22.22%54.12%-
HSV(B)28.85º31.71%64.31%-
XYZ27.1826.9519.1-
YUV142.22110.95143.53-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 39.71%
GREEN value IS 137 (53.91% from 255) = 33.17%
BLUE value IS 112 (44.14% from 255) = 27.12%
R=39.71%
G=33.17%
B=27.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.32
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal16413711200.160.320.3628.8522.2254.12
HexA4897001020241d1636
Octal2442111600204044352666
Binary101001001000100111100000100001000001001001110110110110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A48970

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A48970; }

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

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

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

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

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

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

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

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