#AC976F

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

Shades of Tallow #AC976F

Tints of Tallow #AC976F

Color information

#AC976F (or 0xAC976F) is unknown color: approx Tallow. HEX triplet: AC, 97 and 6F. RGB value is (172,151,111). Sum of RGB (Red+Green+Blue) = 172+151+111=434 (57% of max value = 765). Red value is 172 (67.58% from 255 or 39.63% from 434); Green value is 151 (59.38% from 255 or 34.79% from 434); Blue value is 111 (43.75% from 255 or 25.58% from 434); Max value from RGB is 172 - color contains mainly: red. Hex color #AC976F is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AC976F is #536890. Grayscale: #989898. Windows color (decimal): -5466257 or 7313324. OLE color: 7313324.

HSL color Cylindrical-coordinate representation of color #AC976F: hue angle of 39.34º degrees, saturation: 0.27, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #AC976F is Cyan = 0, Magento = 0.12, Yellow = 0.35 and Black (K on CMYK) = 0.33.

Color convert

RGB172151111-
CMYK00.120.350.33
HSL39.34º26.87%55.49%-
HSV(B)39.34º35.47%67.45%-
XYZ30.9532.0519.59-
YUV152.72104.46141.75-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 39.63%
GREEN value IS 151 (59.38% from 255) = 34.79%
BLUE value IS 111 (43.75% from 255) = 25.58%
R=39.63%
G=34.79%
B=25.58%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.35
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal17215111100.120.350.3339.3426.8755.49
HexAC976F0C2321271b37
Octal2542271570144341473367
Binary101011001001011111011110110010001110000110011111011110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC976F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC976F; }

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

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

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

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

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

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

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

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