#AC8C6D

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

Shades of Mongoose #AC8C6D

Tints of Mongoose #AC8C6D

Color information

#AC8C6D (or 0xAC8C6D) is unknown color: approx Mongoose. HEX triplet: AC, 8C and 6D. RGB value is (172,140,109). Sum of RGB (Red+Green+Blue) = 172+140+109=421 (55% of max value = 765). Red value is 172 (67.58% from 255 or 40.86% from 421); Green value is 140 (55.08% from 255 or 33.25% from 421); Blue value is 109 (42.97% from 255 or 25.89% from 421); Max value from RGB is 172 - color contains mainly: red. Hex color #AC8C6D is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AC8C6D is #537392. Grayscale: #929292. Windows color (decimal): -5469075 or 7179436. OLE color: 7179436.

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

Color convert

RGB172140109-
CMYK00.190.370.33
HSL29.52º27.51%55.1%-
HSV(B)29.52º36.63%67.45%-
XYZ29.1528.6318.46-
YUV146.03107.1146.52-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 40.86%
GREEN value IS 140 (55.08% from 255) = 33.25%
BLUE value IS 109 (42.97% from 255) = 25.89%
R=40.86%
G=33.25%
B=25.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.37
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal17214010900.190.370.3329.5227.5155.1
HexAC8C6D01325211e1c37
Octal2542141550234541363467
Binary101011001000110011011010100111001011000011111011100110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC8C6D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC8C6D; }

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

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

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

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

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

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

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

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