#A9906E

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

Shades of Mongoose #A9906E

Tints of Mongoose #A9906E

Color information

#A9906E (or 0xA9906E) is unknown color: approx Mongoose. HEX triplet: A9, 90 and 6E. RGB value is (169,144,110). Sum of RGB (Red+Green+Blue) = 169+144+110=423 (56% of max value = 765). Red value is 169 (66.41% from 255 or 39.95% from 423); Green value is 144 (56.64% from 255 or 34.04% from 423); Blue value is 110 (43.36% from 255 or 26.00% from 423); Max value from RGB is 169 - color contains mainly: red. Hex color #A9906E is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A9906E is #566F91. Grayscale: #939393. Windows color (decimal): -5664658 or 7245993. OLE color: 7245993.

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

Color convert

RGB169144110-
CMYK00.150.350.34
HSL34.58º25.54%54.71%-
HSV(B)34.58º34.91%66.27%-
XYZ29.1529.5118.91-
YUV147.6106.78143.26-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 39.95%
GREEN value IS 144 (56.64% from 255) = 34.04%
BLUE value IS 110 (43.36% from 255) = 26.00%
R=39.95%
G=34.04%
B=26.00%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.35
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal16914411000.150.350.3434.5825.5454.71
HexA9906E0F2322231a37
Octal2512201560174342433267
Binary101010011001000011011100111110001110001010001111010110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A9906E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A9906E; }

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

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

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

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

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

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

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

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