#AA8A6A

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

Shades of Mongoose #AA8A6A

Tints of Mongoose #AA8A6A

Color information

#AA8A6A (or 0xAA8A6A) is unknown color: approx Mongoose. HEX triplet: AA, 8A and 6A. RGB value is (170,138,106). Sum of RGB (Red+Green+Blue) = 170+138+106=414 (54% of max value = 765). Red value is 170 (66.80% from 255 or 41.06% from 414); Green value is 138 (54.30% from 255 or 33.33% from 414); Blue value is 106 (41.80% from 255 or 25.60% from 414); Max value from RGB is 170 - color contains mainly: red. Hex color #AA8A6A is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AA8A6A is #557595. Grayscale: #909090. Windows color (decimal): -5600662 or 6982314. OLE color: 6982314.

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

Color convert

RGB170138106-
CMYK00.190.380.33
HSL30º27.35%54.12%-
HSV(B)30º37.65%66.67%-
XYZ28.2727.7617.5-
YUV143.92106.6146.6-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 41.06%
GREEN value IS 138 (54.30% from 255) = 33.33%
BLUE value IS 106 (41.80% from 255) = 25.60%
R=41.06%
G=33.33%
B=25.60%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.38
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal17013810600.190.380.333027.3554.12
HexAA8A6A01326211e1b36
Octal2522121520234641363366
Binary101010101000101011010100100111001101000011111011011110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA8A6A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA8A6A; }

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

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

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

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

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

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

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

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