#AC9F6E

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

Shades of Tallow #AC9F6E

Tints of Tallow #AC9F6E

Color information

#AC9F6E (or 0xAC9F6E) is unknown color: approx Tallow. HEX triplet: AC, 9F and 6E. RGB value is (172,159,110). Sum of RGB (Red+Green+Blue) = 172+159+110=441 (58% of max value = 765). Red value is 172 (67.58% from 255 or 39.00% from 441); Green value is 159 (62.5% from 255 or 36.05% from 441); Blue value is 110 (43.36% from 255 or 24.94% from 441); Max value from RGB is 172 - color contains mainly: red. Hex color #AC9F6E is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AC9F6E is #536091. Grayscale: #9D9D9D. Windows color (decimal): -5464210 or 7249836. OLE color: 7249836.

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

Color convert

RGB172159110-
CMYK00.080.360.33
HSL47.42º27.19%55.29%-
HSV(B)47.42º36.05%67.45%-
XYZ32.2334.6919.75-
YUV157.3101.31138.48-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 39.00%
GREEN value IS 159 (62.5% from 255) = 36.05%
BLUE value IS 110 (43.36% from 255) = 24.94%
R=39.00%
G=36.05%
B=24.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.36
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal17215911000.080.360.3347.4227.1955.29
HexAC9F6E0824212f1b37
Octal2542371560104441573367
Binary101011001001111111011100100010010010000110111111011110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC9F6E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC9F6E; }

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

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

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

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

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

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

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

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