#AA9469

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

Shades of Mongoose #AA9469

Tints of Mongoose #AA9469

Color information

#AA9469 (or 0xAA9469) is unknown color: approx Mongoose. HEX triplet: AA, 94 and 69. RGB value is (170,148,105). Sum of RGB (Red+Green+Blue) = 170+148+105=423 (56% of max value = 765). Red value is 170 (66.80% from 255 or 40.19% from 423); Green value is 148 (58.20% from 255 or 34.99% from 423); Blue value is 105 (41.41% from 255 or 24.82% from 423); Max value from RGB is 170 - color contains mainly: red. Hex color #AA9469 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AA9469 is #556B96. Grayscale: #959595. Windows color (decimal): -5598103 or 6919338. OLE color: 6919338.

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

Color convert

RGB170148105-
CMYK00.130.380.33
HSL39.69º27.66%53.92%-
HSV(B)39.69º38.24%66.67%-
XYZ29.7230.7517.73-
YUV149.68102.79142.5-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 40.19%
GREEN value IS 148 (58.20% from 255) = 34.99%
BLUE value IS 105 (41.41% from 255) = 24.82%
R=40.19%
G=34.99%
B=24.82%

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
Decimal17014810500.130.380.3339.6927.6653.92
HexAA94690D2621281c36
Octal2522241510154641503466
Binary101010101001010011010010110110011010000110100011100110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA9469

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA9469; }

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

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

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

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

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

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

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

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