#AA9070

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

Shades of Mongoose #AA9070

Tints of Mongoose #AA9070

Color information

#AA9070 (or 0xAA9070) is unknown color: approx Mongoose. HEX triplet: AA, 90 and 70. RGB value is (170,144,112). Sum of RGB (Red+Green+Blue) = 170+144+112=426 (56% of max value = 765). Red value is 170 (66.80% from 255 or 39.91% from 426); Green value is 144 (56.64% from 255 or 33.80% from 426); Blue value is 112 (44.14% from 255 or 26.29% from 426); Max value from RGB is 170 - color contains mainly: red. Hex color #AA9070 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AA9070 is #556F8F. Grayscale: #949494. Windows color (decimal): -5599120 or 7377066. OLE color: 7377066.

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

Color convert

RGB170144112-
CMYK00.150.340.33
HSL33.1º25.44%55.29%-
HSV(B)33.1º34.12%66.67%-
XYZ29.4829.6619.5-
YUV148.13107.61143.6-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 39.91%
GREEN value IS 144 (56.64% from 255) = 33.80%
BLUE value IS 112 (44.14% from 255) = 26.29%
R=39.91%
G=33.80%
B=26.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.34
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal17014411200.150.340.3333.125.4455.29
HexAA90700F2221211937
Octal2522201600174241413167
Binary101010101001000011100000111110001010000110000111001110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA9070

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA9070; }

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

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

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

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

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

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

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

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