#AC8C70

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

Shades of Mongoose #AC8C70

Tints of Mongoose #AC8C70

Color information

#AC8C70 (or 0xAC8C70) is unknown color: approx Mongoose. HEX triplet: AC, 8C and 70. RGB value is (172,140,112). Sum of RGB (Red+Green+Blue) = 172+140+112=424 (56% of max value = 765). Red value is 172 (67.58% from 255 or 40.57% from 424); Green value is 140 (55.08% from 255 or 33.02% from 424); Blue value is 112 (44.14% from 255 or 26.42% from 424); Max value from RGB is 172 - color contains mainly: red. Hex color #AC8C70 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AC8C70 is #53738F. Grayscale: #929292. Windows color (decimal): -5469072 or 7376044. OLE color: 7376044.

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

Color convert

RGB172140112-
CMYK00.190.350.33
HSL28º26.55%55.69%-
HSV(B)28º34.88%67.45%-
XYZ29.3228.719.32-
YUV146.38108.6146.28-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 40.57%
GREEN value IS 140 (55.08% from 255) = 33.02%
BLUE value IS 112 (44.14% from 255) = 26.42%
R=40.57%
G=33.02%
B=26.42%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.35
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal17214011200.190.350.332826.5555.69
HexAC8C7001323211c1b38
Octal2542141600234341343370
Binary101011001000110011100000100111000111000011110011011111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC8C70

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC8C70; }

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

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

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

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

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

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

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

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