#A9946B

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

Shades of Mongoose #A9946B

Tints of Mongoose #A9946B

Color information

#A9946B (or 0xA9946B) is unknown color: approx Mongoose. HEX triplet: A9, 94 and 6B. RGB value is (169,148,107). Sum of RGB (Red+Green+Blue) = 169+148+107=424 (56% of max value = 765). Red value is 169 (66.41% from 255 or 39.86% from 424); Green value is 148 (58.20% from 255 or 34.91% from 424); Blue value is 107 (42.19% from 255 or 25.24% from 424); Max value from RGB is 169 - color contains mainly: red. Hex color #A9946B is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A9946B is #566B94. Grayscale: #959595. Windows color (decimal): -5663637 or 7050409. OLE color: 7050409.

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

Color convert

RGB169148107-
CMYK00.120.370.34
HSL39.68º26.5%54.12%-
HSV(B)39.68º36.69%66.27%-
XYZ29.6130.6818.27-
YUV149.6103.96141.83-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 39.86%
GREEN value IS 148 (58.20% from 255) = 34.91%
BLUE value IS 107 (42.19% from 255) = 25.24%
R=39.86%
G=34.91%
B=25.24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.37
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal16914810700.120.370.3439.6826.554.12
HexA9946B0C2522281a36
Octal2512241530144542503266
Binary101010011001010011010110110010010110001010100011010110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A9946B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A9946B; }

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

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

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

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

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

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

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

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