#A59079

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

Shades of Mongoose #A59079

Tints of Mongoose #A59079

Color information

#A59079 (or 0xA59079) is unknown color: approx Mongoose. HEX triplet: A5, 90 and 79. RGB value is (165,144,121). Sum of RGB (Red+Green+Blue) = 165+144+121=430 (56% of max value = 765). Red value is 165 (64.84% from 255 or 38.37% from 430); Green value is 144 (56.64% from 255 or 33.49% from 430); Blue value is 121 (47.66% from 255 or 28.14% from 430); Max value from RGB is 165 - color contains mainly: red. Hex color #A59079 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A59079 is #5A6F86. Grayscale: #939393. Windows color (decimal): -5926791 or 7966885. OLE color: 7966885.

HSL color Cylindrical-coordinate representation of color #A59079: hue angle of 31.36º degrees, saturation: 0.2, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #A59079 is Cyan = 0, Magento = 0.13, Yellow = 0.27 and Black (K on CMYK) = 0.35.

Color convert

RGB165144121-
CMYK00.130.270.35
HSL31.36º19.64%56.08%-
HSV(B)31.36º26.67%64.71%-
XYZ28.9429.3322.22-
YUV147.66112.96140.37-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 38.37%
GREEN value IS 144 (56.64% from 255) = 33.49%
BLUE value IS 121 (47.66% from 255) = 28.14%
R=38.37%
G=33.49%
B=28.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.27
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal16514412100.130.270.3531.3619.6456.08
HexA590790D1B231f1438
Octal2452201710153343372470
Binary1010010110010000111100101101110111000111111110100111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A59079

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A59079; }

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

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

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

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

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

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

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

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