#AC8872

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

Shades of Mongoose #AC8872

Tints of Mongoose #AC8872

Color information

#AC8872 (or 0xAC8872) is unknown color: approx Mongoose. HEX triplet: AC, 88 and 72. RGB value is (172,136,114). Sum of RGB (Red+Green+Blue) = 172+136+114=422 (55% of max value = 765). Red value is 172 (67.58% from 255 or 40.76% from 422); Green value is 136 (53.52% from 255 or 32.23% from 422); Blue value is 114 (44.92% from 255 or 27.01% from 422); Max value from RGB is 172 - color contains mainly: red. Hex color #AC8872 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AC8872 is #53778D. Grayscale: #909090. Windows color (decimal): -5470094 or 7506092. OLE color: 7506092.

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

Color convert

RGB172136114-
CMYK00.210.340.33
HSL22.76º25.89%56.08%-
HSV(B)22.76º33.72%67.45%-
XYZ28.8527.5919.72-
YUV144.26110.93147.79-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 40.76%
GREEN value IS 136 (53.52% from 255) = 32.23%
BLUE value IS 114 (44.92% from 255) = 27.01%
R=40.76%
G=32.23%
B=27.01%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.34
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal17213611400.210.340.3322.7625.8956.08
HexAC88720152221171a38
Octal2542101620254241273270
Binary101011001000100011100100101011000101000011011111010111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC8872

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC8872; }

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

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

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

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

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

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

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

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