#AC9170

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

Shades of Mongoose #AC9170

Tints of Mongoose #AC9170

Color information

#AC9170 (or 0xAC9170) is unknown color: approx Mongoose. HEX triplet: AC, 91 and 70. RGB value is (172,145,112). Sum of RGB (Red+Green+Blue) = 172+145+112=429 (56% of max value = 765). Red value is 172 (67.58% from 255 or 40.09% from 429); Green value is 145 (57.03% from 255 or 33.80% from 429); Blue value is 112 (44.14% from 255 or 26.11% from 429); Max value from RGB is 172 - color contains mainly: red. Hex color #AC9170 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AC9170 is #536E8F. Grayscale: #959595. Windows color (decimal): -5467792 or 7377324. OLE color: 7377324.

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

Color convert

RGB172145112-
CMYK00.160.350.33
HSL33º26.55%55.69%-
HSV(B)33º34.88%67.45%-
XYZ30.0630.1919.57-
YUV149.31106.95144.18-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 40.09%
GREEN value IS 145 (57.03% from 255) = 33.80%
BLUE value IS 112 (44.14% from 255) = 26.11%
R=40.09%
G=33.80%
B=26.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.35
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal17214511200.160.350.333326.5555.69
HexAC91700102321211b38
Octal2542211600204341413370
Binary1010110010010001111000001000010001110000110000111011111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC9170

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC9170; }

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

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

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

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

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

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

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

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