#A98D73

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

Shades of Mongoose #A98D73

Tints of Mongoose #A98D73

Color information

#A98D73 (or 0xA98D73) is unknown color: approx Mongoose. HEX triplet: A9, 8D and 73. RGB value is (169,141,115). Sum of RGB (Red+Green+Blue) = 169+141+115=425 (56% of max value = 765). Red value is 169 (66.41% from 255 or 39.76% from 425); Green value is 141 (55.47% from 255 or 33.18% from 425); Blue value is 115 (45.31% from 255 or 27.06% from 425); Max value from RGB is 169 - color contains mainly: red. Hex color #A98D73 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A98D73 is #56728C. Grayscale: #929292. Windows color (decimal): -5665421 or 7572905. OLE color: 7572905.

HSL color Cylindrical-coordinate representation of color #A98D73: hue angle of 28.89º degrees, saturation: 0.24, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #A98D73 is Cyan = 0, Magento = 0.17, Yellow = 0.32 and Black (K on CMYK) = 0.34.

Color convert

RGB169141115-
CMYK00.170.320.34
HSL28.89º23.89%55.69%-
HSV(B)28.89º31.95%66.27%-
XYZ28.9828.7220.24-
YUV146.41110.28144.11-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 39.76%
GREEN value IS 141 (55.47% from 255) = 33.18%
BLUE value IS 115 (45.31% from 255) = 27.06%
R=39.76%
G=33.18%
B=27.06%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.32
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal16914111500.170.320.3428.8923.8955.69
HexA98D7301120221d1838
Octal2512151630214042353070
Binary101010011000110111100110100011000001000101110111000111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A98D73

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A98D73; }

 p { color: rgb(169,141,115); }

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

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

 a { background-color: rgb(169,141,115); }

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

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

 span { border-color: rgb(169,141,115); }

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