#AC8B70

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

Shades of Mongoose #AC8B70

Tints of Mongoose #AC8B70

Color information

#AC8B70 (or 0xAC8B70) is unknown color: approx Mongoose. HEX triplet: AC, 8B and 70. RGB value is (172,139,112). Sum of RGB (Red+Green+Blue) = 172+139+112=423 (56% of max value = 765). Red value is 172 (67.58% from 255 or 40.66% from 423); Green value is 139 (54.69% from 255 or 32.86% from 423); Blue value is 112 (44.14% from 255 or 26.48% from 423); Max value from RGB is 172 - color contains mainly: red. Hex color #AC8B70 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AC8B70 is #53748F. Grayscale: #919191. Windows color (decimal): -5469328 or 7375788. OLE color: 7375788.

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

Color convert

RGB172139112-
CMYK00.190.350.33
HSL27º26.55%55.69%-
HSV(B)27º34.88%67.45%-
XYZ29.1728.4119.27-
YUV145.79108.93146.7-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 40.66%
GREEN value IS 139 (54.69% from 255) = 32.86%
BLUE value IS 112 (44.14% from 255) = 26.48%
R=40.66%
G=32.86%
B=26.48%

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
Decimal17213911200.190.350.332726.5555.69
HexAC8B7001323211b1b38
Octal2542131600234341333370
Binary101011001000101111100000100111000111000011101111011111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC8B70

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC8B70; }

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

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

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

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

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

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

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

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