#A58972

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

Shades of Mongoose #A58972

Tints of Mongoose #A58972

Color information

#A58972 (or 0xA58972) is unknown color: approx Mongoose. HEX triplet: A5, 89 and 72. RGB value is (165,137,114). Sum of RGB (Red+Green+Blue) = 165+137+114=416 (55% of max value = 765). Red value is 165 (64.84% from 255 or 39.66% from 416); Green value is 137 (53.91% from 255 or 32.93% from 416); Blue value is 114 (44.92% from 255 or 27.40% from 416); Max value from RGB is 165 - color contains mainly: red. Hex color #A58972 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A58972 is #5A768D. Grayscale: #8E8E8E. Windows color (decimal): -5928590 or 7506341. OLE color: 7506341.

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

Color convert

RGB165137114-
CMYK00.170.310.35
HSL27.06º22.08%54.71%-
HSV(B)27.06º30.91%64.71%-
XYZ27.527.1119.7-
YUV142.75111.78143.87-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 39.66%
GREEN value IS 137 (53.91% from 255) = 32.93%
BLUE value IS 114 (44.92% from 255) = 27.40%
R=39.66%
G=32.93%
B=27.40%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.31
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal16513711400.170.310.3527.0622.0854.71
HexA589720111F231b1637
Octal2452111620213743332667
Binary10100101100010011110010010001111111000111101110110110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A58972

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A58972; }

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

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

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

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

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

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

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

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