#AC9072

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

Shades of Mongoose #AC9072

Tints of Mongoose #AC9072

Color information

#AC9072 (or 0xAC9072) is unknown color: approx Mongoose. HEX triplet: AC, 90 and 72. RGB value is (172,144,114). Sum of RGB (Red+Green+Blue) = 172+144+114=430 (56% of max value = 765). Red value is 172 (67.58% from 255 or 40% from 430); Green value is 144 (56.64% from 255 or 33.49% from 430); Blue value is 114 (44.92% from 255 or 26.51% from 430); Max value from RGB is 172 - color contains mainly: red. Hex color #AC9072 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AC9072 is #536F8D. Grayscale: #959595. Windows color (decimal): -5468046 or 7508140. OLE color: 7508140.

HSL color Cylindrical-coordinate representation of color #AC9072: hue angle of 31.03º degrees, saturation: 0.26, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #AC9072 is Cyan = 0, Magento = 0.16, Yellow = 0.34 and Black (K on CMYK) = 0.33.

Color convert

RGB172144114-
CMYK00.160.340.33
HSL31.03º25.89%56.08%-
HSV(B)31.03º33.72%67.45%-
XYZ30.0229.9320.11-
YUV148.95108.28144.44-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 40%
GREEN value IS 144 (56.64% from 255) = 33.49%
BLUE value IS 114 (44.92% from 255) = 26.51%
R=40%
G=33.49%
B=26.51%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.34
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal17214411400.160.340.3331.0325.8956.08
HexAC907201022211f1a38
Octal2542201620204241373270
Binary101011001001000011100100100001000101000011111111010111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC9072

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC9072; }

 p { color: rgb(172,144,114); }

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

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

 a { background-color: rgb(172,144,114); }

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

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

 span { border-color: rgb(172,144,114); }

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