#AA9073

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

Shades of Mongoose #AA9073

Tints of Mongoose #AA9073

Color information

#AA9073 (or 0xAA9073) is unknown color: approx Mongoose. HEX triplet: AA, 90 and 73. RGB value is (170,144,115). Sum of RGB (Red+Green+Blue) = 170+144+115=429 (56% of max value = 765). Red value is 170 (66.80% from 255 or 39.63% from 429); Green value is 144 (56.64% from 255 or 33.57% from 429); Blue value is 115 (45.31% from 255 or 26.81% from 429); Max value from RGB is 170 - color contains mainly: red. Hex color #AA9073 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AA9073 is #556F8C. Grayscale: #949494. Windows color (decimal): -5599117 or 7573674. OLE color: 7573674.

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

Color convert

RGB170144115-
CMYK00.150.320.33
HSL31.64º24.44%55.88%-
HSV(B)31.64º32.35%66.67%-
XYZ29.6529.7320.4-
YUV148.47109.11143.36-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 39.63%
GREEN value IS 144 (56.64% from 255) = 33.57%
BLUE value IS 115 (45.31% from 255) = 26.81%
R=39.63%
G=33.57%
B=26.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.32
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal17014411500.150.320.3331.6424.4455.88
HexAA90730F2021201838
Octal2522201630174041403070
Binary101010101001000011100110111110000010000110000011000111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA9073

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA9073; }

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

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

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

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

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

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

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

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