#A98F71

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

Shades of Mongoose #A98F71

Tints of Mongoose #A98F71

Color information

#A98F71 (or 0xA98F71) is unknown color: approx Mongoose. HEX triplet: A9, 8F and 71. RGB value is (169,143,113). Sum of RGB (Red+Green+Blue) = 169+143+113=425 (56% of max value = 765). Red value is 169 (66.41% from 255 or 39.76% from 425); Green value is 143 (56.25% from 255 or 33.65% from 425); Blue value is 113 (44.53% from 255 or 26.59% from 425); Max value from RGB is 169 - color contains mainly: red. Hex color #A98F71 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A98F71 is #56708E. Grayscale: #939393. Windows color (decimal): -5664911 or 7442345. OLE color: 7442345.

HSL color Cylindrical-coordinate representation of color #A98F71: hue angle of 32.14º 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 #A98F71 is Cyan = 0, Magento = 0.15, Yellow = 0.33 and Black (K on CMYK) = 0.34.

Color convert

RGB169143113-
CMYK00.150.330.34
HSL32.14º24.56%55.29%-
HSV(B)32.14º33.14%66.27%-
XYZ29.1729.2719.74-
YUV147.35108.61143.44-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 39.76%
GREEN value IS 143 (56.25% from 255) = 33.65%
BLUE value IS 113 (44.53% from 255) = 26.59%
R=39.76%
G=33.65%
B=26.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.33
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal16914311300.150.330.3432.1424.5655.29
HexA98F710F2122201937
Octal2512171610174142403167
Binary101010011000111111100010111110000110001010000011001110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A98F71

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A98F71; }

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

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

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

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

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

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

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

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