#AC8D6F

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

Shades of Mongoose #AC8D6F

Tints of Mongoose #AC8D6F

Color information

#AC8D6F (or 0xAC8D6F) is unknown color: approx Mongoose. HEX triplet: AC, 8D and 6F. RGB value is (172,141,111). Sum of RGB (Red+Green+Blue) = 172+141+111=424 (56% of max value = 765). Red value is 172 (67.58% from 255 or 40.57% from 424); Green value is 141 (55.47% from 255 or 33.25% from 424); Blue value is 111 (43.75% from 255 or 26.18% from 424); Max value from RGB is 172 - color contains mainly: red. Hex color #AC8D6F is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AC8D6F is #537290. Grayscale: #939393. Windows color (decimal): -5468817 or 7310764. OLE color: 7310764.

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

Color convert

RGB172141111-
CMYK00.180.350.33
HSL29.51º26.87%55.49%-
HSV(B)29.51º35.47%67.45%-
XYZ29.4128.9719.08-
YUV146.85107.77145.94-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 40.57%
GREEN value IS 141 (55.47% from 255) = 33.25%
BLUE value IS 111 (43.75% from 255) = 26.18%
R=40.57%
G=33.25%
B=26.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.35
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal17214111100.180.350.3329.5126.8755.49
HexAC8D6F01223211e1b37
Octal2542151570224341363367
Binary101011001000110111011110100101000111000011111011011110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC8D6F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC8D6F; }

 p { color: rgb(172,141,111); }

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

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

 a { background-color: rgb(172,141,111); }

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

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

 span { border-color: rgb(172,141,111); }

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