#AA946C

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

Shades of Mongoose #AA946C

Tints of Mongoose #AA946C

Color information

#AA946C (or 0xAA946C) is unknown color: approx Mongoose. HEX triplet: AA, 94 and 6C. RGB value is (170,148,108). Sum of RGB (Red+Green+Blue) = 170+148+108=426 (56% of max value = 765). Red value is 170 (66.80% from 255 or 39.91% from 426); Green value is 148 (58.20% from 255 or 34.74% from 426); Blue value is 108 (42.58% from 255 or 25.35% from 426); Max value from RGB is 170 - color contains mainly: red. Hex color #AA946C is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AA946C is #556B93. Grayscale: #969696. Windows color (decimal): -5598100 or 7115946. OLE color: 7115946.

HSL color Cylindrical-coordinate representation of color #AA946C: hue angle of 38.71º degrees, saturation: 0.27, 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 #AA946C is Cyan = 0, Magento = 0.13, Yellow = 0.36 and Black (K on CMYK) = 0.33.

Color convert

RGB170148108-
CMYK00.130.360.33
HSL38.71º26.72%54.51%-
HSV(B)38.71º36.47%66.67%-
XYZ29.8730.8118.56-
YUV150.02104.29142.25-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 39.91%
GREEN value IS 148 (58.20% from 255) = 34.74%
BLUE value IS 108 (42.58% from 255) = 25.35%
R=39.91%
G=34.74%
B=25.35%

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
Decimal17014810800.130.360.3338.7126.7254.51
HexAA946C0D2421271b37
Octal2522241540154441473367
Binary101010101001010011011000110110010010000110011111011110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA946C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA946C; }

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

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

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

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

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

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

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

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