#AC996F

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

Shades of Tallow #AC996F

Tints of Tallow #AC996F

Color information

#AC996F (or 0xAC996F) is unknown color: approx Tallow. HEX triplet: AC, 99 and 6F. RGB value is (172,153,111). Sum of RGB (Red+Green+Blue) = 172+153+111=436 (57% of max value = 765). Red value is 172 (67.58% from 255 or 39.45% from 436); Green value is 153 (60.16% from 255 or 35.09% from 436); Blue value is 111 (43.75% from 255 or 25.46% from 436); Max value from RGB is 172 - color contains mainly: red. Hex color #AC996F is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AC996F is #536690. Grayscale: #9A9A9A. Windows color (decimal): -5465745 or 7313836. OLE color: 7313836.

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

Color convert

RGB172153111-
CMYK00.110.350.33
HSL41.31º26.87%55.49%-
HSV(B)41.31º35.47%67.45%-
XYZ31.2732.719.7-
YUV153.89103.79140.92-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 39.45%
GREEN value IS 153 (60.16% from 255) = 35.09%
BLUE value IS 111 (43.75% from 255) = 25.46%
R=39.45%
G=35.09%
B=25.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.35
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal17215311100.110.350.3341.3126.8755.49
HexAC996F0B2321291b37
Octal2542311570134341513367
Binary101011001001100111011110101110001110000110100111011110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC996F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC996F; }

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

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

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

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

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

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

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

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