#A58974

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

Shades of Mongoose #A58974

Tints of Mongoose #A58974

Color information

#A58974 (or 0xA58974) is unknown color: approx Mongoose. HEX triplet: A5, 89 and 74. RGB value is (165,137,116). Sum of RGB (Red+Green+Blue) = 165+137+116=418 (55% of max value = 765). Red value is 165 (64.84% from 255 or 39.47% from 418); Green value is 137 (53.91% from 255 or 32.78% from 418); Blue value is 116 (45.70% from 255 or 27.75% from 418); Max value from RGB is 165 - color contains mainly: red. Hex color #A58974 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A58974 is #5A768B. Grayscale: #8F8F8F. Windows color (decimal): -5928588 or 7637413. OLE color: 7637413.

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

Color convert

RGB165137116-
CMYK00.170.300.35
HSL25.71º21.4%55.1%-
HSV(B)25.71º29.7%64.71%-
XYZ27.6227.1520.31-
YUV142.98112.78143.71-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 39.47%
GREEN value IS 137 (53.91% from 255) = 32.78%
BLUE value IS 116 (45.70% from 255) = 27.75%
R=39.47%
G=32.78%
B=27.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.30
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal16513711600.170.300.3525.7121.455.1
HexA589740111E231a1537
Octal2452111640213643322567
Binary10100101100010011110100010001111101000111101010101110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A58974

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A58974; }

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

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

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

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

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

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

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

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