#AA8B6A

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

Shades of Mongoose #AA8B6A

Tints of Mongoose #AA8B6A

Color information

#AA8B6A (or 0xAA8B6A) is unknown color: approx Mongoose. HEX triplet: AA, 8B and 6A. RGB value is (170,139,106). Sum of RGB (Red+Green+Blue) = 170+139+106=415 (54% of max value = 765). Red value is 170 (66.80% from 255 or 40.96% from 415); Green value is 139 (54.69% from 255 or 33.49% from 415); Blue value is 106 (41.80% from 255 or 25.54% from 415); Max value from RGB is 170 - color contains mainly: red. Hex color #AA8B6A is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AA8B6A is #557495. Grayscale: #909090. Windows color (decimal): -5600406 or 6982570. OLE color: 6982570.

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

Color convert

RGB170139106-
CMYK00.180.380.33
HSL30.94º27.35%54.12%-
HSV(B)30.94º37.65%66.67%-
XYZ28.4128.0517.55-
YUV144.51106.27146.18-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 40.96%
GREEN value IS 139 (54.69% from 255) = 33.49%
BLUE value IS 106 (41.80% from 255) = 25.54%
R=40.96%
G=33.49%
B=25.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.38
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal17013910600.180.380.3330.9427.3554.12
HexAA8B6A01226211f1b36
Octal2522131520224641373366
Binary101010101000101111010100100101001101000011111111011110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA8B6A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA8B6A; }

 p { color: rgb(170,139,106); }

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

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

 a { background-color: rgb(170,139,106); }

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

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

 span { border-color: rgb(170,139,106); }

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