#AA946F

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

Shades of Mongoose #AA946F

Tints of Mongoose #AA946F

Color information

#AA946F (or 0xAA946F) is unknown color: approx Mongoose. HEX triplet: AA, 94 and 6F. RGB value is (170,148,111). Sum of RGB (Red+Green+Blue) = 170+148+111=429 (56% of max value = 765). Red value is 170 (66.80% from 255 or 39.63% from 429); Green value is 148 (58.20% from 255 or 34.50% from 429); Blue value is 111 (43.75% from 255 or 25.87% from 429); Max value from RGB is 170 - color contains mainly: red. Hex color #AA946F is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AA946F is #556B90. Grayscale: #969696. Windows color (decimal): -5598097 or 7312554. OLE color: 7312554.

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

Color convert

RGB170148111-
CMYK00.130.350.33
HSL37.63º25.76%55.1%-
HSV(B)37.63º34.71%66.67%-
XYZ30.0430.8719.42-
YUV150.36105.79142.01-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 39.63%
GREEN value IS 148 (58.20% from 255) = 34.50%
BLUE value IS 111 (43.75% from 255) = 25.87%
R=39.63%
G=34.50%
B=25.87%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.35
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal17014811100.130.350.3337.6325.7655.1
HexAA946F0D2321261a37
Octal2522241570154341463267
Binary101010101001010011011110110110001110000110011011010110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA946F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA946F; }

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

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

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

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

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

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

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

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