#AC8870

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

Shades of Mongoose #AC8870

Tints of Mongoose #AC8870

Color information

#AC8870 (or 0xAC8870) is unknown color: approx Mongoose. HEX triplet: AC, 88 and 70. RGB value is (172,136,112). Sum of RGB (Red+Green+Blue) = 172+136+112=420 (55% of max value = 765). Red value is 172 (67.58% from 255 or 40.95% from 420); Green value is 136 (53.52% from 255 or 32.38% from 420); Blue value is 112 (44.14% from 255 or 26.67% from 420); Max value from RGB is 172 - color contains mainly: red. Hex color #AC8870 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AC8870 is #53778F. Grayscale: #909090. Windows color (decimal): -5470096 or 7375020. OLE color: 7375020.

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

Color convert

RGB172136112-
CMYK00.210.350.33
HSL24º26.55%55.69%-
HSV(B)24º34.88%67.45%-
XYZ28.7427.5519.13-
YUV144.03109.93147.95-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 40.95%
GREEN value IS 136 (53.52% from 255) = 32.38%
BLUE value IS 112 (44.14% from 255) = 26.67%
R=40.95%
G=32.38%
B=26.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.35
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal17213611200.210.350.332426.5555.69
HexAC88700152321181b38
Octal2542101600254341303370
Binary101011001000100011100000101011000111000011100011011111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC8870

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC8870; }

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

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

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

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

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

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

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

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