#AA8772

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

Shades of Mongoose #AA8772

Tints of Mongoose #AA8772

Color information

#AA8772 (or 0xAA8772) is unknown color: approx Mongoose. HEX triplet: AA, 87 and 72. RGB value is (170,135,114). Sum of RGB (Red+Green+Blue) = 170+135+114=419 (55% of max value = 765). Red value is 170 (66.80% from 255 or 40.57% from 419); Green value is 135 (53.12% from 255 or 32.22% from 419); Blue value is 114 (44.92% from 255 or 27.21% from 419); Max value from RGB is 170 - color contains mainly: red. Hex color #AA8772 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AA8772 is #55788D. Grayscale: #8F8F8F. Windows color (decimal): -5601422 or 7505834. OLE color: 7505834.

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

Color convert

RGB170135114-
CMYK00.210.330.33
HSL22.5º24.78%55.69%-
HSV(B)22.5º32.94%66.67%-
XYZ28.2827.0919.66-
YUV143.07111.6147.21-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 40.57%
GREEN value IS 135 (53.12% from 255) = 32.22%
BLUE value IS 114 (44.92% from 255) = 27.21%
R=40.57%
G=32.22%
B=27.21%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.33
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal17013511400.210.330.3322.524.7855.69
HexAA87720152121171938
Octal2522071620254141273170
Binary101010101000011111100100101011000011000011011111001111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA8772

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA8772; }

 p { color: rgb(170,135,114); }

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

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

 a { background-color: rgb(170,135,114); }

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

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

 span { border-color: rgb(170,135,114); }

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