#A9906B

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

Shades of Mongoose #A9906B

Tints of Mongoose #A9906B

Color information

#A9906B (or 0xA9906B) is unknown color: approx Mongoose. HEX triplet: A9, 90 and 6B. RGB value is (169,144,107). Sum of RGB (Red+Green+Blue) = 169+144+107=420 (55% of max value = 765). Red value is 169 (66.41% from 255 or 40.24% from 420); Green value is 144 (56.64% from 255 or 34.29% from 420); Blue value is 107 (42.19% from 255 or 25.48% from 420); Max value from RGB is 169 - color contains mainly: red. Hex color #A9906B is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A9906B is #566F94. Grayscale: #939393. Windows color (decimal): -5664661 or 7049385. OLE color: 7049385.

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

Color convert

RGB169144107-
CMYK00.150.370.34
HSL35.81º26.5%54.12%-
HSV(B)35.81º36.69%66.27%-
XYZ28.9929.4418.07-
YUV147.26105.28143.51-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 40.24%
GREEN value IS 144 (56.64% from 255) = 34.29%
BLUE value IS 107 (42.19% from 255) = 25.48%
R=40.24%
G=34.29%
B=25.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.37
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal16914410700.150.370.3435.8126.554.12
HexA9906B0F2522241a36
Octal2512201530174542443266
Binary101010011001000011010110111110010110001010010011010110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A9906B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A9906B; }

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

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

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

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

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

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

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

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