#AA906E

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

Shades of Mongoose #AA906E

Tints of Mongoose #AA906E

Color information

#AA906E (or 0xAA906E) is unknown color: approx Mongoose. HEX triplet: AA, 90 and 6E. RGB value is (170,144,110). Sum of RGB (Red+Green+Blue) = 170+144+110=424 (56% of max value = 765). Red value is 170 (66.80% from 255 or 40.09% from 424); Green value is 144 (56.64% from 255 or 33.96% from 424); Blue value is 110 (43.36% from 255 or 25.94% from 424); Max value from RGB is 170 - color contains mainly: red. Hex color #AA906E is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AA906E is #556F91. Grayscale: #949494. Windows color (decimal): -5599122 or 7245994. OLE color: 7245994.

HSL color Cylindrical-coordinate representation of color #AA906E: hue angle of 34º 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 #AA906E is Cyan = 0, Magento = 0.15, Yellow = 0.35 and Black (K on CMYK) = 0.33.

Color convert

RGB170144110-
CMYK00.150.350.33
HSL34º26.09%54.9%-
HSV(B)34º35.29%66.67%-
XYZ29.3729.6218.92-
YUV147.9106.61143.76-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 40.09%
GREEN value IS 144 (56.64% from 255) = 33.96%
BLUE value IS 110 (43.36% from 255) = 25.94%
R=40.09%
G=33.96%
B=25.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.35
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal17014411000.150.350.333426.0954.9
HexAA906E0F2321221a37
Octal2522201560174341423267
Binary101010101001000011011100111110001110000110001011010110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA906E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA906E; }

 p { color: rgb(170,144,110); }

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

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

 a { background-color: rgb(170,144,110); }

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

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

 span { border-color: rgb(170,144,110); }

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