#AC976D

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

Shades of Tallow #AC976D

Tints of Tallow #AC976D

Color information

#AC976D (or 0xAC976D) is unknown color: approx Tallow. HEX triplet: AC, 97 and 6D. RGB value is (172,151,109). Sum of RGB (Red+Green+Blue) = 172+151+109=432 (57% of max value = 765). Red value is 172 (67.58% from 255 or 39.81% from 432); Green value is 151 (59.38% from 255 or 34.95% from 432); Blue value is 109 (42.97% from 255 or 25.23% from 432); Max value from RGB is 172 - color contains mainly: red. Hex color #AC976D is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AC976D is #536892. Grayscale: #989898. Windows color (decimal): -5466259 or 7182252. OLE color: 7182252.

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

Color convert

RGB172151109-
CMYK00.120.370.33
HSL40º27.51%55.1%-
HSV(B)40º36.63%67.45%-
XYZ30.8432.0119.02-
YUV152.49103.46141.92-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 39.81%
GREEN value IS 151 (59.38% from 255) = 34.95%
BLUE value IS 109 (42.97% from 255) = 25.23%
R=39.81%
G=34.95%
B=25.23%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.37
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal17215110900.120.370.334027.5155.1
HexAC976D0C2521281c37
Octal2542271550144541503467
Binary101011001001011111011010110010010110000110100011100110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC976D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC976D; }

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

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

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

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

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

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

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

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