#A39079

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

Shades of Mongoose #A39079

Tints of Mongoose #A39079

Color information

#A39079 (or 0xA39079) is unknown color: approx Mongoose. HEX triplet: A3, 90 and 79. RGB value is (163,144,121). Sum of RGB (Red+Green+Blue) = 163+144+121=428 (56% of max value = 765). Red value is 163 (64.06% from 255 or 38.08% from 428); Green value is 144 (56.64% from 255 or 33.64% from 428); Blue value is 121 (47.66% from 255 or 28.27% from 428); Max value from RGB is 163 - color contains mainly: red. Hex color #A39079 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A39079 is #5C6F86. Grayscale: #939393. Windows color (decimal): -6057863 or 7966883. OLE color: 7966883.

HSL color Cylindrical-coordinate representation of color #A39079: hue angle of 32.86º degrees, saturation: 0.19, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #A39079 is Cyan = 0, Magento = 0.12, Yellow = 0.26 and Black (K on CMYK) = 0.36.

Color convert

RGB163144121-
CMYK00.120.260.36
HSL32.86º18.58%55.69%-
HSV(B)32.86º25.77%63.92%-
XYZ28.5329.1122.21-
YUV147.06113.29139.37-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 38.08%
GREEN value IS 144 (56.64% from 255) = 33.64%
BLUE value IS 121 (47.66% from 255) = 28.27%
R=38.08%
G=33.64%
B=28.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.26
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal16314412100.120.260.3632.8618.5855.69
HexA390790C1A24211338
Octal2432201710143244412370
Binary10100011100100001111001011001101010010010000110011111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A39079

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A39079; }

 p { color: rgb(163,144,121); }

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

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

 a { background-color: rgb(163,144,121); }

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

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

 span { border-color: rgb(163,144,121); }

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