#AA926F

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

Shades of Mongoose #AA926F

Tints of Mongoose #AA926F

Color information

#AA926F (or 0xAA926F) is unknown color: approx Mongoose. HEX triplet: AA, 92 and 6F. RGB value is (170,146,111). Sum of RGB (Red+Green+Blue) = 170+146+111=427 (56% of max value = 765). Red value is 170 (66.80% from 255 or 39.81% from 427); Green value is 146 (57.42% from 255 or 34.19% from 427); Blue value is 111 (43.75% from 255 or 26.00% from 427); Max value from RGB is 170 - color contains mainly: red. Hex color #AA926F is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AA926F is #556D90. Grayscale: #959595. Windows color (decimal): -5598609 or 7312042. OLE color: 7312042.

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

Color convert

RGB170146111-
CMYK00.140.350.33
HSL35.59º25.76%55.1%-
HSV(B)35.59º34.71%66.67%-
XYZ29.7330.2519.31-
YUV149.19106.45142.85-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 39.81%
GREEN value IS 146 (57.42% from 255) = 34.19%
BLUE value IS 111 (43.75% from 255) = 26.00%
R=39.81%
G=34.19%
B=26.00%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.35
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal17014611100.140.350.3335.5925.7655.1
HexAA926F0E2321241a37
Octal2522221570164341443267
Binary101010101001001011011110111010001110000110010011010110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA926F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA926F; }

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

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

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

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

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

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

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

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