#A98D71

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

Shades of Mongoose #A98D71

Tints of Mongoose #A98D71

Color information

#A98D71 (or 0xA98D71) is unknown color: approx Mongoose. HEX triplet: A9, 8D and 71. RGB value is (169,141,113). Sum of RGB (Red+Green+Blue) = 169+141+113=423 (56% of max value = 765). Red value is 169 (66.41% from 255 or 39.95% from 423); Green value is 141 (55.47% from 255 or 33.33% from 423); Blue value is 113 (44.53% from 255 or 26.71% from 423); Max value from RGB is 169 - color contains mainly: red. Hex color #A98D71 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A98D71 is #56728E. Grayscale: #929292. Windows color (decimal): -5665423 or 7441833. OLE color: 7441833.

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

Color convert

RGB169141113-
CMYK00.170.330.34
HSL30º24.56%55.29%-
HSV(B)30º33.14%66.27%-
XYZ28.8728.6819.64-
YUV146.18109.28144.28-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 39.95%
GREEN value IS 141 (55.47% from 255) = 33.33%
BLUE value IS 113 (44.53% from 255) = 26.71%
R=39.95%
G=33.33%
B=26.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.33
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal16914111300.170.330.343024.5655.29
HexA98D7101121221e1937
Octal2512151610214142363167
Binary101010011000110111100010100011000011000101111011001110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A98D71

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A98D71; }

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

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

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

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

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

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

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

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