#A58A6E

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

Shades of Mongoose #A58A6E

Tints of Mongoose #A58A6E

Color information

#A58A6E (or 0xA58A6E) is unknown color: approx Mongoose. HEX triplet: A5, 8A and 6E. RGB value is (165,138,110). Sum of RGB (Red+Green+Blue) = 165+138+110=413 (54% of max value = 765). Red value is 165 (64.84% from 255 or 39.95% from 413); Green value is 138 (54.30% from 255 or 33.41% from 413); Blue value is 110 (43.36% from 255 or 26.63% from 413); Max value from RGB is 165 - color contains mainly: red. Hex color #A58A6E is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A58A6E is #5A7591. Grayscale: #8F8F8F. Windows color (decimal): -5928338 or 7244453. OLE color: 7244453.

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

Color convert

RGB165138110-
CMYK00.160.330.35
HSL30.55º23.4%53.92%-
HSV(B)30.55º33.33%64.71%-
XYZ27.4227.318.58-
YUV142.88109.45143.78-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 39.95%
GREEN value IS 138 (54.30% from 255) = 33.41%
BLUE value IS 110 (43.36% from 255) = 26.63%
R=39.95%
G=33.41%
B=26.63%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.33
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal16513811000.160.330.3530.5523.453.92
HexA58A6E01021231f1736
Octal2452121560204143372766
Binary101001011000101011011100100001000011000111111110111110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A58A6E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A58A6E; }

 p { color: rgb(165,138,110); }

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

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

 a { background-color: rgb(165,138,110); }

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

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

 span { border-color: rgb(165,138,110); }

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