#A9896C

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

Shades of Mongoose #A9896C

Tints of Mongoose #A9896C

Color information

#A9896C (or 0xA9896C) is unknown color: approx Mongoose. HEX triplet: A9, 89 and 6C. RGB value is (169,137,108). Sum of RGB (Red+Green+Blue) = 169+137+108=414 (54% of max value = 765). Red value is 169 (66.41% from 255 or 40.82% from 414); Green value is 137 (53.91% from 255 or 33.09% from 414); Blue value is 108 (42.58% from 255 or 26.09% from 414); Max value from RGB is 169 - color contains mainly: red. Hex color #A9896C is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A9896C is #567693. Grayscale: #8F8F8F. Windows color (decimal): -5666452 or 7113129. OLE color: 7113129.

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

Color convert

RGB169137108-
CMYK00.190.360.34
HSL28.52º26.18%54.31%-
HSV(B)28.52º36.09%66.27%-
XYZ28.0127.4118-
YUV143.26108.1146.36-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 40.82%
GREEN value IS 137 (53.91% from 255) = 33.09%
BLUE value IS 108 (42.58% from 255) = 26.09%
R=40.82%
G=33.09%
B=26.09%

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
Decimal16913710800.190.360.3428.5226.1854.31
HexA9896C01324221d1a36
Octal2512111540234442353266
Binary101010011000100111011000100111001001000101110111010110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A9896C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A9896C; }

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

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

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

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

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

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

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

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