#AC916D

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

Shades of Mongoose #AC916D

Tints of Mongoose #AC916D

Color information

#AC916D (or 0xAC916D) is unknown color: approx Mongoose. HEX triplet: AC, 91 and 6D. RGB value is (172,145,109). Sum of RGB (Red+Green+Blue) = 172+145+109=426 (56% of max value = 765). Red value is 172 (67.58% from 255 or 40.38% from 426); Green value is 145 (57.03% from 255 or 34.04% from 426); Blue value is 109 (42.97% from 255 or 25.59% from 426); Max value from RGB is 172 - color contains mainly: red. Hex color #AC916D is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AC916D is #536E92. Grayscale: #959595. Windows color (decimal): -5467795 or 7180716. OLE color: 7180716.

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

Color convert

RGB172145109-
CMYK00.160.370.33
HSL34.29º27.51%55.1%-
HSV(B)34.29º36.63%67.45%-
XYZ29.930.1318.71-
YUV148.97105.45144.43-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 40.38%
GREEN value IS 145 (57.03% from 255) = 34.04%
BLUE value IS 109 (42.97% from 255) = 25.59%
R=40.38%
G=34.04%
B=25.59%

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
Decimal17214510900.160.370.3334.2927.5155.1
HexAC916D0102521221c37
Octal2542211550204541423467
Binary1010110010010001110110101000010010110000110001011100110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC916D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC916D; }

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

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

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

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

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

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

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

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