#A9906F

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

Shades of Mongoose #A9906F

Tints of Mongoose #A9906F

Color information

#A9906F (or 0xA9906F) is unknown color: approx Mongoose. HEX triplet: A9, 90 and 6F. RGB value is (169,144,111). Sum of RGB (Red+Green+Blue) = 169+144+111=424 (56% of max value = 765). Red value is 169 (66.41% from 255 or 39.86% from 424); Green value is 144 (56.64% from 255 or 33.96% from 424); Blue value is 111 (43.75% from 255 or 26.18% from 424); Max value from RGB is 169 - color contains mainly: red. Hex color #A9906F is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A9906F is #566F90. Grayscale: #939393. Windows color (decimal): -5664657 or 7311529. OLE color: 7311529.

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

Color convert

RGB169144111-
CMYK00.150.340.34
HSL34.14º25.22%54.9%-
HSV(B)34.14º34.32%66.27%-
XYZ29.229.5319.2-
YUV147.71107.28143.18-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 39.86%
GREEN value IS 144 (56.64% from 255) = 33.96%
BLUE value IS 111 (43.75% from 255) = 26.18%
R=39.86%
G=33.96%
B=26.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.34
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal16914411100.150.340.3434.1425.2254.9
HexA9906F0F2222221937
Octal2512201570174242423167
Binary101010011001000011011110111110001010001010001011001110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A9906F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A9906F; }

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

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

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

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

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

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

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

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