#AC9370

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

Shades of Mongoose #AC9370

Tints of Mongoose #AC9370

Color information

#AC9370 (or 0xAC9370) is unknown color: approx Mongoose. HEX triplet: AC, 93 and 70. RGB value is (172,147,112). Sum of RGB (Red+Green+Blue) = 172+147+112=431 (57% of max value = 765). Red value is 172 (67.58% from 255 or 39.91% from 431); Green value is 147 (57.81% from 255 or 34.11% from 431); Blue value is 112 (44.14% from 255 or 25.99% from 431); Max value from RGB is 172 - color contains mainly: red. Hex color #AC9370 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AC9370 is #536C8F. Grayscale: #969696. Windows color (decimal): -5467280 or 7377836. OLE color: 7377836.

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

Color convert

RGB172147112-
CMYK00.150.350.33
HSL35º26.55%55.69%-
HSV(B)35º34.88%67.45%-
XYZ30.3730.8119.68-
YUV150.48106.28143.35-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 39.91%
GREEN value IS 147 (57.81% from 255) = 34.11%
BLUE value IS 112 (44.14% from 255) = 25.99%
R=39.91%
G=34.11%
B=25.99%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.35
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal17214711200.150.350.333526.5555.69
HexAC93700F2321231b38
Octal2542231600174341433370
Binary101011001001001111100000111110001110000110001111011111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC9370

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC9370; }

 p { color: rgb(172,147,112); }

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

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

 a { background-color: rgb(172,147,112); }

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

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

 span { border-color: rgb(172,147,112); }

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