#AC9972

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

Shades of Tallow #AC9972

Tints of Tallow #AC9972

Color information

#AC9972 (or 0xAC9972) is unknown color: approx Tallow. HEX triplet: AC, 99 and 72. RGB value is (172,153,114). Sum of RGB (Red+Green+Blue) = 172+153+114=439 (58% of max value = 765). Red value is 172 (67.58% from 255 or 39.18% from 439); Green value is 153 (60.16% from 255 or 34.85% from 439); Blue value is 114 (44.92% from 255 or 25.97% from 439); Max value from RGB is 172 - color contains mainly: red. Hex color #AC9972 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AC9972 is #53668D. Grayscale: #9A9A9A. Windows color (decimal): -5465742 or 7510444. OLE color: 7510444.

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

Color convert

RGB172153114-
CMYK00.110.340.33
HSL40.34º25.89%56.08%-
HSV(B)40.34º33.72%67.45%-
XYZ31.4432.7720.59-
YUV154.23105.29140.67-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 39.18%
GREEN value IS 153 (60.16% from 255) = 34.85%
BLUE value IS 114 (44.92% from 255) = 25.97%
R=39.18%
G=34.85%
B=25.97%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.34
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal17215311400.110.340.3340.3425.8956.08
HexAC99720B2221281a38
Octal2542311620134241503270
Binary101011001001100111100100101110001010000110100011010111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC9972

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC9972; }

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

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

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

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

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

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

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

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