#AC896F

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

Shades of Mongoose #AC896F

Tints of Mongoose #AC896F

Color information

#AC896F (or 0xAC896F) is unknown color: approx Mongoose. HEX triplet: AC, 89 and 6F. RGB value is (172,137,111). Sum of RGB (Red+Green+Blue) = 172+137+111=420 (55% of max value = 765). Red value is 172 (67.58% from 255 or 40.95% from 420); Green value is 137 (53.91% from 255 or 32.62% from 420); Blue value is 111 (43.75% from 255 or 26.43% from 420); Max value from RGB is 172 - color contains mainly: red. Hex color #AC896F is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AC896F is #537690. Grayscale: #909090. Windows color (decimal): -5469841 or 7309740. OLE color: 7309740.

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

Color convert

RGB172137111-
CMYK00.200.350.33
HSL25.57º26.87%55.49%-
HSV(B)25.57º35.47%67.45%-
XYZ28.8327.8118.89-
YUV144.5109.1147.61-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 40.95%
GREEN value IS 137 (53.91% from 255) = 32.62%
BLUE value IS 111 (43.75% from 255) = 26.43%
R=40.95%
G=32.62%
B=26.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.35
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal17213711100.200.350.3325.5726.8755.49
HexAC896F01423211a1b37
Octal2542111570244341323367
Binary101011001000100111011110101001000111000011101011011110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC896F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC896F; }

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

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

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

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

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

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

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

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