#a58975

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

Shades of Mongoose #A58975

Tints of Mongoose #A58975

Color information

#A58975 (or 0xA58975) is unknown color: approx Mongoose. HEX triplet: A5, 89 and 75. RGB value is (165,137,117). Sum of RGB (Red+Green+Blue) = 165+137+117=419 (55% of max value = 765). Red value is 165 (64.84% from 255 or 39.38% from 419); Green value is 137 (53.91% from 255 or 32.70% from 419); Blue value is 117 (46.09% from 255 or 27.92% from 419); Max value from RGB is 165 - color contains mainly: red. Hex color #A58975 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A58975 is #5A768A. Grayscale: #8F8F8F. Windows color (decimal): -5928587 or 7702949. OLE color: 7702949.

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

Color convert

RGB165137117-
CMYK00.170.290.35
HSL25º21.05%55.29%-
HSV(B)25º29.09%64.71%-
XYZ27.6727.1820.62-
YUV143.09113.28143.63-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 39.38%
GREEN value IS 137 (53.91% from 255) = 32.70%
BLUE value IS 117 (46.09% from 255) = 27.92%
R=39.38%
G=32.70%
B=27.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.29
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal16513711700.170.290.352521.0555.29
HexA589750111D23191537
Octal2452111650213543312567
Binary10100101100010011110101010001111011000111100110101110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #a58975

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #a58975; }

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

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

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

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

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

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

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

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