#AC8E72

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

Shades of Mongoose #AC8E72

Tints of Mongoose #AC8E72

Color information

#AC8E72 (or 0xAC8E72) is unknown color: approx Mongoose. HEX triplet: AC, 8E and 72. RGB value is (172,142,114). Sum of RGB (Red+Green+Blue) = 172+142+114=428 (56% of max value = 765). Red value is 172 (67.58% from 255 or 40.19% from 428); Green value is 142 (55.86% from 255 or 33.18% from 428); Blue value is 114 (44.92% from 255 or 26.64% from 428); Max value from RGB is 172 - color contains mainly: red. Hex color #AC8E72 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AC8E72 is #53718D. Grayscale: #939393. Windows color (decimal): -5468558 or 7507628. OLE color: 7507628.

HSL color Cylindrical-coordinate representation of color #AC8E72: hue angle of 28.97º degrees, saturation: 0.26, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #AC8E72 is Cyan = 0, Magento = 0.17, Yellow = 0.34 and Black (K on CMYK) = 0.33.

Color convert

RGB172142114-
CMYK00.170.340.33
HSL28.97º25.89%56.08%-
HSV(B)28.97º33.72%67.45%-
XYZ29.7229.3320.01-
YUV147.78108.94145.28-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 40.19%
GREEN value IS 142 (55.86% from 255) = 33.18%
BLUE value IS 114 (44.92% from 255) = 26.64%
R=40.19%
G=33.18%
B=26.64%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.34
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal17214211400.170.340.3328.9725.8956.08
HexAC8E7201122211d1a38
Octal2542161620214241353270
Binary101011001000111011100100100011000101000011110111010111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC8E72

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC8E72; }

 p { color: rgb(172,142,114); }

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

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

 a { background-color: rgb(172,142,114); }

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

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

 span { border-color: rgb(172,142,114); }

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