#AC886C

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

Shades of Mongoose #AC886C

Tints of Mongoose #AC886C

Color information

#AC886C (or 0xAC886C) is unknown color: approx Mongoose. HEX triplet: AC, 88 and 6C. RGB value is (172,136,108). Sum of RGB (Red+Green+Blue) = 172+136+108=416 (55% of max value = 765). Red value is 172 (67.58% from 255 or 41.35% from 416); Green value is 136 (53.52% from 255 or 32.69% from 416); Blue value is 108 (42.58% from 255 or 25.96% from 416); Max value from RGB is 172 - color contains mainly: red. Hex color #AC886C is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AC886C is #537793. Grayscale: #8F8F8F. Windows color (decimal): -5470100 or 7112876. OLE color: 7112876.

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

Color convert

RGB172136108-
CMYK00.210.370.33
HSL26.25º27.83%54.9%-
HSV(B)26.25º37.21%67.45%-
XYZ28.5227.4617.98-
YUV143.57107.93148.28-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 41.35%
GREEN value IS 136 (53.52% from 255) = 32.69%
BLUE value IS 108 (42.58% from 255) = 25.96%
R=41.35%
G=32.69%
B=25.96%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.37
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal17213610800.210.370.3326.2527.8354.9
HexAC886C01525211a1c37
Octal2542101540254541323467
Binary101011001000100011011000101011001011000011101011100110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC886C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC886C; }

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

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

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

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

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

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

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

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