#A98E71

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

Shades of Mongoose #A98E71

Tints of Mongoose #A98E71

Color information

#A98E71 (or 0xA98E71) is unknown color: approx Mongoose. HEX triplet: A9, 8E and 71. RGB value is (169,142,113). Sum of RGB (Red+Green+Blue) = 169+142+113=424 (56% of max value = 765). Red value is 169 (66.41% from 255 or 39.86% from 424); Green value is 142 (55.86% from 255 or 33.49% from 424); Blue value is 113 (44.53% from 255 or 26.65% from 424); Max value from RGB is 169 - color contains mainly: red. Hex color #A98E71 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A98E71 is #56718E. Grayscale: #929292. Windows color (decimal): -5665167 or 7442089. OLE color: 7442089.

HSL color Cylindrical-coordinate representation of color #A98E71: hue angle of 31.07º degrees, saturation: 0.25, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #A98E71 is Cyan = 0, Magento = 0.16, Yellow = 0.33 and Black (K on CMYK) = 0.34.

Color convert

RGB169142113-
CMYK00.160.330.34
HSL31.07º24.56%55.29%-
HSV(B)31.07º33.14%66.27%-
XYZ29.0228.9719.69-
YUV146.77108.95143.86-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 39.86%
GREEN value IS 142 (55.86% from 255) = 33.49%
BLUE value IS 113 (44.53% from 255) = 26.65%
R=39.86%
G=33.49%
B=26.65%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.33
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal16914211300.160.330.3431.0724.5655.29
HexA98E7101021221f1937
Octal2512161610204142373167
Binary101010011000111011100010100001000011000101111111001110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A98E71

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A98E71; }

 p { color: rgb(169,142,113); }

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

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

 a { background-color: rgb(169,142,113); }

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

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

 span { border-color: rgb(169,142,113); }

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