#AA946A

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

Shades of Mongoose #AA946A

Tints of Mongoose #AA946A

Color information

#AA946A (or 0xAA946A) is unknown color: approx Mongoose. HEX triplet: AA, 94 and 6A. RGB value is (170,148,106). Sum of RGB (Red+Green+Blue) = 170+148+106=424 (56% of max value = 765). Red value is 170 (66.80% from 255 or 40.09% from 424); Green value is 148 (58.20% from 255 or 34.91% from 424); Blue value is 106 (41.80% from 255 or 25% from 424); Max value from RGB is 170 - color contains mainly: red. Hex color #AA946A is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AA946A is #556B95. Grayscale: #959595. Windows color (decimal): -5598102 or 6984874. OLE color: 6984874.

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

Color convert

RGB170148106-
CMYK00.130.380.33
HSL39.38º27.35%54.12%-
HSV(B)39.38º37.65%66.67%-
XYZ29.7730.7718.01-
YUV149.79103.29142.42-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 40.09%
GREEN value IS 148 (58.20% from 255) = 34.91%
BLUE value IS 106 (41.80% from 255) = 25%
R=40.09%
G=34.91%
B=25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.38
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal17014810600.130.380.3339.3827.3554.12
HexAA946A0D2621271b36
Octal2522241520154641473366
Binary101010101001010011010100110110011010000110011111011110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA946A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA946A; }

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

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

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

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

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

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

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

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