#AC9472

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

Shades of Mongoose #AC9472

Tints of Mongoose #AC9472

Color information

#AC9472 (or 0xAC9472) is unknown color: approx Mongoose. HEX triplet: AC, 94 and 72. RGB value is (172,148,114). Sum of RGB (Red+Green+Blue) = 172+148+114=434 (57% of max value = 765). Red value is 172 (67.58% from 255 or 39.63% from 434); Green value is 148 (58.20% from 255 or 34.10% from 434); Blue value is 114 (44.92% from 255 or 26.27% from 434); Max value from RGB is 172 - color contains mainly: red. Hex color #AC9472 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AC9472 is #536B8D. Grayscale: #979797. Windows color (decimal): -5467022 or 7509164. OLE color: 7509164.

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

Color convert

RGB172148114-
CMYK00.140.340.33
HSL35.17º25.89%56.08%-
HSV(B)35.17º33.72%67.45%-
XYZ30.6431.1720.32-
YUV151.3106.95142.76-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 39.63%
GREEN value IS 148 (58.20% from 255) = 34.10%
BLUE value IS 114 (44.92% from 255) = 26.27%
R=39.63%
G=34.10%
B=26.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.34
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal17214811400.140.340.3335.1725.8956.08
HexAC94720E2221231a38
Octal2542241620164241433270
Binary101011001001010011100100111010001010000110001111010111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC9472

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC9472; }

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

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

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

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

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

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

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

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