#AC9F73

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

Shades of Tallow #AC9F73

Tints of Tallow #AC9F73

Color information

#AC9F73 (or 0xAC9F73) is unknown color: approx Tallow. HEX triplet: AC, 9F and 73. RGB value is (172,159,115). Sum of RGB (Red+Green+Blue) = 172+159+115=446 (59% of max value = 765). Red value is 172 (67.58% from 255 or 38.57% from 446); Green value is 159 (62.5% from 255 or 35.65% from 446); Blue value is 115 (45.31% from 255 or 25.78% from 446); Max value from RGB is 172 - color contains mainly: red. Hex color #AC9F73 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AC9F73 is #53608C. Grayscale: #9E9E9E. Windows color (decimal): -5464205 or 7577516. OLE color: 7577516.

HSL color Cylindrical-coordinate representation of color #AC9F73: hue angle of 46.32º degrees, saturation: 0.26, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #AC9F73 is Cyan = 0, Magento = 0.08, Yellow = 0.33 and Black (K on CMYK) = 0.33.

Color convert

RGB172159115-
CMYK00.080.330.33
HSL46.32º25.56%56.27%-
HSV(B)46.32º33.14%67.45%-
XYZ32.5134.821.22-
YUV157.87103.81138.08-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 38.57%
GREEN value IS 159 (62.5% from 255) = 35.65%
BLUE value IS 115 (45.31% from 255) = 25.78%
R=38.57%
G=35.65%
B=25.78%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.33
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal17215911500.080.330.3346.3225.5656.27
HexAC9F730821212e1a38
Octal2542371630104141563270
Binary101011001001111111100110100010000110000110111011010111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC9F73

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC9F73; }

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

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

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

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

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

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

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

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