#AC886E

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

Shades of Mongoose #AC886E

Tints of Mongoose #AC886E

Color information

#AC886E (or 0xAC886E) is unknown color: approx Mongoose. HEX triplet: AC, 88 and 6E. RGB value is (172,136,110). Sum of RGB (Red+Green+Blue) = 172+136+110=418 (55% of max value = 765). Red value is 172 (67.58% from 255 or 41.15% from 418); Green value is 136 (53.52% from 255 or 32.54% from 418); Blue value is 110 (43.36% from 255 or 26.32% from 418); Max value from RGB is 172 - color contains mainly: red. Hex color #AC886E is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AC886E is #537791. Grayscale: #8F8F8F. Windows color (decimal): -5470098 or 7243948. OLE color: 7243948.

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

Color convert

RGB172136110-
CMYK00.210.360.33
HSL25.16º27.19%55.29%-
HSV(B)25.16º36.05%67.45%-
XYZ28.6327.518.55-
YUV143.8108.93148.11-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 41.15%
GREEN value IS 136 (53.52% from 255) = 32.54%
BLUE value IS 110 (43.36% from 255) = 26.32%
R=41.15%
G=32.54%
B=26.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.36
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal17213611000.210.360.3325.1627.1955.29
HexAC886E0152421191b37
Octal2542101560254441313367
Binary101011001000100011011100101011001001000011100111011110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC886E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC886E; }

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

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

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

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

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

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

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

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