#A9896D

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

Shades of Mongoose #A9896D

Tints of Mongoose #A9896D

Color information

#A9896D (or 0xA9896D) is unknown color: approx Mongoose. HEX triplet: A9, 89 and 6D. RGB value is (169,137,109). Sum of RGB (Red+Green+Blue) = 169+137+109=415 (54% of max value = 765). Red value is 169 (66.41% from 255 or 40.72% from 415); Green value is 137 (53.91% from 255 or 33.01% from 415); Blue value is 109 (42.97% from 255 or 26.27% from 415); Max value from RGB is 169 - color contains mainly: red. Hex color #A9896D is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A9896D is #567692. Grayscale: #8F8F8F. Windows color (decimal): -5666451 or 7178665. OLE color: 7178665.

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

Color convert

RGB169137109-
CMYK00.190.360.34
HSL28º25.86%54.51%-
HSV(B)28º35.5%66.27%-
XYZ28.0727.4318.28-
YUV143.38108.6146.28-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 40.72%
GREEN value IS 137 (53.91% from 255) = 33.01%
BLUE value IS 109 (42.97% from 255) = 26.27%
R=40.72%
G=33.01%
B=26.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.36
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal16913710900.190.360.342825.8654.51
HexA9896D01324221c1a37
Octal2512111550234442343267
Binary101010011000100111011010100111001001000101110011010110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A9896D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A9896D; }

 p { color: rgb(169,137,109); }

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

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

 a { background-color: rgb(169,137,109); }

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

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

 span { border-color: rgb(169,137,109); }

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