#A59070

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

Shades of Mongoose #A59070

Tints of Mongoose #A59070

Color information

#A59070 (or 0xA59070) is unknown color: approx Mongoose. HEX triplet: A5, 90 and 70. RGB value is (165,144,112). Sum of RGB (Red+Green+Blue) = 165+144+112=421 (55% of max value = 765). Red value is 165 (64.84% from 255 or 39.19% from 421); Green value is 144 (56.64% from 255 or 34.20% from 421); Blue value is 112 (44.14% from 255 or 26.60% from 421); Max value from RGB is 165 - color contains mainly: red. Hex color #A59070 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A59070 is #5A6F8F. Grayscale: #929292. Windows color (decimal): -5926800 or 7377061. OLE color: 7377061.

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

Color convert

RGB165144112-
CMYK00.130.320.35
HSL36.23º22.75%54.31%-
HSV(B)36.23º32.12%64.71%-
XYZ28.4129.1219.45-
YUV146.63108.46141.1-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 39.19%
GREEN value IS 144 (56.64% from 255) = 34.20%
BLUE value IS 112 (44.14% from 255) = 26.60%
R=39.19%
G=34.20%
B=26.60%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.32
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal16514411200.130.320.3536.2322.7554.31
HexA590700D2023241736
Octal2452201600154043442766
Binary101001011001000011100000110110000010001110010010111110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A59070

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A59070; }

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

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

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

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

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

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

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

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