#AC8F6E

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

Shades of Mongoose #AC8F6E

Tints of Mongoose #AC8F6E

Color information

#AC8F6E (or 0xAC8F6E) is unknown color: approx Mongoose. HEX triplet: AC, 8F and 6E. RGB value is (172,143,110). Sum of RGB (Red+Green+Blue) = 172+143+110=425 (56% of max value = 765). Red value is 172 (67.58% from 255 or 40.47% from 425); Green value is 143 (56.25% from 255 or 33.65% from 425); Blue value is 110 (43.36% from 255 or 25.88% from 425); Max value from RGB is 172 - color contains mainly: red. Hex color #AC8F6E is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AC8F6E is #537091. Grayscale: #949494. Windows color (decimal): -5468306 or 7245740. OLE color: 7245740.

HSL color Cylindrical-coordinate representation of color #AC8F6E: hue angle of 31.94º 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 #AC8F6E is Cyan = 0, Magento = 0.17, Yellow = 0.36 and Black (K on CMYK) = 0.33.

Color convert

RGB172143110-
CMYK00.170.360.33
HSL31.94º27.19%55.29%-
HSV(B)31.94º36.05%67.45%-
XYZ29.6529.5418.89-
YUV147.91106.61145.18-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 40.47%
GREEN value IS 143 (56.25% from 255) = 33.65%
BLUE value IS 110 (43.36% from 255) = 25.88%
R=40.47%
G=33.65%
B=25.88%

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
Decimal17214311000.170.360.3331.9427.1955.29
HexAC8F6E0112421201b37
Octal2542171560214441403367
Binary1010110010001111110111001000110010010000110000011011110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC8F6E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC8F6E; }

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

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

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

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

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

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

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

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