#AC8D74

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

Shades of Mongoose #AC8D74

Tints of Mongoose #AC8D74

Color information

#AC8D74 (or 0xAC8D74) is unknown color: approx Mongoose. HEX triplet: AC, 8D and 74. RGB value is (172,141,116). Sum of RGB (Red+Green+Blue) = 172+141+116=429 (56% of max value = 765). Red value is 172 (67.58% from 255 or 40.09% from 429); Green value is 141 (55.47% from 255 or 32.87% from 429); Blue value is 116 (45.70% from 255 or 27.04% from 429); Max value from RGB is 172 - color contains mainly: red. Hex color #AC8D74 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AC8D74 is #53728B. Grayscale: #939393. Windows color (decimal): -5468812 or 7638444. OLE color: 7638444.

HSL color Cylindrical-coordinate representation of color #AC8D74: hue angle of 26.79º degrees, saturation: 0.25, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #AC8D74 is Cyan = 0, Magento = 0.18, Yellow = 0.33 and Black (K on CMYK) = 0.33.

Color convert

RGB172141116-
CMYK00.180.330.33
HSL26.79º25.23%56.47%-
HSV(B)26.79º32.56%67.45%-
XYZ29.6929.0820.57-
YUV147.42110.27145.53-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 40.09%
GREEN value IS 141 (55.47% from 255) = 32.87%
BLUE value IS 116 (45.70% from 255) = 27.04%
R=40.09%
G=32.87%
B=27.04%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.33
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal17214111600.180.330.3326.7925.2356.47
HexAC8D7401221211b1938
Octal2542151640224141333170
Binary101011001000110111101000100101000011000011101111001111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC8D74

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC8D74; }

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

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

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

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

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

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

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

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