#A58C76

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

Shades of Mongoose #A58C76

Tints of Mongoose #A58C76

Color information

#A58C76 (or 0xA58C76) is unknown color: approx Mongoose. HEX triplet: A5, 8C and 76. RGB value is (165,140,118). Sum of RGB (Red+Green+Blue) = 165+140+118=423 (56% of max value = 765). Red value is 165 (64.84% from 255 or 39.01% from 423); Green value is 140 (55.08% from 255 or 33.10% from 423); Blue value is 118 (46.48% from 255 or 27.90% from 423); Max value from RGB is 165 - color contains mainly: red. Hex color #A58C76 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A58C76 is #5A7389. Grayscale: #919191. Windows color (decimal): -5927818 or 7769253. OLE color: 7769253.

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

Color convert

RGB165140118-
CMYK00.150.280.35
HSL28.09º20.7%55.49%-
HSV(B)28.09º28.48%64.71%-
XYZ28.1728.0621.07-
YUV144.97112.78142.29-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 39.01%
GREEN value IS 140 (55.08% from 255) = 33.10%
BLUE value IS 118 (46.48% from 255) = 27.90%
R=39.01%
G=33.10%
B=27.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.28
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal16514011800.150.280.3528.0920.755.49
HexA58C760F1C231c1537
Octal2452141660173443342567
Binary1010010110001100111011001111111001000111110010101110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A58C76

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A58C76; }

 p { color: rgb(165,140,118); }

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

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

 a { background-color: rgb(165,140,118); }

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

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

 span { border-color: rgb(165,140,118); }

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