#AC966E

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

Shades of Mongoose #AC966E

Tints of Mongoose #AC966E

Color information

#AC966E (or 0xAC966E) is unknown color: approx Mongoose. HEX triplet: AC, 96 and 6E. RGB value is (172,150,110). Sum of RGB (Red+Green+Blue) = 172+150+110=432 (57% of max value = 765). Red value is 172 (67.58% from 255 or 39.81% from 432); Green value is 150 (58.98% from 255 or 34.72% from 432); Blue value is 110 (43.36% from 255 or 25.46% from 432); Max value from RGB is 172 - color contains mainly: red. Hex color #AC966E is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AC966E is #536991. Grayscale: #989898. Windows color (decimal): -5466514 or 7247532. OLE color: 7247532.

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

Color convert

RGB172150110-
CMYK00.130.360.33
HSL38.71º27.19%55.29%-
HSV(B)38.71º36.05%67.45%-
XYZ30.7331.7119.25-
YUV152.02104.29142.25-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 39.81%
GREEN value IS 150 (58.98% from 255) = 34.72%
BLUE value IS 110 (43.36% from 255) = 25.46%
R=39.81%
G=34.72%
B=25.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.36
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal17215011000.130.360.3338.7127.1955.29
HexAC966E0D2421271b37
Octal2542261560154441473367
Binary101011001001011011011100110110010010000110011111011110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC966E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC966E; }

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

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

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

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

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

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

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

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