#A59072

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

Shades of Mongoose #A59072

Tints of Mongoose #A59072

Color information

#A59072 (or 0xA59072) is unknown color: approx Mongoose. HEX triplet: A5, 90 and 72. RGB value is (165,144,114). Sum of RGB (Red+Green+Blue) = 165+144+114=423 (56% of max value = 765). Red value is 165 (64.84% from 255 or 39.01% from 423); Green value is 144 (56.64% from 255 or 34.04% from 423); Blue value is 114 (44.92% from 255 or 26.95% from 423); Max value from RGB is 165 - color contains mainly: red. Hex color #A59072 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A59072 is #5A6F8D. Grayscale: #929292. Windows color (decimal): -5926798 or 7508133. OLE color: 7508133.

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

Color convert

RGB165144114-
CMYK00.130.310.35
HSL35.29º22.08%54.71%-
HSV(B)35.29º30.91%64.71%-
XYZ28.5329.1620.04-
YUV146.86109.46140.94-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 39.01%
GREEN value IS 144 (56.64% from 255) = 34.04%
BLUE value IS 114 (44.92% from 255) = 26.95%
R=39.01%
G=34.04%
B=26.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.31
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal16514411400.130.310.3535.2922.0854.71
HexA590720D1F23231637
Octal2452201620153743432667
Binary10100101100100001110010011011111110001110001110110110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A59072

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A59072; }

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

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

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

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

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

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

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

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