#AC916C

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

Shades of Mongoose #AC916C

Tints of Mongoose #AC916C

Color information

#AC916C (or 0xAC916C) is unknown color: approx Mongoose. HEX triplet: AC, 91 and 6C. RGB value is (172,145,108). Sum of RGB (Red+Green+Blue) = 172+145+108=425 (56% of max value = 765). Red value is 172 (67.58% from 255 or 40.47% from 425); Green value is 145 (57.03% from 255 or 34.12% from 425); Blue value is 108 (42.58% from 255 or 25.41% from 425); Max value from RGB is 172 - color contains mainly: red. Hex color #AC916C is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AC916C is #536E93. Grayscale: #959595. Windows color (decimal): -5467796 or 7115180. OLE color: 7115180.

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

Color convert

RGB172145108-
CMYK00.160.370.33
HSL34.69º27.83%54.9%-
HSV(B)34.69º37.21%67.45%-
XYZ29.8530.118.43-
YUV148.86104.95144.51-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 40.47%
GREEN value IS 145 (57.03% from 255) = 34.12%
BLUE value IS 108 (42.58% from 255) = 25.41%
R=40.47%
G=34.12%
B=25.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.37
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal17214510800.160.370.3334.6927.8354.9
HexAC916C0102521231c37
Octal2542211540204541433467
Binary1010110010010001110110001000010010110000110001111100110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC916C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC916C; }

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

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

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

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

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

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

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

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