#A9916A

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

Shades of Mongoose #A9916A

Tints of Mongoose #A9916A

Color information

#A9916A (or 0xA9916A) is unknown color: approx Mongoose. HEX triplet: A9, 91 and 6A. RGB value is (169,145,106). Sum of RGB (Red+Green+Blue) = 169+145+106=420 (55% of max value = 765). Red value is 169 (66.41% from 255 or 40.24% from 420); Green value is 145 (57.03% from 255 or 34.52% from 420); Blue value is 106 (41.80% from 255 or 25.24% from 420); Max value from RGB is 169 - color contains mainly: red. Hex color #A9916A is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A9916A is #566E95. Grayscale: #939393. Windows color (decimal): -5664406 or 6984105. OLE color: 6984105.

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

Color convert

RGB169145106-
CMYK00.140.370.34
HSL37.14º26.81%53.92%-
HSV(B)37.14º37.28%66.27%-
XYZ29.0929.7317.84-
YUV147.73104.45143.17-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 40.24%
GREEN value IS 145 (57.03% from 255) = 34.52%
BLUE value IS 106 (41.80% from 255) = 25.24%
R=40.24%
G=34.52%
B=25.24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.37
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal16914510600.140.370.3437.1426.8153.92
HexA9916A0E2522251b36
Octal2512211520164542453366
Binary101010011001000111010100111010010110001010010111011110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A9916A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A9916A; }

 p { color: rgb(169,145,106); }

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

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

 a { background-color: rgb(169,145,106); }

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

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

 span { border-color: rgb(169,145,106); }

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