#AC8F71

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

Shades of Mongoose #AC8F71

Tints of Mongoose #AC8F71

Color information

#AC8F71 (or 0xAC8F71) is unknown color: approx Mongoose. HEX triplet: AC, 8F and 71. RGB value is (172,143,113). Sum of RGB (Red+Green+Blue) = 172+143+113=428 (56% of max value = 765). Red value is 172 (67.58% from 255 or 40.19% from 428); Green value is 143 (56.25% from 255 or 33.41% from 428); Blue value is 113 (44.53% from 255 or 26.40% from 428); Max value from RGB is 172 - color contains mainly: red. Hex color #AC8F71 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AC8F71 is #53708E. Grayscale: #949494. Windows color (decimal): -5468303 or 7442348. OLE color: 7442348.

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

Color convert

RGB172143113-
CMYK00.170.340.33
HSL30.51º26.22%55.88%-
HSV(B)30.51º34.3%67.45%-
XYZ29.8229.6119.77-
YUV148.25108.11144.94-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 40.19%
GREEN value IS 143 (56.25% from 255) = 33.41%
BLUE value IS 113 (44.53% from 255) = 26.40%
R=40.19%
G=33.41%
B=26.40%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.34
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal17214311300.170.340.3330.5126.2255.88
HexAC8F7101122211f1a38
Octal2542171610214241373270
Binary101011001000111111100010100011000101000011111111010111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC8F71

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC8F71; }

 p { color: rgb(172,143,113); }

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

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

 a { background-color: rgb(172,143,113); }

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

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

 span { border-color: rgb(172,143,113); }

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