#AC9F71

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

Shades of Tallow #AC9F71

Tints of Tallow #AC9F71

Color information

#AC9F71 (or 0xAC9F71) is unknown color: approx Tallow. HEX triplet: AC, 9F and 71. RGB value is (172,159,113). Sum of RGB (Red+Green+Blue) = 172+159+113=444 (58% of max value = 765). Red value is 172 (67.58% from 255 or 38.74% from 444); Green value is 159 (62.5% from 255 or 35.81% from 444); Blue value is 113 (44.53% from 255 or 25.45% from 444); Max value from RGB is 172 - color contains mainly: red. Hex color #AC9F71 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AC9F71 is #53608E. Grayscale: #9D9D9D. Windows color (decimal): -5464207 or 7446444. OLE color: 7446444.

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

Color convert

RGB172159113-
CMYK00.080.340.33
HSL46.78º26.22%55.88%-
HSV(B)46.78º34.3%67.45%-
XYZ32.3934.7620.62-
YUV157.64102.81138.24-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 38.74%
GREEN value IS 159 (62.5% from 255) = 35.81%
BLUE value IS 113 (44.53% from 255) = 25.45%
R=38.74%
G=35.81%
B=25.45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.34
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal17215911300.080.340.3346.7826.2255.88
HexAC9F710822212f1a38
Octal2542371610104241573270
Binary101011001001111111100010100010001010000110111111010111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC9F71

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC9F71; }

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

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

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

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

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

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

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

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