#A48E70

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

Shades of Mongoose #A48E70

Tints of Mongoose #A48E70

Color information

#A48E70 (or 0xA48E70) is unknown color: approx Mongoose. HEX triplet: A4, 8E and 70. RGB value is (164,142,112). Sum of RGB (Red+Green+Blue) = 164+142+112=418 (55% of max value = 765). Red value is 164 (64.45% from 255 or 39.23% from 418); Green value is 142 (55.86% from 255 or 33.97% from 418); Blue value is 112 (44.14% from 255 or 26.79% from 418); Max value from RGB is 164 - color contains mainly: red. Hex color #A48E70 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A48E70 is #5B718F. Grayscale: #919191. Windows color (decimal): -5992848 or 7376548. OLE color: 7376548.

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

Color convert

RGB164142112-
CMYK00.130.320.36
HSL34.62º22.22%54.12%-
HSV(B)34.62º31.71%64.31%-
XYZ27.9128.4119.34-
YUV145.16109.29141.44-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 39.23%
GREEN value IS 142 (55.86% from 255) = 33.97%
BLUE value IS 112 (44.14% from 255) = 26.79%
R=39.23%
G=33.97%
B=26.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.32
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal16414211200.130.320.3634.6222.2254.12
HexA48E700D2024231636
Octal2442161600154044432666
Binary101001001000111011100000110110000010010010001110110110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A48E70

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A48E70; }

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

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

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

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

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

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

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

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