#A98D76

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

Shades of Mongoose #A98D76

Tints of Mongoose #A98D76

Color information

#A98D76 (or 0xA98D76) is unknown color: approx Mongoose. HEX triplet: A9, 8D and 76. RGB value is (169,141,118). Sum of RGB (Red+Green+Blue) = 169+141+118=428 (56% of max value = 765). Red value is 169 (66.41% from 255 or 39.49% from 428); Green value is 141 (55.47% from 255 or 32.94% from 428); Blue value is 118 (46.48% from 255 or 27.57% from 428); Max value from RGB is 169 - color contains mainly: red. Hex color #A98D76 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A98D76 is #567289. Grayscale: #929292. Windows color (decimal): -5665418 or 7769513. OLE color: 7769513.

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

Color convert

RGB169141118-
CMYK00.170.300.34
HSL27.06º22.87%56.27%-
HSV(B)27.06º30.18%66.27%-
XYZ29.1628.7921.16-
YUV146.75111.78143.87-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 39.49%
GREEN value IS 141 (55.47% from 255) = 32.94%
BLUE value IS 118 (46.48% from 255) = 27.57%
R=39.49%
G=32.94%
B=27.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.30
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal16914111800.170.300.3427.0622.8756.27
HexA98D760111E221b1738
Octal2512151660213642332770
Binary10101001100011011110110010001111101000101101110111111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A98D76

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A98D76; }

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

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

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

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

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

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

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

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