#A58D75

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

Shades of Mongoose #A58D75

Tints of Mongoose #A58D75

Color information

#A58D75 (or 0xA58D75) is unknown color: approx Mongoose. HEX triplet: A5, 8D and 75. RGB value is (165,141,117). Sum of RGB (Red+Green+Blue) = 165+141+117=423 (56% of max value = 765). Red value is 165 (64.84% from 255 or 39.01% from 423); Green value is 141 (55.47% from 255 or 33.33% from 423); Blue value is 117 (46.09% from 255 or 27.66% from 423); Max value from RGB is 165 - color contains mainly: red. Hex color #A58D75 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A58D75 is #5A728A. Grayscale: #919191. Windows color (decimal): -5927563 or 7703973. OLE color: 7703973.

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

Color convert

RGB165141117-
CMYK00.150.290.35
HSL30º21.05%55.29%-
HSV(B)30º29.09%64.71%-
XYZ28.2528.3320.81-
YUV145.44111.95141.95-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 39.01%
GREEN value IS 141 (55.47% from 255) = 33.33%
BLUE value IS 117 (46.09% from 255) = 27.66%
R=39.01%
G=33.33%
B=27.66%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.29
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal16514111700.150.290.353021.0555.29
HexA58D750F1D231e1537
Octal2452151650173543362567
Binary1010010110001101111010101111111011000111111010101110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A58D75

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A58D75; }

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

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

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

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

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

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

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

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