#AC9772

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

Shades of Tallow #AC9772

Tints of Tallow #AC9772

Color information

#AC9772 (or 0xAC9772) is unknown color: approx Tallow. HEX triplet: AC, 97 and 72. RGB value is (172,151,114). Sum of RGB (Red+Green+Blue) = 172+151+114=437 (57% of max value = 765). Red value is 172 (67.58% from 255 or 39.36% from 437); Green value is 151 (59.38% from 255 or 34.55% from 437); Blue value is 114 (44.92% from 255 or 26.09% from 437); Max value from RGB is 172 - color contains mainly: red. Hex color #AC9772 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AC9772 is #53688D. Grayscale: #999999. Windows color (decimal): -5466254 or 7509932. OLE color: 7509932.

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

Color convert

RGB172151114-
CMYK00.120.340.33
HSL38.28º25.89%56.08%-
HSV(B)38.28º33.72%67.45%-
XYZ31.1232.1220.48-
YUV153.06105.96141.51-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 39.36%
GREEN value IS 151 (59.38% from 255) = 34.55%
BLUE value IS 114 (44.92% from 255) = 26.09%
R=39.36%
G=34.55%
B=26.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.34
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal17215111400.120.340.3338.2825.8956.08
HexAC97720C2221261a38
Octal2542271620144241463270
Binary101011001001011111100100110010001010000110011011010111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC9772

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC9772; }

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

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

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

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

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

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

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

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