#AC8E6E

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

Shades of Mongoose #AC8E6E

Tints of Mongoose #AC8E6E

Color information

#AC8E6E (or 0xAC8E6E) is unknown color: approx Mongoose. HEX triplet: AC, 8E and 6E. RGB value is (172,142,110). Sum of RGB (Red+Green+Blue) = 172+142+110=424 (56% of max value = 765). Red value is 172 (67.58% from 255 or 40.57% from 424); Green value is 142 (55.86% from 255 or 33.49% from 424); Blue value is 110 (43.36% from 255 or 25.94% from 424); Max value from RGB is 172 - color contains mainly: red. Hex color #AC8E6E is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AC8E6E is #537191. Grayscale: #939393. Windows color (decimal): -5468562 or 7245484. OLE color: 7245484.

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

Color convert

RGB172142110-
CMYK00.170.360.33
HSL30.97º27.19%55.29%-
HSV(B)30.97º36.05%67.45%-
XYZ29.529.2418.84-
YUV147.32106.94145.6-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 40.57%
GREEN value IS 142 (55.86% from 255) = 33.49%
BLUE value IS 110 (43.36% from 255) = 25.94%
R=40.57%
G=33.49%
B=25.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.36
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal17214211000.170.360.3330.9727.1955.29
HexAC8E6E01124211f1b37
Octal2542161560214441373367
Binary101011001000111011011100100011001001000011111111011110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC8E6E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC8E6E; }

 p { color: rgb(172,142,110); }

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

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

 a { background-color: rgb(172,142,110); }

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

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

 span { border-color: rgb(172,142,110); }

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