#A9906D

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

Shades of Mongoose #A9906D

Tints of Mongoose #A9906D

Color information

#A9906D (or 0xA9906D) is unknown color: approx Mongoose. HEX triplet: A9, 90 and 6D. RGB value is (169,144,109). Sum of RGB (Red+Green+Blue) = 169+144+109=422 (55% of max value = 765). Red value is 169 (66.41% from 255 or 40.05% from 422); Green value is 144 (56.64% from 255 or 34.12% from 422); Blue value is 109 (42.97% from 255 or 25.83% from 422); Max value from RGB is 169 - color contains mainly: red. Hex color #A9906D is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A9906D is #566F92. Grayscale: #939393. Windows color (decimal): -5664659 or 7180457. OLE color: 7180457.

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

Color convert

RGB169144109-
CMYK00.150.360.34
HSL35º25.86%54.51%-
HSV(B)35º35.5%66.27%-
XYZ29.129.4918.63-
YUV147.48106.28143.35-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 40.05%
GREEN value IS 144 (56.64% from 255) = 34.12%
BLUE value IS 109 (42.97% from 255) = 25.83%
R=40.05%
G=34.12%
B=25.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.36
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal16914410900.150.360.343525.8654.51
HexA9906D0F2422231a37
Octal2512201550174442433267
Binary101010011001000011011010111110010010001010001111010110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A9906D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A9906D; }

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

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

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

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

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

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

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

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