#AC996C

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

Shades of Tallow #AC996C

Tints of Tallow #AC996C

Color information

#AC996C (or 0xAC996C) is unknown color: approx Tallow. HEX triplet: AC, 99 and 6C. RGB value is (172,153,108). Sum of RGB (Red+Green+Blue) = 172+153+108=433 (57% of max value = 765). Red value is 172 (67.58% from 255 or 39.72% from 433); Green value is 153 (60.16% from 255 or 35.33% from 433); Blue value is 108 (42.58% from 255 or 24.94% from 433); Max value from RGB is 172 - color contains mainly: red. Hex color #AC996C is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AC996C is #536693. Grayscale: #999999. Windows color (decimal): -5465748 or 7117228. OLE color: 7117228.

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

Color convert

RGB172153108-
CMYK00.110.370.33
HSL42.19º27.83%54.9%-
HSV(B)42.19º37.21%67.45%-
XYZ31.1132.6418.85-
YUV153.55102.29141.16-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 39.72%
GREEN value IS 153 (60.16% from 255) = 35.33%
BLUE value IS 108 (42.58% from 255) = 24.94%
R=39.72%
G=35.33%
B=24.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.37
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal17215310800.110.370.3342.1927.8354.9
HexAC996C0B25212a1c37
Octal2542311540134541523467
Binary101011001001100111011000101110010110000110101011100110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC996C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC996C; }

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

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

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

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

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

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

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

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