#AC8D6E

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

Shades of Mongoose #AC8D6E

Tints of Mongoose #AC8D6E

Color information

#AC8D6E (or 0xAC8D6E) is unknown color: approx Mongoose. HEX triplet: AC, 8D and 6E. RGB value is (172,141,110). Sum of RGB (Red+Green+Blue) = 172+141+110=423 (56% of max value = 765). Red value is 172 (67.58% from 255 or 40.66% from 423); Green value is 141 (55.47% from 255 or 33.33% from 423); Blue value is 110 (43.36% from 255 or 26.00% from 423); Max value from RGB is 172 - color contains mainly: red. Hex color #AC8D6E is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AC8D6E is #537291. Grayscale: #929292. Windows color (decimal): -5468818 or 7245228. OLE color: 7245228.

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

Color convert

RGB172141110-
CMYK00.180.360.33
HSL30º27.19%55.29%-
HSV(B)30º36.05%67.45%-
XYZ29.3528.9518.79-
YUV146.73107.27146.02-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 40.66%
GREEN value IS 141 (55.47% from 255) = 33.33%
BLUE value IS 110 (43.36% from 255) = 26.00%
R=40.66%
G=33.33%
B=26.00%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.36
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal17214111000.180.360.333027.1955.29
HexAC8D6E01224211e1b37
Octal2542151560224441363367
Binary101011001000110111011100100101001001000011111011011110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC8D6E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC8D6E; }

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

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

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

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

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

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

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

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