#AA926B

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

Shades of Mongoose #AA926B

Tints of Mongoose #AA926B

Color information

#AA926B (or 0xAA926B) is unknown color: approx Mongoose. HEX triplet: AA, 92 and 6B. RGB value is (170,146,107). Sum of RGB (Red+Green+Blue) = 170+146+107=423 (56% of max value = 765). Red value is 170 (66.80% from 255 or 40.19% from 423); Green value is 146 (57.42% from 255 or 34.52% from 423); Blue value is 107 (42.19% from 255 or 25.30% from 423); Max value from RGB is 170 - color contains mainly: red. Hex color #AA926B is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AA926B is #556D94. Grayscale: #949494. Windows color (decimal): -5598613 or 7049898. OLE color: 7049898.

HSL color Cylindrical-coordinate representation of color #AA926B: hue angle of 37.14º degrees, saturation: 0.27, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #AA926B is Cyan = 0, Magento = 0.14, Yellow = 0.37 and Black (K on CMYK) = 0.33.

Color convert

RGB170146107-
CMYK00.140.370.33
HSL37.14º27.04%54.31%-
HSV(B)37.14º37.06%66.67%-
XYZ29.5130.1718.18-
YUV148.73104.45143.17-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 40.19%
GREEN value IS 146 (57.42% from 255) = 34.52%
BLUE value IS 107 (42.19% from 255) = 25.30%
R=40.19%
G=34.52%
B=25.30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.37
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal17014610700.140.370.3337.1427.0454.31
HexAA926B0E2521251b36
Octal2522221530164541453366
Binary101010101001001011010110111010010110000110010111011110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA926B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA926B; }

 p { color: rgb(170,146,107); }

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

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

 a { background-color: rgb(170,146,107); }

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

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

 span { border-color: rgb(170,146,107); }

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