#AC9672

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

Shades of Mongoose #AC9672

Tints of Mongoose #AC9672

Color information

#AC9672 (or 0xAC9672) is unknown color: approx Mongoose. HEX triplet: AC, 96 and 72. RGB value is (172,150,114). Sum of RGB (Red+Green+Blue) = 172+150+114=436 (57% of max value = 765). Red value is 172 (67.58% from 255 or 39.45% from 436); Green value is 150 (58.98% from 255 or 34.40% from 436); Blue value is 114 (44.92% from 255 or 26.15% from 436); Max value from RGB is 172 - color contains mainly: red. Hex color #AC9672 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AC9672 is #53698D. Grayscale: #989898. Windows color (decimal): -5466510 or 7509676. OLE color: 7509676.

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

Color convert

RGB172150114-
CMYK00.130.340.33
HSL37.24º25.89%56.08%-
HSV(B)37.24º33.72%67.45%-
XYZ30.9631.820.43-
YUV152.47106.29141.93-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 39.45%
GREEN value IS 150 (58.98% from 255) = 34.40%
BLUE value IS 114 (44.92% from 255) = 26.15%
R=39.45%
G=34.40%
B=26.15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.34
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal17215011400.130.340.3337.2425.8956.08
HexAC96720D2221251a38
Octal2542261620154241453270
Binary101011001001011011100100110110001010000110010111010111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC9672

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC9672; }

 p { color: rgb(172,150,114); }

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

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

 a { background-color: rgb(172,150,114); }

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

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

 span { border-color: rgb(172,150,114); }

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