#AC8970

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

Shades of Mongoose #AC8970

Tints of Mongoose #AC8970

Color information

#AC8970 (or 0xAC8970) is unknown color: approx Mongoose. HEX triplet: AC, 89 and 70. RGB value is (172,137,112). Sum of RGB (Red+Green+Blue) = 172+137+112=421 (55% of max value = 765). Red value is 172 (67.58% from 255 or 40.86% from 421); Green value is 137 (53.91% from 255 or 32.54% from 421); Blue value is 112 (44.14% from 255 or 26.60% from 421); Max value from RGB is 172 - color contains mainly: red. Hex color #AC8970 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AC8970 is #53768F. Grayscale: #909090. Windows color (decimal): -5469840 or 7375276. OLE color: 7375276.

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

Color convert

RGB172137112-
CMYK00.200.350.33
HSL25º26.55%55.69%-
HSV(B)25º34.88%67.45%-
XYZ28.8827.8319.18-
YUV144.61109.6147.53-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 40.86%
GREEN value IS 137 (53.91% from 255) = 32.54%
BLUE value IS 112 (44.14% from 255) = 26.60%
R=40.86%
G=32.54%
B=26.60%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.35
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal17213711200.200.350.332526.5555.69
HexAC89700142321191b38
Octal2542111600244341313370
Binary101011001000100111100000101001000111000011100111011111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC8970

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC8970; }

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

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

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

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

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

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

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

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