#AA946D

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

Shades of Mongoose #AA946D

Tints of Mongoose #AA946D

Color information

#AA946D (or 0xAA946D) is unknown color: approx Mongoose. HEX triplet: AA, 94 and 6D. RGB value is (170,148,109). Sum of RGB (Red+Green+Blue) = 170+148+109=427 (56% of max value = 765). Red value is 170 (66.80% from 255 or 39.81% from 427); Green value is 148 (58.20% from 255 or 34.66% from 427); Blue value is 109 (42.97% from 255 or 25.53% from 427); Max value from RGB is 170 - color contains mainly: red. Hex color #AA946D is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AA946D is #556B92. Grayscale: #969696. Windows color (decimal): -5598099 or 7181482. OLE color: 7181482.

HSL color Cylindrical-coordinate representation of color #AA946D: hue angle of 38.36º degrees, saturation: 0.26, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #AA946D is Cyan = 0, Magento = 0.13, Yellow = 0.36 and Black (K on CMYK) = 0.33.

Color convert

RGB170148109-
CMYK00.130.360.33
HSL38.36º26.41%54.71%-
HSV(B)38.36º35.88%66.67%-
XYZ29.9330.8318.84-
YUV150.13104.79142.17-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 39.81%
GREEN value IS 148 (58.20% from 255) = 34.66%
BLUE value IS 109 (42.97% from 255) = 25.53%
R=39.81%
G=34.66%
B=25.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.36
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal17014810900.130.360.3338.3626.4154.71
HexAA946D0D2421261a37
Octal2522241550154441463267
Binary101010101001010011011010110110010010000110011011010110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA946D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA946D; }

 p { color: rgb(170,148,109); }

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

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

 a { background-color: rgb(170,148,109); }

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

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

 span { border-color: rgb(170,148,109); }

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