#A58B6E

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

Shades of Mongoose #A58B6E

Tints of Mongoose #A58B6E

Color information

#A58B6E (or 0xA58B6E) is unknown color: approx Mongoose. HEX triplet: A5, 8B and 6E. RGB value is (165,139,110). Sum of RGB (Red+Green+Blue) = 165+139+110=414 (54% of max value = 765). Red value is 165 (64.84% from 255 or 39.86% from 414); Green value is 139 (54.69% from 255 or 33.57% from 414); Blue value is 110 (43.36% from 255 or 26.57% from 414); Max value from RGB is 165 - color contains mainly: red. Hex color #A58B6E is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A58B6E is #5A7491. Grayscale: #8F8F8F. Windows color (decimal): -5928082 or 7244709. OLE color: 7244709.

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

Color convert

RGB165139110-
CMYK00.160.330.35
HSL31.64º23.4%53.92%-
HSV(B)31.64º33.33%64.71%-
XYZ27.5627.5918.62-
YUV143.47109.11143.36-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 39.86%
GREEN value IS 139 (54.69% from 255) = 33.57%
BLUE value IS 110 (43.36% from 255) = 26.57%
R=39.86%
G=33.57%
B=26.57%

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
Decimal16513911000.160.330.3531.6423.453.92
HexA58B6E0102123201736
Octal2452131560204143402766
Binary1010010110001011110111001000010000110001110000010111110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A58B6E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A58B6E; }

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

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

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

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

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

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

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

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