#A58D6D

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

Shades of Mongoose #A58D6D

Tints of Mongoose #A58D6D

Color information

#A58D6D (or 0xA58D6D) is unknown color: approx Mongoose. HEX triplet: A5, 8D and 6D. RGB value is (165,141,109). Sum of RGB (Red+Green+Blue) = 165+141+109=415 (54% of max value = 765). Red value is 165 (64.84% from 255 or 39.76% from 415); Green value is 141 (55.47% from 255 or 33.98% from 415); Blue value is 109 (42.97% from 255 or 26.27% from 415); Max value from RGB is 165 - color contains mainly: red. Hex color #A58D6D is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A58D6D is #5A7292. Grayscale: #909090. Windows color (decimal): -5927571 or 7179685. OLE color: 7179685.

HSL color Cylindrical-coordinate representation of color #A58D6D: hue angle of 34.29º 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 #A58D6D is Cyan = 0, Magento = 0.15, Yellow = 0.34 and Black (K on CMYK) = 0.35.

Color convert

RGB165141109-
CMYK00.150.340.35
HSL34.29º23.73%53.73%-
HSV(B)34.29º33.94%64.71%-
XYZ27.828.1518.44-
YUV144.53107.95142.6-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 39.76%
GREEN value IS 141 (55.47% from 255) = 33.98%
BLUE value IS 109 (42.97% from 255) = 26.27%
R=39.76%
G=33.98%
B=26.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.34
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal16514110900.150.340.3534.2923.7353.73
HexA58D6D0F2223221836
Octal2452151550174243423066
Binary101001011000110111011010111110001010001110001011000110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A58D6D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A58D6D; }

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

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

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

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

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

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

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

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