#A58B6D

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

Shades of Mongoose #A58B6D

Tints of Mongoose #A58B6D

Color information

#A58B6D (or 0xA58B6D) is unknown color: approx Mongoose. HEX triplet: A5, 8B and 6D. RGB value is (165,139,109). Sum of RGB (Red+Green+Blue) = 165+139+109=413 (54% of max value = 765). Red value is 165 (64.84% from 255 or 39.95% from 413); Green value is 139 (54.69% from 255 or 33.66% from 413); Blue value is 109 (42.97% from 255 or 26.39% from 413); Max value from RGB is 165 - color contains mainly: red. Hex color #A58B6D is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A58B6D is #5A7492. Grayscale: #8F8F8F. Windows color (decimal): -5928083 or 7179173. OLE color: 7179173.

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

Color convert

RGB165139109-
CMYK00.160.340.35
HSL32.14º23.73%53.73%-
HSV(B)32.14º33.94%64.71%-
XYZ27.5127.5718.34-
YUV143.35108.61143.44-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 39.95%
GREEN value IS 139 (54.69% from 255) = 33.66%
BLUE value IS 109 (42.97% from 255) = 26.39%
R=39.95%
G=33.66%
B=26.39%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.34
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal16513910900.160.340.3532.1423.7353.73
HexA58B6D0102223201836
Octal2452131550204243403066
Binary1010010110001011110110101000010001010001110000011000110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A58B6D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A58B6D; }

 p { color: rgb(165,139,109); }

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

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

 a { background-color: rgb(165,139,109); }

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

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

 span { border-color: rgb(165,139,109); }

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