#AC946A

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

Shades of Mongoose #AC946A

Tints of Mongoose #AC946A

Color information

#AC946A (or 0xAC946A) is unknown color: approx Mongoose. HEX triplet: AC, 94 and 6A. RGB value is (172,148,106). Sum of RGB (Red+Green+Blue) = 172+148+106=426 (56% of max value = 765). Red value is 172 (67.58% from 255 or 40.38% from 426); Green value is 148 (58.20% from 255 or 34.74% from 426); Blue value is 106 (41.80% from 255 or 24.88% from 426); Max value from RGB is 172 - color contains mainly: red. Hex color #AC946A is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AC946A is #536B95. Grayscale: #969696. Windows color (decimal): -5467030 or 6984876. OLE color: 6984876.

HSL color Cylindrical-coordinate representation of color #AC946A: hue angle of 38.18º degrees, saturation: 0.28, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #AC946A is Cyan = 0, Magento = 0.14, Yellow = 0.38 and Black (K on CMYK) = 0.33.

Color convert

RGB172148106-
CMYK00.140.380.33
HSL38.18º28.45%54.51%-
HSV(B)38.18º38.37%67.45%-
XYZ30.230.9918.03-
YUV150.39102.95143.42-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 40.38%
GREEN value IS 148 (58.20% from 255) = 34.74%
BLUE value IS 106 (41.80% from 255) = 24.88%
R=40.38%
G=34.74%
B=24.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.38
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal17214810600.140.380.3338.1828.4554.51
HexAC946A0E2621261c37
Octal2542241520164641463467
Binary101011001001010011010100111010011010000110011011100110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC946A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC946A; }

 p { color: rgb(172,148,106); }

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

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

 a { background-color: rgb(172,148,106); }

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

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

 span { border-color: rgb(172,148,106); }

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