#AC9971

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

Shades of Tallow #AC9971

Tints of Tallow #AC9971

Color information

#AC9971 (or 0xAC9971) is unknown color: approx Tallow. HEX triplet: AC, 99 and 71. RGB value is (172,153,113). Sum of RGB (Red+Green+Blue) = 172+153+113=438 (58% of max value = 765). Red value is 172 (67.58% from 255 or 39.27% from 438); Green value is 153 (60.16% from 255 or 34.93% from 438); Blue value is 113 (44.53% from 255 or 25.80% from 438); Max value from RGB is 172 - color contains mainly: red. Hex color #AC9971 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AC9971 is #53668E. Grayscale: #9A9A9A. Windows color (decimal): -5465743 or 7444908. OLE color: 7444908.

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

Color convert

RGB172153113-
CMYK00.110.340.33
HSL40.68º26.22%55.88%-
HSV(B)40.68º34.3%67.45%-
XYZ31.3932.7520.29-
YUV154.12104.79140.75-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 39.27%
GREEN value IS 153 (60.16% from 255) = 34.93%
BLUE value IS 113 (44.53% from 255) = 25.80%
R=39.27%
G=34.93%
B=25.80%

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
Decimal17215311300.110.340.3340.6826.2255.88
HexAC99710B2221291a38
Octal2542311610134241513270
Binary101011001001100111100010101110001010000110100111010111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC9971

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC9971; }

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

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

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

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

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

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

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

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