#AC8770

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

Shades of Mongoose #AC8770

Tints of Mongoose #AC8770

Color information

#AC8770 (or 0xAC8770) is unknown color: approx Mongoose. HEX triplet: AC, 87 and 70. RGB value is (172,135,112). Sum of RGB (Red+Green+Blue) = 172+135+112=419 (55% of max value = 765). Red value is 172 (67.58% from 255 or 41.05% from 419); Green value is 135 (53.12% from 255 or 32.22% from 419); Blue value is 112 (44.14% from 255 or 26.73% from 419); Max value from RGB is 172 - color contains mainly: red. Hex color #AC8770 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AC8770 is #53788F. Grayscale: #8F8F8F. Windows color (decimal): -5470352 or 7374764. OLE color: 7374764.

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

Color convert

RGB172135112-
CMYK00.220.350.33
HSL23º26.55%55.69%-
HSV(B)23º34.88%67.45%-
XYZ28.627.2719.09-
YUV143.44110.26148.37-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 41.05%
GREEN value IS 135 (53.12% from 255) = 32.22%
BLUE value IS 112 (44.14% from 255) = 26.73%
R=41.05%
G=32.22%
B=26.73%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.35
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal17213511200.220.350.332326.5555.69
HexAC87700162321171b38
Octal2542071600264341273370
Binary101011001000011111100000101101000111000011011111011111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC8770

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC8770; }

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

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

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

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

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

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

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

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