#AC9068

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

Shades of Mongoose #AC9068

Tints of Mongoose #AC9068

Color information

#AC9068 (or 0xAC9068) is unknown color: approx Mongoose. HEX triplet: AC, 90 and 68. RGB value is (172,144,104). Sum of RGB (Red+Green+Blue) = 172+144+104=420 (55% of max value = 765). Red value is 172 (67.58% from 255 or 40.95% from 420); Green value is 144 (56.64% from 255 or 34.29% from 420); Blue value is 104 (41.02% from 255 or 24.76% from 420); Max value from RGB is 172 - color contains mainly: red. Hex color #AC9068 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AC9068 is #536F97. Grayscale: #949494. Windows color (decimal): -5468056 or 6852780. OLE color: 6852780.

HSL color Cylindrical-coordinate representation of color #AC9068: hue angle of 35.29º degrees, saturation: 0.29, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #AC9068 is Cyan = 0, Magento = 0.16, Yellow = 0.40 and Black (K on CMYK) = 0.33.

Color convert

RGB172144104-
CMYK00.160.400.33
HSL35.29º29.06%54.12%-
HSV(B)35.29º39.53%67.45%-
XYZ29.4929.7217.28-
YUV147.81103.28145.25-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 40.95%
GREEN value IS 144 (56.64% from 255) = 34.29%
BLUE value IS 104 (41.02% from 255) = 24.76%
R=40.95%
G=34.29%
B=24.76%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.40
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal17214410400.160.400.3335.2929.0654.12
HexAC90680102821231d36
Octal2542201500205041433566
Binary1010110010010000110100001000010100010000110001111101110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC9068

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC9068; }

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

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

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

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

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

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

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

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