#AC966F

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

Shades of Mongoose #AC966F

Tints of Mongoose #AC966F

Color information

#AC966F (or 0xAC966F) is unknown color: approx Mongoose. HEX triplet: AC, 96 and 6F. RGB value is (172,150,111). Sum of RGB (Red+Green+Blue) = 172+150+111=433 (57% of max value = 765). Red value is 172 (67.58% from 255 or 39.72% from 433); Green value is 150 (58.98% from 255 or 34.64% from 433); Blue value is 111 (43.75% from 255 or 25.64% from 433); Max value from RGB is 172 - color contains mainly: red. Hex color #AC966F is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AC966F is #536990. Grayscale: #989898. Windows color (decimal): -5466513 or 7313068. OLE color: 7313068.

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

Color convert

RGB172150111-
CMYK00.130.350.33
HSL38.36º26.87%55.49%-
HSV(B)38.36º35.47%67.45%-
XYZ30.7931.7319.54-
YUV152.13104.79142.17-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 39.72%
GREEN value IS 150 (58.98% from 255) = 34.64%
BLUE value IS 111 (43.75% from 255) = 25.64%
R=39.72%
G=34.64%
B=25.64%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.35
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal17215011100.130.350.3338.3626.8755.49
HexAC966F0D2321261b37
Octal2542261570154341463367
Binary101011001001011011011110110110001110000110011011011110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC966F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC966F; }

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

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

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

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

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

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

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

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