#A9946C

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

Shades of Mongoose #A9946C

Tints of Mongoose #A9946C

Color information

#A9946C (or 0xA9946C) is unknown color: approx Mongoose. HEX triplet: A9, 94 and 6C. RGB value is (169,148,108). Sum of RGB (Red+Green+Blue) = 169+148+108=425 (56% of max value = 765). Red value is 169 (66.41% from 255 or 39.76% from 425); Green value is 148 (58.20% from 255 or 34.82% from 425); Blue value is 108 (42.58% from 255 or 25.41% from 425); Max value from RGB is 169 - color contains mainly: red. Hex color #A9946C is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A9946C is #566B93. Grayscale: #959595. Windows color (decimal): -5663636 or 7115945. OLE color: 7115945.

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

Color convert

RGB169148108-
CMYK00.120.360.34
HSL39.34º26.18%54.31%-
HSV(B)39.34º36.09%66.27%-
XYZ29.6630.718.55-
YUV149.72104.46141.75-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 39.76%
GREEN value IS 148 (58.20% from 255) = 34.82%
BLUE value IS 108 (42.58% from 255) = 25.41%
R=39.76%
G=34.82%
B=25.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.36
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal16914810800.120.360.3439.3426.1854.31
HexA9946C0C2422271a36
Octal2512241540144442473266
Binary101010011001010011011000110010010010001010011111010110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A9946C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A9946C; }

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

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

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

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

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

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

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

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