#A58C6C

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

Shades of Mongoose #A58C6C

Tints of Mongoose #A58C6C

Color information

#A58C6C (or 0xA58C6C) is unknown color: approx Mongoose. HEX triplet: A5, 8C and 6C. RGB value is (165,140,108). Sum of RGB (Red+Green+Blue) = 165+140+108=413 (54% of max value = 765). Red value is 165 (64.84% from 255 or 39.95% from 413); Green value is 140 (55.08% from 255 or 33.90% from 413); Blue value is 108 (42.58% from 255 or 26.15% from 413); Max value from RGB is 165 - color contains mainly: red. Hex color #A58C6C is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A58C6C is #5A7393. Grayscale: #8F8F8F. Windows color (decimal): -5927828 or 7113893. OLE color: 7113893.

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

Color convert

RGB165140108-
CMYK00.150.350.35
HSL33.68º24.05%53.53%-
HSV(B)33.68º34.55%64.71%-
XYZ27.627.8418.11-
YUV143.83107.78143.1-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 39.95%
GREEN value IS 140 (55.08% from 255) = 33.90%
BLUE value IS 108 (42.58% from 255) = 26.15%
R=39.95%
G=33.90%
B=26.15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.35
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal16514010800.150.350.3533.6824.0553.53
HexA58C6C0F2323221836
Octal2452141540174343423066
Binary101001011000110011011000111110001110001110001011000110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A58C6C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A58C6C; }

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

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

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

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

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

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

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

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