#A58C79

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

Shades of Mongoose #A58C79

Tints of Mongoose #A58C79

Color information

#A58C79 (or 0xA58C79) is unknown color: approx Mongoose. HEX triplet: A5, 8C and 79. RGB value is (165,140,121). Sum of RGB (Red+Green+Blue) = 165+140+121=426 (56% of max value = 765). Red value is 165 (64.84% from 255 or 38.73% from 426); Green value is 140 (55.08% from 255 or 32.86% from 426); Blue value is 121 (47.66% from 255 or 28.40% from 426); Max value from RGB is 165 - color contains mainly: red. Hex color #A58C79 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A58C79 is #5A7386. Grayscale: #919191. Windows color (decimal): -5927815 or 7965861. OLE color: 7965861.

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

Color convert

RGB165140121-
CMYK00.150.270.35
HSL25.91º19.64%56.08%-
HSV(B)25.91º26.67%64.71%-
XYZ28.3528.1422.03-
YUV145.31114.28142.04-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 38.73%
GREEN value IS 140 (55.08% from 255) = 32.86%
BLUE value IS 121 (47.66% from 255) = 28.40%
R=38.73%
G=32.86%
B=28.40%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.27
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal16514012100.150.270.3525.9119.6456.08
HexA58C790F1B231a1438
Octal2452141710173343322470
Binary1010010110001100111100101111110111000111101010100111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A58C79

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A58C79; }

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

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

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

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

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

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

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

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