#AA906F

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

Shades of Mongoose #AA906F

Tints of Mongoose #AA906F

Color information

#AA906F (or 0xAA906F) is unknown color: approx Mongoose. HEX triplet: AA, 90 and 6F. RGB value is (170,144,111). Sum of RGB (Red+Green+Blue) = 170+144+111=425 (56% of max value = 765). Red value is 170 (66.80% from 255 or 40% from 425); Green value is 144 (56.64% from 255 or 33.88% from 425); Blue value is 111 (43.75% from 255 or 26.12% from 425); Max value from RGB is 170 - color contains mainly: red. Hex color #AA906F is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AA906F is #556F90. Grayscale: #949494. Windows color (decimal): -5599121 or 7311530. OLE color: 7311530.

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

Color convert

RGB170144111-
CMYK00.150.350.33
HSL33.56º25.76%55.1%-
HSV(B)33.56º34.71%66.67%-
XYZ29.4229.6419.21-
YUV148.01107.11143.68-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 40%
GREEN value IS 144 (56.64% from 255) = 33.88%
BLUE value IS 111 (43.75% from 255) = 26.12%
R=40%
G=33.88%
B=26.12%

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
Decimal17014411100.150.350.3333.5625.7655.1
HexAA906F0F2321221a37
Octal2522201570174341423267
Binary101010101001000011011110111110001110000110001011010110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA906F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA906F; }

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

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

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

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

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

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

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

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