#AC8972

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

Shades of Mongoose #AC8972

Tints of Mongoose #AC8972

Color information

#AC8972 (or 0xAC8972) is unknown color: approx Mongoose. HEX triplet: AC, 89 and 72. RGB value is (172,137,114). Sum of RGB (Red+Green+Blue) = 172+137+114=423 (56% of max value = 765). Red value is 172 (67.58% from 255 or 40.66% from 423); Green value is 137 (53.91% from 255 or 32.39% from 423); Blue value is 114 (44.92% from 255 or 26.95% from 423); Max value from RGB is 172 - color contains mainly: red. Hex color #AC8972 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AC8972 is #53768D. Grayscale: #909090. Windows color (decimal): -5469838 or 7506348. OLE color: 7506348.

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

Color convert

RGB172137114-
CMYK00.200.340.33
HSL23.79º25.89%56.08%-
HSV(B)23.79º33.72%67.45%-
XYZ2927.8819.77-
YUV144.84110.6147.37-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 40.66%
GREEN value IS 137 (53.91% from 255) = 32.39%
BLUE value IS 114 (44.92% from 255) = 26.95%
R=40.66%
G=32.39%
B=26.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.34
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal17213711400.200.340.3323.7925.8956.08
HexAC89720142221181a38
Octal2542111620244241303270
Binary101011001000100111100100101001000101000011100011010111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC8972

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC8972; }

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

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

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

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

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

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

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

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