#AC9274

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

Shades of Mongoose #AC9274

Tints of Mongoose #AC9274

Color information

#AC9274 (or 0xAC9274) is unknown color: approx Mongoose. HEX triplet: AC, 92 and 74. RGB value is (172,146,116). Sum of RGB (Red+Green+Blue) = 172+146+116=434 (57% of max value = 765). Red value is 172 (67.58% from 255 or 39.63% from 434); Green value is 146 (57.42% from 255 or 33.64% from 434); Blue value is 116 (45.70% from 255 or 26.73% from 434); Max value from RGB is 172 - color contains mainly: red. Hex color #AC9274 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AC9274 is #536D8B. Grayscale: #969696. Windows color (decimal): -5467532 or 7639724. OLE color: 7639724.

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

Color convert

RGB172146116-
CMYK00.150.330.33
HSL32.14º25.23%56.47%-
HSV(B)32.14º32.56%67.45%-
XYZ30.4430.5920.82-
YUV150.35108.61143.44-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 39.63%
GREEN value IS 146 (57.42% from 255) = 33.64%
BLUE value IS 116 (45.70% from 255) = 26.73%
R=39.63%
G=33.64%
B=26.73%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.33
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal17214611600.150.330.3332.1425.2356.47
HexAC92740F2121201938
Octal2542221640174141403170
Binary101011001001001011101000111110000110000110000011001111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC9274

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC9274; }

 p { color: rgb(172,146,116); }

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

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

 a { background-color: rgb(172,146,116); }

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

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

 span { border-color: rgb(172,146,116); }

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