#A58A71

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

Shades of Mongoose #A58A71

Tints of Mongoose #A58A71

Color information

#A58A71 (or 0xA58A71) is unknown color: approx Mongoose. HEX triplet: A5, 8A and 71. RGB value is (165,138,113). Sum of RGB (Red+Green+Blue) = 165+138+113=416 (55% of max value = 765). Red value is 165 (64.84% from 255 or 39.66% from 416); Green value is 138 (54.30% from 255 or 33.17% from 416); Blue value is 113 (44.53% from 255 or 27.16% from 416); Max value from RGB is 165 - color contains mainly: red. Hex color #A58A71 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A58A71 is #5A758E. Grayscale: #8F8F8F. Windows color (decimal): -5928335 or 7441061. OLE color: 7441061.

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

Color convert

RGB165138113-
CMYK00.160.320.35
HSL28.85º22.41%54.51%-
HSV(B)28.85º31.52%64.71%-
XYZ27.5927.3719.45-
YUV143.22110.95143.53-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 39.66%
GREEN value IS 138 (54.30% from 255) = 33.17%
BLUE value IS 113 (44.53% from 255) = 27.16%
R=39.66%
G=33.17%
B=27.16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.32
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal16513811300.160.320.3528.8522.4154.51
HexA58A7101020231d1637
Octal2452121610204043352667
Binary101001011000101011100010100001000001000111110110110110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A58A71

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A58A71; }

 p { color: rgb(165,138,113); }

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

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

 a { background-color: rgb(165,138,113); }

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

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

 span { border-color: rgb(165,138,113); }

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