#A58D6F

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

Shades of Mongoose #A58D6F

Tints of Mongoose #A58D6F

Color information

#A58D6F (or 0xA58D6F) is unknown color: approx Mongoose. HEX triplet: A5, 8D and 6F. RGB value is (165,141,111). Sum of RGB (Red+Green+Blue) = 165+141+111=417 (55% of max value = 765). Red value is 165 (64.84% from 255 or 39.57% from 417); Green value is 141 (55.47% from 255 or 33.81% from 417); Blue value is 111 (43.75% from 255 or 26.62% from 417); Max value from RGB is 165 - color contains mainly: red. Hex color #A58D6F is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A58D6F is #5A7290. Grayscale: #909090. Windows color (decimal): -5927569 or 7310757. OLE color: 7310757.

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

Color convert

RGB165141111-
CMYK00.150.330.35
HSL33.33º23.08%54.12%-
HSV(B)33.33º32.73%64.71%-
XYZ27.9128.219.01-
YUV144.76108.95142.44-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 39.57%
GREEN value IS 141 (55.47% from 255) = 33.81%
BLUE value IS 111 (43.75% from 255) = 26.62%
R=39.57%
G=33.81%
B=26.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.33
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal16514111100.150.330.3533.3323.0854.12
HexA58D6F0F2123211736
Octal2452151570174143412766
Binary101001011000110111011110111110000110001110000110111110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A58D6F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A58D6F; }

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

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

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

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

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

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

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

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