#AA926D

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

Shades of Mongoose #AA926D

Tints of Mongoose #AA926D

Color information

#AA926D (or 0xAA926D) is unknown color: approx Mongoose. HEX triplet: AA, 92 and 6D. RGB value is (170,146,109). Sum of RGB (Red+Green+Blue) = 170+146+109=425 (56% of max value = 765). Red value is 170 (66.80% from 255 or 40% from 425); Green value is 146 (57.42% from 255 or 34.35% from 425); Blue value is 109 (42.97% from 255 or 25.65% from 425); Max value from RGB is 170 - color contains mainly: red. Hex color #AA926D is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AA926D is #556D92. Grayscale: #959595. Windows color (decimal): -5598611 or 7180970. OLE color: 7180970.

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

Color convert

RGB170146109-
CMYK00.140.360.33
HSL36.39º26.41%54.71%-
HSV(B)36.39º35.88%66.67%-
XYZ29.6230.2118.74-
YUV148.96105.45143.01-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 40%
GREEN value IS 146 (57.42% from 255) = 34.35%
BLUE value IS 109 (42.97% from 255) = 25.65%
R=40%
G=34.35%
B=25.65%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.36
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal17014610900.140.360.3336.3926.4154.71
HexAA926D0E2421241a37
Octal2522221550164441443267
Binary101010101001001011011010111010010010000110010011010110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA926D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA926D; }

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

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

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

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

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

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

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

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