#AC9670

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

Shades of Mongoose #AC9670

Tints of Mongoose #AC9670

Color information

#AC9670 (or 0xAC9670) is unknown color: approx Mongoose. HEX triplet: AC, 96 and 70. RGB value is (172,150,112). Sum of RGB (Red+Green+Blue) = 172+150+112=434 (57% of max value = 765). Red value is 172 (67.58% from 255 or 39.63% from 434); Green value is 150 (58.98% from 255 or 34.56% from 434); Blue value is 112 (44.14% from 255 or 25.81% from 434); Max value from RGB is 172 - color contains mainly: red. Hex color #AC9670 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AC9670 is #53698F. Grayscale: #989898. Windows color (decimal): -5466512 or 7378604. OLE color: 7378604.

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

Color convert

RGB172150112-
CMYK00.130.350.33
HSL38º26.55%55.69%-
HSV(B)38º34.88%67.45%-
XYZ30.8431.7519.83-
YUV152.25105.29142.09-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 39.63%
GREEN value IS 150 (58.98% from 255) = 34.56%
BLUE value IS 112 (44.14% from 255) = 25.81%
R=39.63%
G=34.56%
B=25.81%

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
Decimal17215011200.130.350.333826.5555.69
HexAC96700D2321261b38
Octal2542261600154341463370
Binary101011001001011011100000110110001110000110011011011111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC9670

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC9670; }

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

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

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

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

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

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

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

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