#A58F76

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

Shades of Mongoose #A58F76

Tints of Mongoose #A58F76

Color information

#A58F76 (or 0xA58F76) is unknown color: approx Mongoose. HEX triplet: A5, 8F and 76. RGB value is (165,143,118). Sum of RGB (Red+Green+Blue) = 165+143+118=426 (56% of max value = 765). Red value is 165 (64.84% from 255 or 38.73% from 426); Green value is 143 (56.25% from 255 or 33.57% from 426); Blue value is 118 (46.48% from 255 or 27.70% from 426); Max value from RGB is 165 - color contains mainly: red. Hex color #A58F76 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A58F76 is #5A7089. Grayscale: #929292. Windows color (decimal): -5927050 or 7770021. OLE color: 7770021.

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

Color convert

RGB165143118-
CMYK00.130.280.35
HSL31.91º20.7%55.49%-
HSV(B)31.91º28.48%64.71%-
XYZ28.6128.9521.22-
YUV146.73111.79141.03-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 38.73%
GREEN value IS 143 (56.25% from 255) = 33.57%
BLUE value IS 118 (46.48% from 255) = 27.70%
R=38.73%
G=33.57%
B=27.70%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.28
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal16514311800.130.280.3531.9120.755.49
HexA58F760D1C23201537
Octal2452171660153443402567
Binary10100101100011111110110011011110010001110000010101110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A58F76

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A58F76; }

 p { color: rgb(165,143,118); }

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

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

 a { background-color: rgb(165,143,118); }

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

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

 span { border-color: rgb(165,143,118); }

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