#AC8D6C

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

Shades of Mongoose #AC8D6C

Tints of Mongoose #AC8D6C

Color information

#AC8D6C (or 0xAC8D6C) is unknown color: approx Mongoose. HEX triplet: AC, 8D and 6C. RGB value is (172,141,108). Sum of RGB (Red+Green+Blue) = 172+141+108=421 (55% of max value = 765). Red value is 172 (67.58% from 255 or 40.86% from 421); Green value is 141 (55.47% from 255 or 33.49% from 421); Blue value is 108 (42.58% from 255 or 25.65% from 421); Max value from RGB is 172 - color contains mainly: red. Hex color #AC8D6C is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AC8D6C is #537293. Grayscale: #929292. Windows color (decimal): -5468820 or 7114156. OLE color: 7114156.

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

Color convert

RGB172141108-
CMYK00.180.370.33
HSL30.94º27.83%54.9%-
HSV(B)30.94º37.21%67.45%-
XYZ29.2428.918.22-
YUV146.51106.27146.18-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 40.86%
GREEN value IS 141 (55.47% from 255) = 33.49%
BLUE value IS 108 (42.58% from 255) = 25.65%
R=40.86%
G=33.49%
B=25.65%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.37
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal17214110800.180.370.3330.9427.8354.9
HexAC8D6C01225211f1c37
Octal2542151540224541373467
Binary101011001000110111011000100101001011000011111111100110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC8D6C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC8D6C; }

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

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

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

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

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

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

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

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