#AC886F

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

Shades of Mongoose #AC886F

Tints of Mongoose #AC886F

Color information

#AC886F (or 0xAC886F) is unknown color: approx Mongoose. HEX triplet: AC, 88 and 6F. RGB value is (172,136,111). Sum of RGB (Red+Green+Blue) = 172+136+111=419 (55% of max value = 765). Red value is 172 (67.58% from 255 or 41.05% from 419); Green value is 136 (53.52% from 255 or 32.46% from 419); Blue value is 111 (43.75% from 255 or 26.49% from 419); Max value from RGB is 172 - color contains mainly: red. Hex color #AC886F is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AC886F is #537790. Grayscale: #909090. Windows color (decimal): -5470097 or 7309484. OLE color: 7309484.

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

Color convert

RGB172136111-
CMYK00.210.350.33
HSL24.59º26.87%55.49%-
HSV(B)24.59º35.47%67.45%-
XYZ28.6927.5318.84-
YUV143.91109.43148.03-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 41.05%
GREEN value IS 136 (53.52% from 255) = 32.46%
BLUE value IS 111 (43.75% from 255) = 26.49%
R=41.05%
G=32.46%
B=26.49%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.35
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal17213611100.210.350.3324.5926.8755.49
HexAC886F0152321191b37
Octal2542101570254341313367
Binary101011001000100011011110101011000111000011100111011110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC886F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC886F; }

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

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

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

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

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

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

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

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