#AC966C

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

Shades of Tallow #AC966C

Tints of Tallow #AC966C

Color information

#AC966C (or 0xAC966C) is unknown color: approx Tallow. HEX triplet: AC, 96 and 6C. RGB value is (172,150,108). Sum of RGB (Red+Green+Blue) = 172+150+108=430 (56% of max value = 765). Red value is 172 (67.58% from 255 or 40% from 430); Green value is 150 (58.98% from 255 or 34.88% from 430); Blue value is 108 (42.58% from 255 or 25.12% from 430); Max value from RGB is 172 - color contains mainly: red. Hex color #AC966C is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AC966C is #536993. Grayscale: #979797. Windows color (decimal): -5466516 or 7116460. OLE color: 7116460.

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

Color convert

RGB172150108-
CMYK00.130.370.33
HSL39.38º27.83%54.9%-
HSV(B)39.38º37.21%67.45%-
XYZ30.6331.6718.69-
YUV151.79103.29142.42-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 40%
GREEN value IS 150 (58.98% from 255) = 34.88%
BLUE value IS 108 (42.58% from 255) = 25.12%
R=40%
G=34.88%
B=25.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.37
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal17215010800.130.370.3339.3827.8354.9
HexAC966C0D2521271c37
Octal2542261540154541473467
Binary101011001001011011011000110110010110000110011111100110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC966C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC966C; }

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

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

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

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

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

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

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

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