#A58770

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

Shades of Mongoose #A58770

Tints of Mongoose #A58770

Color information

#A58770 (or 0xA58770) is unknown color: approx Mongoose. HEX triplet: A5, 87 and 70. RGB value is (165,135,112). Sum of RGB (Red+Green+Blue) = 165+135+112=412 (54% of max value = 765). Red value is 165 (64.84% from 255 or 40.05% from 412); Green value is 135 (53.12% from 255 or 32.77% from 412); Blue value is 112 (44.14% from 255 or 27.18% from 412); Max value from RGB is 165 - color contains mainly: red. Hex color #A58770 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A58770 is #5A788F. Grayscale: #8D8D8D. Windows color (decimal): -5929104 or 7374757. OLE color: 7374757.

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

Color convert

RGB165135112-
CMYK00.180.320.35
HSL26.04º22.75%54.31%-
HSV(B)26.04º32.12%64.71%-
XYZ27.1126.519.02-
YUV141.35111.44144.87-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 40.05%
GREEN value IS 135 (53.12% from 255) = 32.77%
BLUE value IS 112 (44.14% from 255) = 27.18%
R=40.05%
G=32.77%
B=27.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.32
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal16513511200.180.320.3526.0422.7554.31
HexA5877001220231a1736
Octal2452071600224043322766
Binary101001011000011111100000100101000001000111101010111110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A58770

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A58770; }

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

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

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

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

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

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

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

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