#AC8F6D

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

Shades of Mongoose #AC8F6D

Tints of Mongoose #AC8F6D

Color information

#AC8F6D (or 0xAC8F6D) is unknown color: approx Mongoose. HEX triplet: AC, 8F and 6D. RGB value is (172,143,109). Sum of RGB (Red+Green+Blue) = 172+143+109=424 (56% of max value = 765). Red value is 172 (67.58% from 255 or 40.57% from 424); Green value is 143 (56.25% from 255 or 33.73% from 424); Blue value is 109 (42.97% from 255 or 25.71% from 424); Max value from RGB is 172 - color contains mainly: red. Hex color #AC8F6D is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AC8F6D is #537092. Grayscale: #939393. Windows color (decimal): -5468307 or 7180204. OLE color: 7180204.

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

Color convert

RGB172143109-
CMYK00.170.370.33
HSL32.38º27.51%55.1%-
HSV(B)32.38º36.63%67.45%-
XYZ29.629.5218.61-
YUV147.79106.11145.26-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 40.57%
GREEN value IS 143 (56.25% from 255) = 33.73%
BLUE value IS 109 (42.97% from 255) = 25.71%
R=40.57%
G=33.73%
B=25.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.37
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal17214310900.170.370.3332.3827.5155.1
HexAC8F6D0112521201c37
Octal2542171550214541403467
Binary1010110010001111110110101000110010110000110000011100110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC8F6D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC8F6D; }

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

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

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

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

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

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

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

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